1问题

Python 3.8下用pip install matplotlib安装时会报一堆错误,主要是默认的网站还未支持Python3.8。

2 解决方法

使用清华大学的安装镜像
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib
Python 3.8安装matplotlib的方法

相关文章:

  • 2021-06-20
  • 2021-07-20
  • 2023-02-21
  • 2021-07-05
  • 2021-11-20
  • 2021-09-18
  • 2022-12-23
  • 2021-08-05
猜你喜欢
  • 2021-06-27
  • 2021-06-23
  • 2021-11-19
  • 2021-10-10
  • 2021-04-16
  • 2022-01-23
  • 2021-05-05
相关资源
相似解决方案