PyCharm安装第三方库超时的解决办法

学习python3的过程中,会使用到第三方库,一般安装有2种方法:

1、使用pip命令安装

1
pip install pillow

使用该命令时修改超时时间:

1
pip install --default-timeout=1000 pillow

2、通过PyCharm 的Settings

File->Setting->Project Interpreter, 点击+,输入网址:

https://pypi.douban.com/simple

https://pypi.tuna.tsinghua.edu.cn/simple/

添加豆瓣或清华的镜像就可以了

然后选择 清华或豆瓣的 镜像进行安装:

很快就安装成功了。


PyCharm安装第三方库超时的解决办法
https://river106.cn/posts/b6ca3a5d.html
作者
river106
发布于
2020年5月10日
许可协议