Python-Assistant icon indicating copy to clipboard operation
Python-Assistant copied to clipboard

Windows 10 PyAudio Installation Errors

Open Ronlin1 opened this issue 1 year ago • 0 comments

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

Ronlin1 avatar Jul 14 '22 10:07 Ronlin1