-
Notifications
You must be signed in to change notification settings - Fork 1
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
App not working in version 2.9 after adoption of sounddevice #42
Comments
I tested OdfEdit v2.9 in Ubuntu 22.04 LTS as well and it works.
as indicated here : https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/scripts/readme-gen/templates/install_portaudio.tmpl.rst |
If it does not work, try this :
found here : https://askubuntu.com/questions/736238/how-do-i-install-and-setup-the-environment-for-using-portaudio |
Hi Eric,
The first answer soved my problem.
Thanks a lot!!!
…On 03/02/24 16:46, Eric Turpault ***@***.***> wrote:
If it does not work, try this :
sudo apt-get install libasound-dev portaudio19-dev libportaudio2
libportaudiocpp0
sudo apt-get install ffmpeg libav-tools
found here :
https://askubuntu.com/questions/736238/how-do-i-install-and-setup-the-environment-for-using-portaudio <https://askubuntu.com/questions/736238/how-do-i-install-and-setup-the-environment-for-using-portaudio>
—
Reply to this email directly, view it on GitHub
<#42 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BF3HAB7XKOVXVX2YDD5KJG3YRZLWNAVCNFSM6AAAAABCYDS5KSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGM3DGOJXGI>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I go on installing and installing and installing packets... Now I seam to miss ./resources/OdfEdit.png I must have gone astray somewhere. |
Are you executing OdfEdit.py with Python engine or with the binary of OdfEdit ? |
The first, i.e. python 3 ./OdfEdit.py Is there a binary for Ubuntu? |
Yes there is binary for Linux (tested in Ubuntu), it is available in the assets of the release page https://github.com/GrandOrgue/OdfEdit/releases/tag/v2.9, it is the file OdfEdit-2.9-linux.zip |
OK :-) |
Just unzip the unique binary file OdfEdit which is inside the archive OdfEdit-2.9-linux.zip, then double-click on it in the file explorer to execute it. |
Thanks for advice. Back when I have tried that. |
Success! Thansk a lot. |
Hi,
I'm working on Ubuntu 22.04 LTS.
I've installed "pip" via "sudo apt install python3-pip"
I've installed "sounddevice" via "python3 -m pip install sounddevice"
The app still not working with the following error:
Traceback (most recent call last):
File "OdfEdit.py", line 165, in
import sounddevice as sd # install with : pip install sounddevice
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 419, in exec_module
File "sounddevice.py", line 71, in
OSError: PortAudio library not found
[5572] Failed to execute script 'OdfEdit' due to unhandled exception!
Could you please help me to make the app working?
Many thanks
The text was updated successfully, but these errors were encountered: