Ich versuche gerade das Modul Pyo . zur Audio Programmierung zu installieren.
Ich habe schon folgendes Versucht:
Code: Alles auswählen
pip install pyo
Code: Alles auswählen
creating build/temp.linux-x86_64-cpython-312/src/objects
gcc -pthread -B /home/crecoproject/anaconda3/compiler_compat -fno-strict-overflow -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/crecoproject/anaconda3/include -fPIC -O2 -isystem /home/crecoproject/anaconda3/include -fPIC -DUSE_PORTAUDIO -DUSE_PORTMIDI -DUSE_OSC -Iinclude -I/usr/include -I/usr/local/include -I/home/crecoproject/anaconda3/include/python3.12 -c src/engine/ad_portaudio.c -o build/temp.linux-x86_64-cpython-312/src/engine/ad_portaudio.o -Wno-strict-prototypes -Wno-strict-aliasing -O3 -g0 -DNDEBUG
In file included from src/engine/ad_portaudio.c:21:
include/ad_portaudio.h:25:10: fatal error: portaudio.h: Datei oder Verzeichnis nicht gefunden
25 | #include "portaudio.h"
| ^~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyo
Running setup.py clean for pyo
Failed to build pyo
Wie kann ich trotzdem Pyo installieren.
Mit Hoffnung auf Hilfe:
CeCoProject