美文网首页
python问题汇总

python问题汇总

作者: 柚一西_ | 来源:发表于2022-08-23 10:51 被阅读0次

1、问题:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
解决: 1》pip --default-timeout=1000 install -U flask-sqlalchemy(这个方法有点扯蛋。。。)
2》更换镜像:pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple,再执行pip命令,解决。
可参考:https://blog.csdn.net/aaalswaaa1/article/details/120438827

2、

相关文章

网友评论

      本文标题:python问题汇总

      本文链接:https://www.haomeiwen.com/subject/egnngrtx.html