【发布时间】:2017-11-27 20:12:12
【问题描述】:
如何为我的 mac 下载和安装 matplotlib for Python 3.5 以在 Eclipse 中使用?我的 Mac 运行的是 macOS High Sierra 版本 10.13.1。我可以处理量子力学和热力学,但是整个下载、安装和使用新的 python 程序/包/库/东西对我来说是非常混乱的。假设我什么都不知道,因为我不知道。
【问题讨论】:
-
我想,您已经尝试打开终端并输入
python3 -mpip install matplotlib,但没有成功?见这里:matplotlib.org/faq/installing_faq.html
标签: python macos matplotlib