-
Notifications
You must be signed in to change notification settings - Fork 96
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
cannot open libzmq.so.3 #177
Comments
Hi - are you installing pymatbridge from the current |
Hi I use "pip install pymatbridge".. |
I think that the recent changes on the |
I have the same issue on Ubuntu 14.04 with Python 3.4. My whole project is in a virtual environment, so I installed pyzmq in it, and then pymatbridge. Both using pip. |
Hi - could you try installing from source instead? It should solve this On Mon, Apr 20, 2015 at 5:57 AM, Kevin Jaquier notifications@github.com
|
Alright, so I followed the instructions on the README to do so. These are not exactly correct ; the following commands :
Must be replaced with :
And Anyway, at the end it worked, I could execute some Matlab code and get the result. Even in the virtual environement (just need to activate it before running |
Is this what you meant? #181 |
Yes, well, I guess its also |
Thanks for the feedback - I updated the PR accordingly. On Tue, Apr 21, 2015 at 9:38 AM, Kevin Jaquier notifications@github.com
|
Closing this (?) |
I use python from anaconda through tcsh.
After mlab.start(), I met this error.
'''
Invalid MEX-file
'/chimerahomes/jingtao/anaconda/lib/python2.7/site-packages/pymatbridge/matlab/messenger.mexa64':
libzmq.so.3: cannot open shared object file: No such file or directory
Error in matlabserver (line 7)
messenger('init', socket_address);
'''
I found the location of libzmq.so.3 is /chimerahomes/jingtao/anaconda/lib. And I add this to DYLD_LIBRARY_PATH in .cshrc file.
'''
setenv LD_LIBRARY_PATH /opt/stow/cuda/cuda-5.0.35/lib64
setenv DYLD_LIBRARY_PATH /chimerahomes/jingtao/anaconda/lib
'''
Also I installed pyzmq via 'conda install pyzmq'.
How can I fix it?
Thanks :)
The text was updated successfully, but these errors were encountered: