-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error loading libzmq #90
Comments
I install zeromq by "conda install zeromq". This is my zeromq |
What operating system are you using? |
I use windows 10. |
I am confused. Is this the default anaconda zeromq? Transplant only searches for libzmq in the default install locations. If yours is not the default anaconda zeromq, it probably won't find it. Does it work if you install the regular libzmq from here: https://zeromq.org/download/ (again, at its default install location)? |
I download zeromq form https://zeromq.org/download/ and I select Visual Studio 15 2017 x64 in Windows Can you help me? benchmark_radix_tree.exe |
Interesting. It seems they changed their distribution method, and no longer ship an installer. In that case, take libsodium.dll and libzmq-v141-mt-4_3_2.dll, rename the latter to libzmq.dll and put both of them somewhere in your PATH, or next to your python program. |
When I use the command "matlab = transplant.Matlab()",the error "Error loading libzmq" occur in matlab command window.
Error in matlab command window:
Error loading libzmq: unable to preprocess input file.
The output generated by the preprocessor is: the system cannot find the specified path.
The versions of my matlab and my python are 2015rb and python3.6, respectively.
Thank you
The text was updated successfully, but these errors were encountered: