使用pip安装库时出现错误Could not find a version that satisfies the requirement或者No matching distribution found

标题Python中使用pip安装一些库时出现ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)

有时我们使用pip安装需要使用的某些包时会报如下错误:
使用pip安装库时出现错误Could not find a version that satisfies the requirement或者No matching distribution found
ERROR: No matching distribution found for tensorflow的情况
这可能是因为网络的问题,这时我们使用国内的镜像源来加速
输入命令:python -m pip install tensorflow(如果你安装的是别的库,请输入别的库名) -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
这时就安装成功了,会出现如下图像:
使用pip安装库时出现错误Could not find a version that satisfies the requirement或者No matching distribution found
使用pip安装库时出现错误Could not find a version that satisfies the requirement或者No matching distribution found
这就算是安装成功了,有问题欢迎留言。

上一篇:JVM常用命令和性能调优建议 [Could not create the Java virtual machine]


下一篇:Flink类型系统的根及相关接口