I'm trying to work with the pyaudio package but for some reason my command line keeps telling me ImportError: No module named pyaudio
If I run
python3 -m pip install pyaudio
I get
Requirement already satisfied: pyaudio in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (0.2.11)
I have tried some approaches that I found elsewhere but nothing worked so far. Any advice is appreciated. I'm working on a Mac if that matters.