Python 2.7.17 |Anaconda, Inc.| (default, Oct 21 2019, 19:04:46)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import caffe
Traceback (most recent call last):
File "", line 1, in
File "/home/yonge/caffe/python/caffe/init.py", line 1, in
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer
File "/home/yonge/caffe/python/caffe/pycaffe.py", line 15, in
import caffe.io
File "/home/yonge/caffe/python/caffe/io.py", line 2, in
import skimage.io
ImportError: No module named skimage.io
Python 2.7.17 |Anaconda, Inc.| (default, Oct 21 2019, 19:04:46) [GCC 7.3.0] on linux2 Type "help", "copyright", "credits" or "license" for more information.