【发布时间】:2017-10-23 01:21:10
【问题描述】:
在“导入 graphlab”时会发生以下情况:
ACTION REQUIRED: Dependencies libstdc++-6.dll and libgcc_s_seh-1.dll not found.
1. Ensure user account has write permission to C:\Users\<user>\AppData\Local\Continuum\Miniconda2\envs\gl-env\lib\site-packages\graphlab
2. Run graphlab.get_dependencies() to download and install them.
3. Restart Python and import graphlab again.
By running the above function, you agree to the following licenses.
* libstdc++: https://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html
* xz: http://git.tukaani.org/?p=xz.git;a=blob;f=COPYING
我尝试运行“graphlab.get_dependencies()”,但得到以下结果:
AttributeError Traceback (most recent call last)
<ipython-input-3-9e64085fb919> in <module>()
----> 1 graphlab.get_dependencies()
AttributeError: 'module' object has no attribute 'get_dependencies'
有人知道怎么解决吗?
【问题讨论】:
标签: graphlab