1. 程式人生 > >No module named skimage.io的解決方法

No module named skimage.io的解決方法

/********************************************************************************************************
   在我們配置好opencv和caffe的各種環境後,在匯入caffe模組的時候,還有可能出現這個問題,解決方法是:
	1)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
        2)sudo apt-get update
        3)切換到caffe目錄下,執行:
             python
             import caffe
   如果沒有什麼問題的話,就算成功了。
*********************************************************************************************************/