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
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
The text was updated successfully, but these errors were encountered:
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.
Versions
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
The text was updated successfully, but these errors were encountered: