-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
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 :)
Metadata
Metadata
Assignees
Labels
No labels