Winterto0 2019-12-04
如果你能看的上面的matplotlib(2.0.0)证明你安装成功了
如果你像我一样报错了:
4921b0d42368445b856ae0861c3acba542b9a39c/matplotlib-3.1.2-cp37-cp37m-win_amd64.w
hl (9.1MB)
| | 20kB 144bytes/s eta 17:24:10ERROR: Excep
tion:
Traceback (most recent call last):
File "C:\Users\wzc3\AppData\Local\Programs\Python\Python37\lib\site-packages\p
ip\_vendor\urllib3\response.py", line 425, in _error_catcher
yield
别慌,我来帮你分析下:
raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files
.pythonhosted.org‘, port=443): Read timed out.
证明,是下载超时
python -m pip install matplotlib --default-timeout=10000
祝你好运~~