pip安装python第三方库报错
pip install pymysql
发现报错Could not fetch URL https://pypi.org/simple/pywinauto/: There was a problem co 解决方法:
发现是url的来源的问题,换成了国内的pip源就可以正常安装了,我使用的是:pip install pymysql -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
结果ok!
posted on 2021-01-30 20:52 不总是helloworld 阅读(120) 评论(0) 收藏 举报
浙公网安备 33010602011771号