导入graphlab无法正常工作

时间:2017-07-09 09:01:32

标签: python-3.x ipython jupyter-notebook ipython-notebook graphlab

我是graphlab创建的初学者。我在我的系统上安装了Python 3,并且在图形创建启动器的帮助下我正在使用jupyter笔记本。

当我尝试导入graphlab时,会出现以下通知:

ACTION REQUIRED: Dependencies libstdc++-6.dll and libgcc_s_seh-1.dll not found.

1. Ensure user account has write permission to C:\Users\bandriya\Anaconda2\envs\gl-env\lib\site-packages\graphlab
2. Run graphlab.get_dependencies() to download and install them.
3. Restart Python and import graphlab again.

By running the above function, you agree to the following licenses.

* libstdc++: https://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html
* xz: http://git.tukaani.org/?p=xz.git;a=blob;f=COPYING

这是什么意思?

1 个答案:

答案 0 :(得分:0)

尝试在ipython笔记本上运行此行:

graphlab.get_dependencies()

你应该看到这个:

通过运行此功能,即表示您同意以下许可。

正在下载xz。 提取xz。 正在下载gcc-libs。 提取gcc-libs。 将gcc-libs复制到安装目录中。

完成后,退出笔记本电脑然后重新启动它。你应该能够导入graphlab。 我认为在您的计算机上安装graphlab时,某些依赖项或模块未正确下载。