使用 Eclipse 找不到 matplotlib?
我在 Eclipse(在 Mac 上)中遇到了一些与 matplotlib 相关的问题,
所以我安装了 matplotlib,因为它对于我正在处理的项目是必需的。如果我通过终端运行它,它就可以工作——但是当我尝试在 Eclipse 中运行程序或使用 matplotlib 执行任何操作时,我收到一条错误消息,指出没有名为 matplotlib 的模块。我将标准站点包文件夹中的 matplotlib 文件夹添加到 Eclipse 中的系统 PYTHONPATH 中,但仍然不起作用。
任何建议将不胜感激!
I'm having some issues with matplotlib in Eclipse (on Mac),
So I've installed matplotlib because it's necessary for a project I'm working on. It works if I run it through Terminal -- but when i try to run the program or do anything with matplotlib within Eclipse, I get an error message saying that there is no module named matplotlib. I added the matplotlib folder that is within my standard site-packages folder to the system PYTHONPATH within Eclipse, but still doesn't work.
Any suggestions would be greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚遇到了同样的问题,可以通过删除我手动添加到特定项目的 PYTHONPATH 的任何其他路径来解决它。
希望有帮助
切里奥·沃尔坦
I just had the same issue and could resolve it by removing any additional paths I manually added to the PYTHONPATH of the specific project.
Hope that helps
Cherio Woltan