Error while using Graphlab Create Jupyter

回眸只為那壹抹淺笑 提交于 2019-12-24 06:47:12

问题


I have recently upgraded the Graph Lab create version that I had. While running codes using the Jupyter console I came up with the following errors:

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.**

I am not a CS person, and am not sure why this is coming up. Will help if someone can suggest the steps. I have got both Python 2.7 and 3.5 versions and Anaconda 2 and 3.

Also, while uploading files above 25 mb its giving errors. Not too sure cause it used to be ok before upgrading Graphlab create. I have tried uninstalling and reinstalling Python and Anaconda but nothing worked.


回答1:


Firstly, make sure Jupyter notebook is CLOSED.

  1. Open the GraphLab Create Launcher and go to the 'TERMINAL' button.
  2. Type in import graphlab (there may be an error message, just ignore it).
  3. Now type in graphlab.get_dependencies()

The terminal will install all of the proper dependencies. Just wait for it to be finished. You can then close the terminal window and open the Jupyter Notebook again. Just try to run your code in the notebook again, it should work.

Hope this helps!



来源:https://stackoverflow.com/questions/39128663/error-while-using-graphlab-create-jupyter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!