python 3 解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题
2021-06-10 03:05
标签:问题 module config 环境 match pytho conf path matching 问题:pyhton 3安装module报错ERROR: Could not find a version that satisfies the requirement config.paths 通过pip安装时常常会出现ERROR: Could not find a version that satisfies the requirement xxx的问题,常用配置镜像源来解决此问题。如下: 如配置镜像源也解决不了,可以尝试配置环境变量解决。 python 3 解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题 标签:问题 module config 环境 match pytho conf path matching 原文地址:https://www.cnblogs.com/Tanwheey/p/14468498.html% pip install config.paths
ERROR: Could not find a version that satisfies the requirement config.paths
ERROR: No matching distribution found for config.paths
pip install 包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
上一篇:Maven打包并入本地jar包
下一篇:java中23种设计模式
文章标题:python 3 解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题
文章链接:http://soscw.com/index.php/essay/92969.html