Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已正确关注https://dato.com并安装了 graphlab,但是当尝试在 ipython 中导入 graphlab 时,它仍然无法正常工作
ImportError: No module named graphlab
有什么问题。
该错误经常发生,因为 graphlab-create 安装在与您正在工作的环境不同的环境中。您是否有机会使用 Miniconda 或 virtualenv?如果是这样,请确保激活您的工作环境,然后下载并安装 graphlab-create,然后导入 IPython、Jupyter notebook 等。