You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I need to change the tempo of a song for a project and I would like to use remix. When I run, for example, the following command file: python beatshift.py "01 - I Saw Her Standing There.mp3" out.mp3
I get this error:
Traceback (most recent call last): File "beatshift.py", line 19, in <module> from echonest.remix import audio, modify File "build/bdist.macosx-10.6-x86_64/egg/echonest/remix/modify.py", line 11, in <module> File "build/bdist.macosx-10.6-x86_64/egg/soundtouch.py", line 7, in <module> File "build/bdist.macosx-10.6-x86_64/egg/soundtouch.py", line 6, in __bootstrap__ ImportError: dlopen(/Users/JL/.python-eggs/remix-2.4.0-py2.7-macosx-10.6-x86_64.egg-tmp/soundtouch.so, 2): no suitable image found. Did find: /Users/JL/.python-eggs/remix-2.4.0-py2.7-macosx-10.6-x86_64.egg-tmp/soundtouch.so: mach-o, but wrong architecture
Do you know what can I do to solve it?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I need to change the tempo of a song for a project and I would like to use remix. When I run, for example, the following command file:
python beatshift.py "01 - I Saw Her Standing There.mp3" out.mp3
I get this error:
Traceback (most recent call last): File "beatshift.py", line 19, in <module> from echonest.remix import audio, modify File "build/bdist.macosx-10.6-x86_64/egg/echonest/remix/modify.py", line 11, in <module> File "build/bdist.macosx-10.6-x86_64/egg/soundtouch.py", line 7, in <module> File "build/bdist.macosx-10.6-x86_64/egg/soundtouch.py", line 6, in __bootstrap__ ImportError: dlopen(/Users/JL/.python-eggs/remix-2.4.0-py2.7-macosx-10.6-x86_64.egg-tmp/soundtouch.so, 2): no suitable image found. Did find: /Users/JL/.python-eggs/remix-2.4.0-py2.7-macosx-10.6-x86_64.egg-tmp/soundtouch.so: mach-o, but wrong architecture
Do you know what can I do to solve it?
Thanks
The text was updated successfully, but these errors were encountered: