pip install Pyaudio
Je me suis fâché
.
.
.
src/_portaudiomodule.c:29:10: fatal error: 'portaudio.h' file not found
#include "portaudio.h"
^
1 error generated.
error: command 'gcc' failed with exit status 1
.
.
.
Apparemment, j'ai besoin de portaudio.h.
brew install portaudio
Maintenant, installez portaudio et réessayez
.
.
.
src/_portaudiomodule.c:29:10: fatal error: 'portaudio.h' file not found
#include "portaudio.h"
^
1 error generated.
error: command 'gcc' failed with exit status 1
.
.
.
Cette
Selon diverses enquêtes, pyaudio ne prend en charge que jusqu'à python3.3. Le nôtre est python3.5
Hmm.
Abandonner.
Il semble y avoir une autre façon de jouer la vague.
Jouer en appelant une commande externe (aplay) avec sous-processus.
Recommended Posts