python - PYCHARM import caffe error -


i have tried several ideas make caffe work on pycharm.

i have added path pycharm well. enter image description here

enter image description here

import caffe doesnt work in pycharm works in terminal.

the caffe folder in pythonpath.

enter image description here

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

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -