Installig PyAudio [closed]
up vote
-3
down vote
favorite
Hey Guys I have a question...
I had an idea for an projekt that works with Speech Recognition and ofcourse PyAudio. But when i first tried to install it pip didn't work.So after trying to mualy install it, it didn't work either. So i tryed to install Speech recognition first this time pip worked just fine. So how can I install PyAudio into Python?
First it seems to run smooth but later this happens:
creating buildtemp.win32-3.7Releasesrc
cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -IC:UsersHere is my nameAppDataLocalProgramsPythonPython37-32include -IC:Usershere is my name againAppDataLocalProgramsPythonPython37-32include "-IF:Windows Kits10include10.0.17134.0shared" "-IF:Windows Kits10include10.0.17134.0um" "-IF:Windows Kits10include10.0.17134.0winrt" "-IF:Windows Kits10include10.0.17134.0ucrt" "-IC:Program Files (x86)Windows KitsNETFXSDK4.6.1includeum" /Tcsrc/_portaudiomodule.c /Fobuildtemp.win32-3.7Releasesrc/_portaudiomodule.obj
error: command 'cl.exe' failed: No such file or directory
I'm working on a 64 bit Windows 10 machine
with the python version 3.7.1 and Speech Recognition version 3.8.1
Also my pip version is outdated with 7.1.2
Thanks for all the answers.
LuckyCrasher
python windows pip windows-10 pyaudio
closed as off-topic by petezurich, phd, jpp, gnat, user6910411 Nov 18 at 18:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – petezurich, user6910411
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-3
down vote
favorite
Hey Guys I have a question...
I had an idea for an projekt that works with Speech Recognition and ofcourse PyAudio. But when i first tried to install it pip didn't work.So after trying to mualy install it, it didn't work either. So i tryed to install Speech recognition first this time pip worked just fine. So how can I install PyAudio into Python?
First it seems to run smooth but later this happens:
creating buildtemp.win32-3.7Releasesrc
cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -IC:UsersHere is my nameAppDataLocalProgramsPythonPython37-32include -IC:Usershere is my name againAppDataLocalProgramsPythonPython37-32include "-IF:Windows Kits10include10.0.17134.0shared" "-IF:Windows Kits10include10.0.17134.0um" "-IF:Windows Kits10include10.0.17134.0winrt" "-IF:Windows Kits10include10.0.17134.0ucrt" "-IC:Program Files (x86)Windows KitsNETFXSDK4.6.1includeum" /Tcsrc/_portaudiomodule.c /Fobuildtemp.win32-3.7Releasesrc/_portaudiomodule.obj
error: command 'cl.exe' failed: No such file or directory
I'm working on a 64 bit Windows 10 machine
with the python version 3.7.1 and Speech Recognition version 3.8.1
Also my pip version is outdated with 7.1.2
Thanks for all the answers.
LuckyCrasher
python windows pip windows-10 pyaudio
closed as off-topic by petezurich, phd, jpp, gnat, user6910411 Nov 18 at 18:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – petezurich, user6910411
If this question can be reworded to fit the rules in the help center, please edit the question.
Can you clarify what kind of error you get?
– RvdK
Nov 17 at 23:16
Possible duplicate of install Pyaudio - whl
– phd
Nov 18 at 14:55
stackoverflow.com/a/51992497/7976758
– phd
Nov 18 at 14:56
stackoverflow.com/questions/tagged/pyaudio+pip
– phd
Nov 18 at 14:56
Install this version of PyAudio lfd.uci.edu/~gohlke/pythonlibs/#pyaudio use the cp37 amd64 version.
– Krishi
Nov 18 at 15:07
add a comment |
up vote
-3
down vote
favorite
up vote
-3
down vote
favorite
Hey Guys I have a question...
I had an idea for an projekt that works with Speech Recognition and ofcourse PyAudio. But when i first tried to install it pip didn't work.So after trying to mualy install it, it didn't work either. So i tryed to install Speech recognition first this time pip worked just fine. So how can I install PyAudio into Python?
First it seems to run smooth but later this happens:
creating buildtemp.win32-3.7Releasesrc
cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -IC:UsersHere is my nameAppDataLocalProgramsPythonPython37-32include -IC:Usershere is my name againAppDataLocalProgramsPythonPython37-32include "-IF:Windows Kits10include10.0.17134.0shared" "-IF:Windows Kits10include10.0.17134.0um" "-IF:Windows Kits10include10.0.17134.0winrt" "-IF:Windows Kits10include10.0.17134.0ucrt" "-IC:Program Files (x86)Windows KitsNETFXSDK4.6.1includeum" /Tcsrc/_portaudiomodule.c /Fobuildtemp.win32-3.7Releasesrc/_portaudiomodule.obj
error: command 'cl.exe' failed: No such file or directory
I'm working on a 64 bit Windows 10 machine
with the python version 3.7.1 and Speech Recognition version 3.8.1
Also my pip version is outdated with 7.1.2
Thanks for all the answers.
LuckyCrasher
python windows pip windows-10 pyaudio
Hey Guys I have a question...
I had an idea for an projekt that works with Speech Recognition and ofcourse PyAudio. But when i first tried to install it pip didn't work.So after trying to mualy install it, it didn't work either. So i tryed to install Speech recognition first this time pip worked just fine. So how can I install PyAudio into Python?
First it seems to run smooth but later this happens:
creating buildtemp.win32-3.7Releasesrc
cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -IC:UsersHere is my nameAppDataLocalProgramsPythonPython37-32include -IC:Usershere is my name againAppDataLocalProgramsPythonPython37-32include "-IF:Windows Kits10include10.0.17134.0shared" "-IF:Windows Kits10include10.0.17134.0um" "-IF:Windows Kits10include10.0.17134.0winrt" "-IF:Windows Kits10include10.0.17134.0ucrt" "-IC:Program Files (x86)Windows KitsNETFXSDK4.6.1includeum" /Tcsrc/_portaudiomodule.c /Fobuildtemp.win32-3.7Releasesrc/_portaudiomodule.obj
error: command 'cl.exe' failed: No such file or directory
I'm working on a 64 bit Windows 10 machine
with the python version 3.7.1 and Speech Recognition version 3.8.1
Also my pip version is outdated with 7.1.2
Thanks for all the answers.
LuckyCrasher
python windows pip windows-10 pyaudio
python windows pip windows-10 pyaudio
edited Nov 18 at 14:52
phd
19.5k42441
19.5k42441
asked Nov 17 at 22:43
LuckyCrasher
11
11
closed as off-topic by petezurich, phd, jpp, gnat, user6910411 Nov 18 at 18:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – petezurich, user6910411
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by petezurich, phd, jpp, gnat, user6910411 Nov 18 at 18:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – petezurich, user6910411
If this question can be reworded to fit the rules in the help center, please edit the question.
Can you clarify what kind of error you get?
– RvdK
Nov 17 at 23:16
Possible duplicate of install Pyaudio - whl
– phd
Nov 18 at 14:55
stackoverflow.com/a/51992497/7976758
– phd
Nov 18 at 14:56
stackoverflow.com/questions/tagged/pyaudio+pip
– phd
Nov 18 at 14:56
Install this version of PyAudio lfd.uci.edu/~gohlke/pythonlibs/#pyaudio use the cp37 amd64 version.
– Krishi
Nov 18 at 15:07
add a comment |
Can you clarify what kind of error you get?
– RvdK
Nov 17 at 23:16
Possible duplicate of install Pyaudio - whl
– phd
Nov 18 at 14:55
stackoverflow.com/a/51992497/7976758
– phd
Nov 18 at 14:56
stackoverflow.com/questions/tagged/pyaudio+pip
– phd
Nov 18 at 14:56
Install this version of PyAudio lfd.uci.edu/~gohlke/pythonlibs/#pyaudio use the cp37 amd64 version.
– Krishi
Nov 18 at 15:07
Can you clarify what kind of error you get?
– RvdK
Nov 17 at 23:16
Can you clarify what kind of error you get?
– RvdK
Nov 17 at 23:16
Possible duplicate of install Pyaudio - whl
– phd
Nov 18 at 14:55
Possible duplicate of install Pyaudio - whl
– phd
Nov 18 at 14:55
stackoverflow.com/a/51992497/7976758
– phd
Nov 18 at 14:56
stackoverflow.com/a/51992497/7976758
– phd
Nov 18 at 14:56
stackoverflow.com/questions/tagged/pyaudio+pip
– phd
Nov 18 at 14:56
stackoverflow.com/questions/tagged/pyaudio+pip
– phd
Nov 18 at 14:56
Install this version of PyAudio lfd.uci.edu/~gohlke/pythonlibs/#pyaudio use the cp37 amd64 version.
– Krishi
Nov 18 at 15:07
Install this version of PyAudio lfd.uci.edu/~gohlke/pythonlibs/#pyaudio use the cp37 amd64 version.
– Krishi
Nov 18 at 15:07
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I would try updating your version of pip with the command:
python -m pip install --upgrade pip
I have the latest version of pip and was able to install PyAudio just fine.
I tried updating pip but it runs out in an big error.
– LuckyCrasher
Nov 18 at 11:53
Ok updated it but it doesent work either.
– LuckyCrasher
Nov 18 at 14:24
That is what worked for me, but I have windows 8 (shouldn't be different, but maybe it is). You may have tried all these things already, but here are a couple things I would do. You could try uninstalling pyaudio and then installing it again just in case something downloaded the first time and is now causing problems. Another thing to check is making sure your command prompt is in the correct directory. If that doesn't work, maybe try downloading an IDE like Thonny and go to manage packages and see if you can download it from there.
– AnnaB
Nov 18 at 20:10
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I would try updating your version of pip with the command:
python -m pip install --upgrade pip
I have the latest version of pip and was able to install PyAudio just fine.
I tried updating pip but it runs out in an big error.
– LuckyCrasher
Nov 18 at 11:53
Ok updated it but it doesent work either.
– LuckyCrasher
Nov 18 at 14:24
That is what worked for me, but I have windows 8 (shouldn't be different, but maybe it is). You may have tried all these things already, but here are a couple things I would do. You could try uninstalling pyaudio and then installing it again just in case something downloaded the first time and is now causing problems. Another thing to check is making sure your command prompt is in the correct directory. If that doesn't work, maybe try downloading an IDE like Thonny and go to manage packages and see if you can download it from there.
– AnnaB
Nov 18 at 20:10
add a comment |
up vote
0
down vote
I would try updating your version of pip with the command:
python -m pip install --upgrade pip
I have the latest version of pip and was able to install PyAudio just fine.
I tried updating pip but it runs out in an big error.
– LuckyCrasher
Nov 18 at 11:53
Ok updated it but it doesent work either.
– LuckyCrasher
Nov 18 at 14:24
That is what worked for me, but I have windows 8 (shouldn't be different, but maybe it is). You may have tried all these things already, but here are a couple things I would do. You could try uninstalling pyaudio and then installing it again just in case something downloaded the first time and is now causing problems. Another thing to check is making sure your command prompt is in the correct directory. If that doesn't work, maybe try downloading an IDE like Thonny and go to manage packages and see if you can download it from there.
– AnnaB
Nov 18 at 20:10
add a comment |
up vote
0
down vote
up vote
0
down vote
I would try updating your version of pip with the command:
python -m pip install --upgrade pip
I have the latest version of pip and was able to install PyAudio just fine.
I would try updating your version of pip with the command:
python -m pip install --upgrade pip
I have the latest version of pip and was able to install PyAudio just fine.
answered Nov 17 at 23:12
AnnaB
114
114
I tried updating pip but it runs out in an big error.
– LuckyCrasher
Nov 18 at 11:53
Ok updated it but it doesent work either.
– LuckyCrasher
Nov 18 at 14:24
That is what worked for me, but I have windows 8 (shouldn't be different, but maybe it is). You may have tried all these things already, but here are a couple things I would do. You could try uninstalling pyaudio and then installing it again just in case something downloaded the first time and is now causing problems. Another thing to check is making sure your command prompt is in the correct directory. If that doesn't work, maybe try downloading an IDE like Thonny and go to manage packages and see if you can download it from there.
– AnnaB
Nov 18 at 20:10
add a comment |
I tried updating pip but it runs out in an big error.
– LuckyCrasher
Nov 18 at 11:53
Ok updated it but it doesent work either.
– LuckyCrasher
Nov 18 at 14:24
That is what worked for me, but I have windows 8 (shouldn't be different, but maybe it is). You may have tried all these things already, but here are a couple things I would do. You could try uninstalling pyaudio and then installing it again just in case something downloaded the first time and is now causing problems. Another thing to check is making sure your command prompt is in the correct directory. If that doesn't work, maybe try downloading an IDE like Thonny and go to manage packages and see if you can download it from there.
– AnnaB
Nov 18 at 20:10
I tried updating pip but it runs out in an big error.
– LuckyCrasher
Nov 18 at 11:53
I tried updating pip but it runs out in an big error.
– LuckyCrasher
Nov 18 at 11:53
Ok updated it but it doesent work either.
– LuckyCrasher
Nov 18 at 14:24
Ok updated it but it doesent work either.
– LuckyCrasher
Nov 18 at 14:24
That is what worked for me, but I have windows 8 (shouldn't be different, but maybe it is). You may have tried all these things already, but here are a couple things I would do. You could try uninstalling pyaudio and then installing it again just in case something downloaded the first time and is now causing problems. Another thing to check is making sure your command prompt is in the correct directory. If that doesn't work, maybe try downloading an IDE like Thonny and go to manage packages and see if you can download it from there.
– AnnaB
Nov 18 at 20:10
That is what worked for me, but I have windows 8 (shouldn't be different, but maybe it is). You may have tried all these things already, but here are a couple things I would do. You could try uninstalling pyaudio and then installing it again just in case something downloaded the first time and is now causing problems. Another thing to check is making sure your command prompt is in the correct directory. If that doesn't work, maybe try downloading an IDE like Thonny and go to manage packages and see if you can download it from there.
– AnnaB
Nov 18 at 20:10
add a comment |
Can you clarify what kind of error you get?
– RvdK
Nov 17 at 23:16
Possible duplicate of install Pyaudio - whl
– phd
Nov 18 at 14:55
stackoverflow.com/a/51992497/7976758
– phd
Nov 18 at 14:56
stackoverflow.com/questions/tagged/pyaudio+pip
– phd
Nov 18 at 14:56
Install this version of PyAudio lfd.uci.edu/~gohlke/pythonlibs/#pyaudio use the cp37 amd64 version.
– Krishi
Nov 18 at 15:07