matplotlib安装出现raise ReadTimeoutError || pip使用国内镜像安装报错 ERROR: Cannot unpack file
时间超时raise ReadTimeoutError(self._pool, None, ‘Read timed out.’) pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
国内的网连不上的意思,使用镜像pip install matplotlib -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

matplotlib安装出现raise ReadTimeoutError || pip使用国内镜像安装报错 ERROR: Cannot unpack file
pip使用国内镜像安装报错ERROR: Cannot unpack file C:\AppData\Local\Temp\pip-unpack-c542clcq\simple (downloaded from C:\AppData\Local\Temp\pip-req-build-tsg7kuii, content-type: text/html; charset=utf-8); cannot detect archive format

考虑可以换镜像
![在这里插入图片描述](https://img-blog.csdnimg.cn/20200529110113228.png?x-oss-processmatplotlib安装出现raise ReadTimeoutError || pip使用国内镜像安装报错 ERROR: Cannot unpack file
成功
matplotlib安装出现raise ReadTimeoutError || pip使用国内镜像安装报错 ERROR: Cannot unpack file

相关文章:

  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-08
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案