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
OSX 10.11.12, cud 7.5, make runtest succeeded.
When I try to import caffe in python, got error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "caffe/__init__.py", line 1, in <module>
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver
File "caffe/pycaffe.py", line 13, in <module>
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \
ImportError: dlopen(caffe/_caffe.so, 2): Library not loaded: @rpath/libcaffe.so
Referenced from: /Users/kiwi/Developer/caffe/distribute/python/caffe/_caffe.so
Reason: image not found
Already tried:
set DYLD_LIBRARY_PATH
Not working, and import procedure will pend
check python path in makeconfig file, and my system python & anaconda python have the same version
hdf5 installed via anaconda not brew.
Turned off System Integrity Protection
Tried otool -L caffe/libcaffe.so/test_all.testbin, all linked right to lib*.7.5.dylib
The text was updated successfully, but these errors were encountered:
OSX 10.11.12, cud 7.5, make runtest succeeded.
When I try to import caffe in python, got error
Already tried:
Not working, and import procedure will pend
The text was updated successfully, but these errors were encountered: