Miej / GoDeeper

256 stars 31 forks source link

../../build/tools/caffe: error while loading shared libraries: libopencv_core.so.3.1: cannot open shared object file: No such file or directory #8

Open michaelByrne opened 7 years ago

michaelByrne commented 7 years ago

Error running the following.

../../build/tools/caffe train -solver ./solver.prototxt -weights ./bvlc_googlenet.caffemodel

Reinstalled OpenCv. No luck.

Any ideas?

michaelByrne commented 7 years ago

I solved this just by switching to a different deep learning AMI, but will leave it open in case it's a Go Deeper issue.

Elizabethcase commented 7 years ago

I had this issue too when trying to run the mnist demo. Solved by adding /home/icarus/anaconda2/lib/ to my LD_LIBRARY_PATH e.g. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/icarus/anaconda2/lib/