I am trying to build a desktop assistant with sound_recognition, but it keeps saying
Cannot find PyAudio, Check installation
but when I try to do pip install pyaudio
it says
Requirement already satisfied: pyaudio in
c:\users\USERNAME\pycharmprojects\jarvis\venv\lib\site-packages (0.2.11).
I have tried pipwin
and using the wheel file from online, where I got the message
This is not a supported wheel on this platform
or whatever that says. Please help me!