Skip to content

DLL load failed while importing bindings. #4

@Alcantor

Description

@Alcantor

Hello,

I've got this error on a fresh python 3.14 installation. Is a DLL missing into the package? I've tried to put libusb-1.0.dll without success.

I've installed the package with "python -m pip install python-can-candle" under windows 11.

Python 3.14.4 (tags/v3.14.4:23116f9, Apr  7 2026, 14:10:54) [MSC v.1944 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import candle_api
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import candle_api
  File "C:\Users\win11user\AppData\Local\Programs\Python\Python314\Lib\site-packages\candle_api\__init__.py", line 1, in <module>
    from candle_api.bindings import (
    ...<9 lines>...
    )
ImportError: DLL load failed while importing bindings: The specified module could not be found.
>>>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions