Umesh-01 / Python-Assistant

Python Assistant (PA) is a voice command based assistant service written in Python 3.9+. It can recognize human speech or voice, talk to user and execute basic commands.
MIT License
79 stars 53 forks source link

Windows 10 PyAudio Installation Errors #65

Open Ronlin1 opened 2 years ago

Ronlin1 commented 2 years ago

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