You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@notdanilo, yes, I put it to C:\Users\XXX\.rustup\toolchains\nightly-i686-pc-windows-msvc\lib\rustlib\i686-pc-windows-msvc\lib, as described in the link, that you provided here nash-io/openlimits#167. Without putting it there, it would not even compile.
Should I put it somewhere else as well to be able to import the library?
I have installed the wheel on Windows 10, but it gives an error, when importing:
The text was updated successfully, but these errors were encountered: