当我尝试使用pip2安装scikit-image时会显示错误。我试图找到这个问题的解决方案。
命令python setup.py egg_info失败,错误代码为1 / tmp / pip_build_root / scikit-image 在/home/nshakib/.pip/pip.log
中存储失败的调试日志答案 0 :(得分: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的Anaconda Distribution for Python 2.7。 它内置了许多主要的软件包,并且有一个很好的软件包管理器来管理依赖项。
https://docs.continuum.io/anaconda/install#anaconda-install
conda包将与conda install scikit-image