使用 Graphlab Create Jupyter 时出错

Error while using Graphlab Create Jupyter

我最近升级了我拥有的 Graph Lab 创建版本。 运行 使用 Jupyter 控制台编写代码时,我遇到了以下错误:

from __future__ import division
import graphlab
import math
import string

**Error:
ACTION REQUIRED: Dependencies libstdc++-6.dll and libgcc_s_seh-1.dll not found.
1. Ensure user account has write permission to C:\Anaconda3\envs\gl-env\lib\site-packages\graphlab
2. Run graphlab.get_dependencies() to download and install them.
3. Restart Python and import graphlab again.**

我不是计算机专业人士,我不确定为什么会出现这种情况。如果有人可以建议这些步骤,将会有所帮助。我有 Python 2.7 和 3.5 版本以及 Anaconda 2 和 3。

此外,上传超过 25 MB 的文件时会出现错误。不太确定,因为在升级 Graphlab create 之前它曾经没问题。我尝试卸载并重新安装 Python 和 Anaconda,但没有任何效果。

首先,确保 Jupyter Notebook 已关闭。

  1. 打开 GraphLab Create Launcher 并转到 'TERMINAL' 按钮。
  2. 输入import graphlab(可能会有错误信息,忽略即可)
  3. 现在输入 graphlab.get_dependencies()

终端将安装所有正确的依赖项。等待它完成。然后您可以关闭终端 window 并再次打开 Jupyter Notebook。再次尝试 运行 你在笔记本中的代码,它应该可以工作。

希望对您有所帮助!