我正在尝试使用graphlab
库构建推荐引擎。
我在graphlab
文档中读到graphlab
是为Python 2.7构建的。
我使用的是Python 3.5。
我已使用 tar.gz 成功安装了graphlab
,但在导入graphlab
时,我收到了以下错误。
AttributeError Traceback(最近一次调用最后一次) in() ----> 1导入graphlab 2#graphlab.get_dependencies()
/usr/local/lib/python3.5/dist-packages/graphlab/ init .py in () 48来自graphlab.util import set_runtime_config 49 ---> 50将graphlab.connect导入为_mt 51将graphlab.connect.aws导入为aws 52来自。导入可视化
AttributeError:模块'graphlab'没有属性'connect'
有人可以指导一下可能出现的问题吗?