无法在conda中安装matplotlib

时间:2017-01-19 09:20:49

标签: python matplotlib anaconda conda python-3.6

我尝试使用matplotlib安装conda install matplotlib,但收到此错误:

  

不满意错误:发现以下规格   冲突:         - matplotlib         - python 3.6 *

我该怎么处理这个问题?感谢。

2 个答案:

答案 0 :(得分:3)

我认为有些依赖已经过时了。

请尝试使用此命令:

conda install -c conda-forge matplotlib=2.0.0

答案 1 :(得分:0)

我尝试使用以下方法安装matplotlib:

python -m pip install -U matplotlib

这是在我当前的Anaconda虚拟环境下完成的。因此,我使用的pip对应于我的虚拟环境中的python版本。