python - PYCHARM import caffe error -
i have tried several ideas make caffe work on pycharm.
i have added path pycharm well.
import caffe doesnt work in pycharm works in terminal.
the caffe folder in pythonpath.
fixed issue. had edit /etc/ld.so.conf
file , add lib dir of cuda libraries. in case added:
/usr/local/cuda-7.5/lib64
then run sudo ldconfig
in terminal , restart pycharm. should work.
Comments
Post a Comment