您的位置:首页 > Web前端

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

2016-10-14 15:02 543 查看
最近在使用notebook调用caffe,当使用import caffe时,报错:can not find module skimage.io

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

sudo apt-get install ipython
sudo 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

安装完成即可!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  notebook skimage.io
相关文章推荐