import caffe时出错:can not find module skimage.io

来源:互联网 发布:java短信的免费接口 编辑:程序博客网 时间:2024/05/15 01:14

最近在使用notebook调用caffe,当使用import caffe时,报错:can not find module skimage.io

主要我用以下命令安装的notebook

sudo apt-get install ipythonsudo apt-get install ipython-notebook
导致缺少了很多包,需要使用以下命令进行安装相应的包:

$ sudo apt-get install python-numpy python-scipy python-matplotlib python-sklearn python-skimage python-h5py python-protobuf python-leveldb python-networkx python-nose python-pandas python-gflags Cython ipython 

安装完成即可!

0 0
原创粉丝点击