BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.03k stars 18.7k forks source link

from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer File "/home/hjq/anaconda3/lib/python3.6/site-packages/caffe/pycaffe.py", line 13, in <module> from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \ ImportError: libicuuc.so.58: cannot open shared object file: No such file or directory #6846

Open goldwater668 opened 4 years ago

goldwater668 commented 4 years ago

Installation environment: ubuntu18.04 + cuda10.1 + cudnn7.6.4 + anaconda3 + Python 3.6

Caffe installation method according to the official sudo apt install caffe-cuda command, why the above errors, Google said that the python version of the problem, would like to consult users, what GPU Caffe support and python? Python 2.7 has stopped updating and maintenance, is it still using Python 2.7?

Please configure ubuntu18.04 + anaconda3 + cuda10.1 users and give suggestions?

cqray1990 commented 4 years ago

i meet the same problem did you solve it?