You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For windows users, they might find it hard to install from the requirements.txt file and thus might require pipwin to install PyAudio successful at least it was for my case.
I don't know how to create a pull request around this since we have frozen dependencies.
I had to;
pip install pipwin
Then
pipwin install pyaudio
The text was updated successfully, but these errors were encountered:
Ronlin1
changed the title
Windows 10 PyAudio Errors
Windows 10 PyAudio Installation Errors
Jul 14, 2022
For windows users, they might find it hard to install from the
requirements.txt
file and thus might requirepipwin
to install PyAudio successful at least it was for my case.I don't know how to create a pull request around this since we have frozen dependencies.
I had to;
Then
The text was updated successfully, but these errors were encountered: