pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )(示例代
Posted 技术研究与问题解决
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )(示例代相关的知识,希望对你有一定的参考价值。
今天用pip安装skimage时报错:
这是因为网络的问题,需要使用国内的镜像源来加速,比如豆瓣源
命令改为:
pip install scikit-image -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
或者
pip3 install scikit-image -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
最后成功安装:
以上是关于pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )(示例代的主要内容,如果未能解决你的问题,请参考以下文章
Python pip install 安装包报错ERROR: Could not find a version that satisfies the requirement XXX解决方法
Python安装包报错ERROR: Could not find a version that satisfies the requirement XXX解决方法
mac 下pip安装python三方库的时候提示 Could not fetch URL https://pypi.python.org/simple/virtualenv/: There was a
oracle11g+tomcat 安装war包出错:IO 错误: The Network Adapter could not establish the connection
Ubuntu 14.04 安装 VMware Player出错: Could not open /dev/vmmon:?
python通过pip安装torch错误及解决办法ERROR: Could not find a version that satisfies the requirement torch