unable to install graphlab after typing graphlab.get_dependencies() function

前端 未结 2 880
南方客
南方客 2021-01-28 00:22

The code shows following errors:

\"\"

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

相关标签:
2条回答
  • 2021-01-28 01:04
    • Well, I faced the same questions 1 hour ago, and I fixed it now.
    • For the 2 .dll files, you can search the internet to download them, copy them to you directory:C:\Users\dungeon_master\Anaconda3\envs\gl-env\lib\site-packages\graphlab.
    • In ipython notebook, run import graphlab, and then run graphlab.get_dependencies(). Wait 1 minute, the base package will download.
    • After the 2 steps, you may restart you computer, then you will find everything back to normal.
    0 讨论(0)
  • 2021-01-28 01:09

    The error exists for me as well after the following the above steps. What i realised is that the these two dependencies needs to be extracted in the "cython" folder inside "graphlab" folder. So i copied the same folder from a different installation that was working for me previously and volla.. "import graphlab" was successful. In case anyone needs it, below is the link to the zip of my "cython" folder. Just replace this "cython" folder inside graphlab (Usual location is '/Anaconda2/envs/gl-env/Lib/site-packages/graphlab'. I hope it helps someone

    https://drive.google.com/open?id=0B1voSQs3jo7Jc2l6RTBzWGhYUUU

    0 讨论(0)
提交回复
热议问题