PyCharm5 Community Edition - ImportError: "No module named 'graphlab'?

PyCharm5 Community Edition - ImportError: "No module named 'graphlab'?

我按照此处的说明安装了 GraphLab:https://turi.com/download/install-graphlab-create-command-line.html 但是当我尝试在 pycharm 中导入 graphlab 时,我收到此错误:没有名为 'graphlab' 的模块。我试图在 pycharm 中找到特定的环境,但我只能找到 Python 3.5 和 Python 2.7.12。但是graphlab搭建的环境是Python2.7.11。任何见解将不胜感激。

如果您按照本教程进行操作,则您的 Graplab 库位于虚拟环境中。您需要告诉 PyCharm 为您的代码使用正确的解释器。以下是关于如何为虚拟环境添加本地解释器的说明:https://www.jetbrains.com/help/pycharm/2016.1/adding-existing-virtual-environment.html

@molig 我已经解决了这个问题。我在 PyCharm 中打开了一个新项目并将环境指向适当的项目,在本例中是我在安装 GraphLab 时创建的 gl-env。谢谢!