【发布时间】:2021-07-07 18:18:25
【问题描述】:
Matplotlib 已发布 3.4.2 版本,但我的版本卡在 3.3.4。
我删除了pip缓存并尝试了,没有用。
$pip3 install -U matplotlib==3.4.2
错误:找不到一个版本 满足 matplotlib==3.4.2 的要求(从版本:0.86, 0.86.1、0.86.2、0.91.0、0.91.1、1.0.1、1.1.0、1.1.1、1.2.0、1.2.1、1.3.0、1.3.1、1.4.0、1.4。 1rc1、1.4.1、1.4.2、1.4.3、1.5.0、1.5.1、1.5.2、1.5.3、2.0.0b1、2.0.0b2、2.0.0b3、2.0.0b4、2.0.0rc1、 2.0.0rc2、2.0.0、2.0.1、2.0.2、2.1.0rc1、2.1.0、2.1.1、2.1.2、2.2.0rc1、2.2.0、2.2.2、2.2.3、2.2。 4、2.2.5、3.0.0rc2、3.0.0、3.0.1、3.0.2、3.0.3、3.1.0rc1、3.1.0rc2、3.1.0、3.1.1、3.1.2、3.1.3、 3.2.0rc1、3.2.0rc3、3.2.0、3.2.1、3.2.2、3.3.0rc1、3.3.0、3.3.1、3.3.2、3.3.3、3.3.4)
错误:未找到 matplotlib==3.4.2 的匹配分布
蟒蛇:3.6.9
点数:21.1.3
【问题讨论】:
-
来自matplotlib.org/stable/devel/min_dep_policy.html Matplotlib 3.4 需要 Python 3.7+
标签: python matplotlib