Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError soundtouch.so: no suitable image found #49

Open
thisisjl opened this issue Dec 5, 2015 · 0 comments
Open

ImportError soundtouch.so: no suitable image found #49

thisisjl opened this issue Dec 5, 2015 · 0 comments

Comments

@thisisjl
Copy link

thisisjl commented Dec 5, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant