300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )...

pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )...

时间:2022-08-10 19:22:56

相关推荐

pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )...

pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )

今天用pip安装skimage时报错:

这是因为网络的问题,需要使用国内的镜像源来加速,比如豆瓣源

命令改为:

pip install scikit-image-i /simple/ --trusted-host

或者

pip3 install scikit-image-i /simple/ --trusted-host

最后成功安装:

posted @ -03-28 21:47 予你心安 阅读( ...) 评论( ...) 编辑 收藏

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。