安装第三方库
安装第三方库出现以下问题时(部分报错信息)
pip install numpy 时 报错:
Traceback (most recent call last):
File "d:\python\lib\site-packages\pip\_vendor\urllib3\response.py", line 437, in _error_catcher
yield
File "d:\python\lib\site-packages\pip\_vendor\urllib3\response.py", line 519, in read
data = self._fp.read(amt) if not fp_closed else b""
File "d:\python\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read
在终端输入以下命令
pip install numpy -i https://pypi.doubanio.com/simple