2016-06-28 85 views

回答

0

存儲調試日誌失敗我的猜測是,你可能缺少依賴關係。我不認爲Ubuntu 14.04與任何SciPy堆棧一起開箱即可。

要回答你的問題試試,

sudo apt-get install python-matplotlib python-numpy python-pil python-scipy

然後

sudo apt-get install build-essential cython 

最後

sudo apt-get install python-skimage 

如果仍然不起作用,你可以嘗試使用蟒蛇分佈來自Continuum Analytics的Python 2.7。 它內置了很多主要的軟件包,並且有一個很好的軟件包管理器來管理依賴關係。

https://docs.continuum.io/anaconda/install#anaconda-install

的暢達包將與conda install scikit-image

+0

安裝謝謝我有我的解決方案:) –