300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > Could not find a version that satisfies the requirement PyMySQL (from versions: ) No matching distr

Could not find a version that satisfies the requirement PyMySQL (from versions: ) No matching distr

时间:2022-05-28 18:19:03

相关推荐

Could not find a version that satisfies the requirement PyMySQL (from versions: ) No matching distr

今天使用pip安装pymysql时出现如下错误:

Could not find a version that satisfies the requirement PyMySQL (from versions: )

No matching distribution found for PyMySQL

使用pip安装其他模块时也可能出现上述错误,主要原因是网络的问题,需要使用国内的镜像源来加速,比如豆瓣源

因此命令可以使用:

pip install pymysql -i /simple/ --trusted-host

或者

pip3 install pymysql-i /simple/ --trusted-host

即可成功安装。

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