Pyechonest - 故障查找模块
Pyechonest - Trouble finding module
我正在使用 echonest python 包。它可以在我的 ubuntu linux 笔记本电脑上使用 Anaconda python 2.7 找到。
https://github.com/echonest/pyechonest
但是,当我将我的 windows 10 笔记本电脑与 Anaconda 3.4 一起使用时,我无法 运行 任何代码,因为当我导入艺术家时它找不到 util 模块。我可以在 linux python 2.7
上做得很好
Windows 10 蟒蛇 3.4 距离
运行:
来自 pyechonest 进口艺术家
错误:
文件 "C:\Anaconda3\lib\site-packages\pyechonest-9.0.0-py3.4.egg\pyechonest\artist.py",第 11 行,位于
导入工具
ImportError: 没有名为 'util'
的模块
我是 python 的新手所以请原谅我遗漏了任何明显的东西。
我 运行 遇到了同样的问题 - 这是因为 pypi 当前可用的 pyechonest 版本与 Python 不兼容 3. 参见 https://github.com/echonest/pyechonest/pull/37
在合并之前,您可以像这样从 jsbronder 的存储库安装 b运行ch:
pip install --upgrade git+https://github.com/jsbronder/pyechonest.git@py3
我正在使用 echonest python 包。它可以在我的 ubuntu linux 笔记本电脑上使用 Anaconda python 2.7 找到。 https://github.com/echonest/pyechonest
但是,当我将我的 windows 10 笔记本电脑与 Anaconda 3.4 一起使用时,我无法 运行 任何代码,因为当我导入艺术家时它找不到 util 模块。我可以在 linux python 2.7
上做得很好Windows 10 蟒蛇 3.4 距离
运行: 来自 pyechonest 进口艺术家
错误: 文件 "C:\Anaconda3\lib\site-packages\pyechonest-9.0.0-py3.4.egg\pyechonest\artist.py",第 11 行,位于 导入工具
ImportError: 没有名为 'util'
的模块我是 python 的新手所以请原谅我遗漏了任何明显的东西。
我 运行 遇到了同样的问题 - 这是因为 pypi 当前可用的 pyechonest 版本与 Python 不兼容 3. 参见 https://github.com/echonest/pyechonest/pull/37
在合并之前,您可以像这样从 jsbronder 的存储库安装 b运行ch:
pip install --upgrade git+https://github.com/jsbronder/pyechonest.git@py3