Skip to content

ImportError: DLL load failed while importing openlimits_python #13

@Bi0max

Description

@Bi0max

I have installed the wheel on Windows 10, but it gives an error, when importing:

Error
Traceback (most recent call last):
  File "C:\Users\Maksim\Miniconda3\envs\arb32\lib\unittest\case.py", line 60, in testPartExecutor
    yield
  File "C:\Users\Maksim\Miniconda3\envs\arb32\lib\unittest\case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "C:\Users\Maksim\Miniconda3\envs\arb32\lib\unittest\case.py", line 633, in _callTestMethod
    method()
  File "C:\Users\Maksim\Miniconda3\envs\arb32\lib\unittest\loader.py", line 34, in testFailure
    raise self._exception
ImportError: Failed to import test module: test_nash
Traceback (most recent call last):
  File "C:\Users\Maksim\Miniconda3\envs\arb32\lib\unittest\loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "D:\projects\arbitrage_trader\arbitrage_trader\tests\exchange\test_nash.py", line 4, in <module>
    from openlimits_python import ExchangeClient
ImportError: DLL load failed while importing openlimits_python: 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