Caffe2 installed correct but can't load glog library -
i pip installed caffe2 via "prebuilt caffe2 python wheel" without error. running first example following error message seems not able find/load "/usr/local/opt/glog/lib/libglog.0.dylib".
if import caffe2.python not give me error. glog missing in usr/local/opt.
is mac gpu problem ? know cuda problem/does not run on mac or there else missed/i have do. ?
thanks help.
warning:root:this caffe2 python run not have gpu support. run in cpu mode. warning:root:debug message: no module named caffe2_pybind11_state_gpu critical:root:cannot load caffe2.python. error: dlopen(/usr/local/lib/python2.7/site-packages/caffe2/python/caffe2_pybind11_state.so, 10): library not loaded: /usr/local/opt/glog/lib/libglog.0.dylib referenced from: /usr/local/lib/python2.7/site-packages/caffe2/python/caffe2_pybind11_state.so reason: image not found
Comments
Post a Comment