pip安装 scikit-image包 出错 ERROR_ Could not find a version that satisfies the requirement scikit-image


错误信息:

ERROR: Could not find a version that satisfies the requirement scikit-image (from versions: none)
ERROR: No matching distribution found for scikit-image

原因:

一般是网络的问题,需要使用国内的镜像源来加速

解决办法

pip install scikit-image -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

参考我的这篇博文

pip安装库总是安不上,一直出错line 425,in _error_catcher


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM