python - 无法在 conda 中安装 matplotlib

标签 python matplotlib anaconda conda python-3.6

我尝试使用以下方法安装 matplotlib:conda install matplotlib,但出现此错误:

UnsatisfiableError: The following specifications were found to be in conflict: - matplotlib - python 3.6*

我应该如何处理这个问题?谢谢。

最佳答案

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

试试这个命令:

conda install -c conda-forge matplotlib=2.0.0

关于python - 无法在 conda 中安装 matplotlib,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41738015/

相关文章:

python - 用 Python 逼近数值二阶导数

python - 如何防止 CSS header 使下拉菜单以 Django 形式消失

python - 如何在networkx图上只显示重要节点的名称?

python-3.x - 使用 np.polyfit 沿多项式回归生成的曲线计算和绘制切线

python - 如何通过 OpenCV 在 C++ 中实现 poly1d?

python - Matplotlib 弃用 在 plt.show() 中设置值时发出警告。关键词是什么?

python - 使用 matplotlib 的非重叠散点图标签

python - 选项卡在Windows上的python anaconda repl中不起作用

python - Emacs 和 python 。链接问题

tensorflow - 将 sudo pip 安装库更改为 anaconda