在安装第三方库django-silk
的时候,Python报错```
(django_01) C:\Users\luo>pip install django-silk
Collecting django-silk
Downloading django_silk-4.0.1-py2.py3-none-any.whl (1.8 MB)
|█ | 40 kB 5.3 kB/s eta 0:05:29ERROR: Exception:
Traceback (most recent call last):
File "d:\workspace_env\envs\django_01\lib\site-packages\pip\_vendor\urllib3\response.py", line 425, in _error_catcher
yield
File "d:\workspace_env\envs\django_01\lib\site-packages\pip\_vendor\urllib3\response.py", line 507, in read
data = self._fp.read(amt) if not fp_closed else b""
python开发中,我们经常用到pip工具。但是pip的服务器某些第三方的模块下载很慢。
下面介绍两种方式,解决下载问题:
一. 下载时手动更改镜像
我们可以选用国内的镜像下载:
国内源:
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simpl