-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install Kivy and PyAudio ERROR: Command errored out with exit status 1: #8704
Comments
This looks like an issue with PyAudio. You will have better luck reporting this on their issue tracker; there is little pip can do here. |
https://stackoverflow.com/questions/51992375/python-package-installation-issues-pyaudio-portaudio This helped |
This really helped! pip install pipwin |
pip install kivy |
Anyone stil struggling with this issue pip install pipwin |
Hello guys, I am making a voice assistant, and I have installed pyaudio from my cmd as an administrator using pipwin, I have even updated my visualstudio. |
yes it work for me |
Environment
I wanted to download kivy some days ago but I stuck with the same problem there as I am here with PyAudio now. I wanted to do the Audio Recognizer with speech_recognition. But the error says that PyAudio is required as well and its not installed. I tried to installed PyAudio too but I got the same pip install error (below). And I have the same thing when I am trying to download Kivy module too. Could you help me? Thanks.
The text was updated successfully, but these errors were encountered: