码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-06-05 17:57:37      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:target   caff   tar   原创   numpy   令行   track   das   nts   

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

在命令行输入Python;再输入import caffe时,可能会报以下错误:

can not find module skimage.io

此时只要按照以下命令操作即可:
$ 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

$ sudo apt-get update

在caffe-master目录下:
$ make pycaffe
然后在命令行输入python;再输入import caffe就可以成功啦。

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

标签:target   caff   tar   原创   numpy   令行   track   das   nts   

原文地址:http://www.cnblogs.com/leoking01/p/6946204.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!