tlecomte / friture

Real-time audio visualizations (spectrum, spectrogram, etc.)
http://friture.org
GNU General Public License v3.0
936 stars 161 forks source link

OSError: PortAudio library not found #262

Open Spurlos opened 8 months ago

Spurlos commented 8 months ago

Could not launch the app on Ubuntu 23.10 although it looks like the issue was raised and fixed previously in https://github.com/tlecomte/friture/issues/145

(had to install libfuse2 also, but that a whole other story, as current distros moved on to libfuse3)

Error details
2024-03-28, 03:58:48 (Friture 0.49)
Traceback (most recent call last):
  File "main.py", line 3, in 
  File "", line 1007, in _find_and_load
  File "", line 986, in _find_and_load_unlocked
  File "", line 680, in _load_unlocked
  File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module
  File "friture/analyzer.py", line 39, in 
  File "", line 1007, in _find_and_load
  File "", line 986, in _find_and_load_unlocked
  File "", line 680, in _load_unlocked
  File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module
  File "friture/about.py", line 22, in 
  File "", line 1007, in _find_and_load
  File "", line 986, in _find_and_load_unlocked
  File "", line 680, in _load_unlocked
  File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module
  File "sounddevice.py", line 71, in 
OSError: PortAudio library not found