我想在 DSx 笔记本中使用 graphlab。我已经安装了模块: !pip install --user --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/my_license/GraphLab-Create-License.tar.gz
但是运行import graphlab
失败并出现错误:
AttributeErrorTraceback (most recent call last) <ipython-input-8-18109c918415> in <module>() ...
----> 4 import graphlab
/gpfs/fs01/user/sc9b-86b94c11f9c6d7-2ca36d25e590/.local/lib/python2.7/site-packages/graphlab/__init__.py in <module>()
48 from graphlab.util import set_runtime_config
49
---> 50 import graphlab.connect as _mt
51 import graphlab.connect.aws as aws
52 from . import visualization
AttributeError: 'module' object has no attribute 'connect'
我错过了什么?有什么提示吗?谢谢