ImportError * .so:找不到合适的图像

时间:2015-12-05 10:19:01

标签: python echonest

我需要改变项目歌曲的速度,我想使用echonest的python库remix。 但是,当我运行时,例如,以下命令:

python beatshift.py "01 - I Saw Her Standing There.mp3" out.mp3

我收到此错误:

  

Traceback(最近一次调用最后一次):文件“beatshift.py”,第19行,in   <模块>       从echonest.remix导入音频,修改文件“build / bdist.macosx-10.6-x86_64 / egg / echonest / remix / modify.py”,行   11,< module>文件   “build / bdist.macosx-10.6-x86_64 / egg / soundtouch.py​​”,第7行,in   <模块>文件“build / bdist.macosx-10.6-x86_64 / egg / soundtouch.py​​”,   第6行,在 bootstrap 中导入错误:   dlopen的(/Users/JL/.python-eggs/remix-2.4.0-py2.7-macosx-10.6-x86_64.egg-tmp/soundtouch.so,   2):找不到合适的图像。找到了:     /Users/JL/.python-eggs/remix-2.4.0-py2.7-macosx-10.6-x86_64.egg-tmp/soundtouch.so:   mach-o,但错误的架构

你知道我能做些什么来解决它吗?

0 个答案:

没有答案