【发布时间】:2018-09-18 09:25:24
【问题描述】:
这是我使用 pip uninstall matplotlib 后输入的内容:
pip install matplotlib
但这是输出:
Could not find a version that satisfies the requirement matplotlib (from versions: )
No matching distribution found for matplotlib
我在 Mac 上运行它,我是 Python 新手。任何帮助将不胜感激!
【问题讨论】:
-
你能做一个 pip --version 吗?
-
当我输入 pip --version 时,我得到 9.0.1
-
还有 python --version ,因为我刚刚在 windows 上使用 pip 版本 9.0.3 和 python 版本 3.6.4 测试了您的上述内容,并且可以正常工作
标签: pip installation packages