mmirthula02 / AI-Personal-Voice-assistant-using-Python

429 stars 159 forks source link

Error occurred when installing package 'PyAAudio' #28

Open theyajneshrao opened 2 years ago

theyajneshrao commented 2 years ago

I have been able to install PyAudio through terminal successfully but I am still unable to install the same package in pycharm

bilzeebubb commented 2 years ago

I have been able to install PyAudio through terminal successfully but I am still unable to install the same package in pycharm

in the pycharm terminal, type:

pip install pipwin

then type:

pipwin install pyaudio

this has solved it everytime for me!