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

pydub problem #1759

Closed
rishabhjoshi opened this issue Mar 14, 2019 · 2 comments
Closed

pydub problem #1759

rishabhjoshi opened this issue Mar 14, 2019 · 2 comments

Comments

@rishabhjoshi
Copy link

Versions

  • Python: 3
  • OS: Android
  • Kivy: 1.10.1
  • Kivy installation method:

Description

I wanted to use pydub to convert mp4 to wav audio in android. I added pydub to the requirements. App build is fine. When I run the app, it crashes with the error
ImportError: dlopen failed: _portaudio.so is 64-bit instead of 32-bit

@tito tito transferred this issue from kivy/kivy Mar 15, 2019
@AndreMiras
Copy link
Member

Doesn't this happen when your dependency needs a recipe?

@inclement
Copy link
Member

inclement commented Apr 7, 2019

Yes, this means that pydub needs a recipe.

Edit: We should probably improve the error details in this case somehow. We used to try to make sure p4a failed at the compilation stage by providing no compiler details during pip module install, but it seems that has changed or has broken somehow.

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

3 participants