-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Sideband 0.9.0 upgrade and install error on Debian 12 #50
Comments
Thanks @r8io! Could you let me know if first running |
Thank you for the quick reply :-) Unfortunately it does not resolve the issue. I did r8io@xx: $ pipx install sbapp
Fatal error from pip prevented installation. Full pip output in file:
/home/r8io/.local/pipx/logs/cmd_2024-06-07_14.46.11_pip_errors.log
pip failed to build package:
pyaudio
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
src/pyaudio/device_api.c:9:10: fatal error: portaudio.h: No such file or directory
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
Error installing sbapp. |
Thanks. Can confirm this behaviour on a fresh install of Debian 12. It seems that the problem here is that Why Either way, if you really want to use sudo apt install build-essential portaudio19-dev Thanks for finding and reporting this, I'll add it to the readme. I'll close this as resolved, but feel free to add any additional comments or notes. |
Now it works! I already sent some voice messages. Amazing stuff! Thank you for explaining what went wrong. I went the Just to recap. To install sudo apt install build-essential python3-pyaudio portaudio19-dev
pipx sbapp |
Hah, sorry for the |
Hi Marc,
Sideband 0.9.0 is giving me an error when trying to upgrade from version 0.8.5 on Debian 12. Uninstall/install doesn't help either.
On Android everything appears to be working and I am able to record audio messages.
System information
Upgrade from Sideband 0.8.5
Install
Log file
The text was updated successfully, but these errors were encountered: