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

前端 未结 2 910
南方客
南方客 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.

提交回复
热议问题