Python 使用Graphlab创建Jupyter时出错

Python 使用Graphlab创建Jupyter时出错,python,ipython,jupyter-notebook,graphlab,Python,Ipython,Jupyter Notebook,Graphlab,我最近升级了我拥有的Graph Lab create版本。在使用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 w

我最近升级了我拥有的Graph Lab create版本。在使用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.**
我不是CS人,也不知道为什么会出现这种情况。如果有人能建议这些步骤,这会有所帮助。我已经有了Python 2.7和3.5版本以及Anaconda 2和3


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

首先,确保Jupyter笔记本已关闭

  • 打开GraphLab创建启动器并转到“终端”按钮
  • 键入导入图形选项卡(可能有错误消息,请忽略它)
  • 现在输入
    graphlab.get\u dependencies()
  • 终端将安装所有适当的依赖项。就等它完成吧。然后,您可以关闭终端窗口并再次打开Jupyter笔记本。只要试着在笔记本上再次运行你的代码,就可以了


    希望这有帮助

    在完成上述步骤后,请参见仍然显示相同的错误。这似乎是一个奇怪的破解,但对我不起作用。