IF YOU GET ERRORS: i got errors trying to install the whl file in command prompts. it turns out of u just do the steps at 6:00 it should work. thats what worked for me so thank you soo much
Thank you for your video brother. I successfully installed pyaudio. Thank you very much. I wasted one day by watching various video. But your video give me a 100% result. Thank you so much. 🙏
Thank you very much brother. Actually I tried to install pyaudio for several times by watching various video. But all my attempts get vein. But your tutorial really helps me. Now I am successfully install pyaudio. Thank you for your video.
what do i do if the terminal keeps saying this pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + pip install pyttsx3 + ~~~ + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
this means that you haven't properly created the binary path according to the python file location, which I mention many times to check the official file location and then create a binary path, if u have done this then copy paste this command - pip install PyAudio, also make sure to install the whl.file after these steps you won't get any errors.
i also face the same problem but i never do anything you show in the first 6 mins i just write pip install pipwin in my terminal then i write pipwin install pyaudio, it successfully installed in my pycharm and it works well so just try this trick and tell me the result bro...100% it will work 😍
Some strange error here if I write "pip install PyAudio" (Python is already installed to the path): note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output. And if I use your method it says that "PyAudio-0.2.11-cp311-cp311-win_amd64.whl is not a supported wheel on this platform".
watch the video from 3:03 and if u still didn't understand, first u have to right-click on this pc and then select properties. after that check, if u are running on a 64-bit processor or a 32 bit. then go to this link-www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio. then if your's is a 32-bit processor then install all and 32 bit.whl packages if 64 do the same and then open cmd after that enter cd 'place where u downloaded' and after that enter pip install PyAudio and the packages name don't include PyAudio two times.after that click enter and then u have the PyAudio installed before all of this make sure it is added into ur directories, for that watch the video from 0:47 i hope u got it.
u have to add the binary path see the video from starting I am showing the step there on how to add the path to not get any error to follow it properly. and enter pip install PyAudio P and A should be capital.
Its Simple bro, I will explain: First download the whl. package from the link, then install it with cmd, but before all of that make sure you make a path of the python program. Which I am showing in the video 0.46-2.16 minutes. and then simply install the pyaudio in pycharm but make sure u give the pyaudio's p and a capital letters. so the actual code will be- pip install PyAudio copy paste this and your problem will be solved
u have to install the python binary path for doing it otherwise it won't work. You have to add it as a system path watch the video again from the starting u will understand
Thanks broooooooooooooooooooo/////// finally i got this thank u so much and give me heart broooooooooo and makes more videos like this i will subscribe and like this video
u have to add the binary path see the video from starting I am showing the step there on how to add the path to not get any error to follow it properly. and enter pip install PyAudio P and A should be capital.
Thank you so much ! You're the only channel who's pyaudio tutorial worked !!
how?
Brother, I don't know how to express my feelings rn but you saved me loads and loads of time... Thanks a lot it did work❤️
IF YOU GET ERRORS: i got errors trying to install the whl file in command prompts. it turns out of u just do the steps at 6:00 it should work. thats what worked for me so thank you soo much
Thank you for your video brother. I successfully installed pyaudio.
Thank you very much. I wasted one day by watching various video. But your video give me a 100% result.
Thank you so much. 🙏
Thanks bro your tutorial worked. I was trying from 2-3 hours but finally with the help of your tutorial it was installed
Love You Bro .. Sala Dimag Khrab Krdiya Tha Is PyAudio ne ... Now It's Fixed ...
Thank you very much brother. Actually I tried to install pyaudio for several times by watching various video. But all my attempts get vein. But your tutorial really helps me. Now I am successfully install pyaudio. Thank you for your video.
what do i do if the terminal keeps saying this
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
+ pip install pyttsx3
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
this means that you haven't properly created the binary path according to the python file location, which I mention many times to check the official file location and then create a binary path, if u have done this then copy paste this command - pip install PyAudio, also make sure to install the whl.file after these steps you won't get any errors.
thnx it worked in Janauary 2021
For me it's in march 2021😃
just a genius thanks alot it has been three days looking for solution
Thank you so much! You 're the only channel who's pyaudio tutorial worked!! thank you so much bro
Ayyye Bete Moj Kr di, Tum To Bhut Heavy Coder nikle. Vaise Thanks Bro.
Even code with harry video wasn't helpful on this topic , but your method is very good❤!
Glad to hear that
Bro in may case after pip install pipwin, you can also do pip install PyAudio in your terminal. It worked for me
i also face the same problem but i never do anything you show in the first 6 mins i just write pip install pipwin in my terminal then i write pipwin install pyaudio, it successfully installed in my pycharm and it works well so just try this trick and tell me the result bro...100% it will work 😍
Thank you so much Buddy, I was stuck with this error for last 2 hours and you solved it in 8 mins.
Thanks again. :)
No problem 👍
Finally a solution that worked... Thanks a million...
It is 100 % percent working you deserve more subscribers brother
Very urgent!🙏
Please help me my laptop is 64bit i downloaded all files but it didn't come please help🙏🙏🙏🙏🙏
Very urgent 🙏
don't worry
download pycharm and then do the steps in the video after that copy paste this pip install PyAudio in pycharm installation command window.
Bro thankyou very much bro Iam struggling since 4 days Its working bro😊
In windows 8.1 after clicking environment variable->path-> edit I have different dialogue box Which cannot have the option "add".
100% works with windows 10, but still I will check
Some strange error here if I write "pip install PyAudio" (Python is already installed to the path):
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
And if I use your method it says that "PyAudio-0.2.11-cp311-cp311-win_amd64.whl is not a supported wheel on this platform".
Thanks dear it's absolutely work better 😊
This is the best tutorial on youtube hands down thank you so much and good English 👍🏻 definitely subscribing and like video
Very good I understand everything but still dotn work. My question is how do I find the one link in the whl. That work ?
watch the video from 3:03 and if u still didn't understand, first u have to right-click on this pc and then select properties. after that check, if u are running on a 64-bit processor or a 32 bit. then go to this link-www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio.
then if your's is a 32-bit processor then install all and 32 bit.whl packages if 64 do the same and then open cmd after that enter cd 'place where u downloaded' and after that enter pip install PyAudio and the packages name don't include PyAudio two times.after that click enter and then u have the PyAudio installed before all of this make sure it is added into ur directories, for that watch the video from 0:47
i hope u got it.
It works finally
Thanks.
it works 100% in my PC
Awesome Brother. i tried so many, urs the only one that actually worked
Can you please send me that wheel file on my mail. It is not present on that site now. pratikrane864@gmail.com
Thanks a lot bro, you did it 100% working. Nice Video. Thumbs up. Keep it up.
Help me guys it didn't work from my pycharm
just do everything properly and copy paste this in pycharm pip install PyAudio
How to find out the which file is support to my pc please tell me
U deserves my rarest comment nd like man !👍
Thanks ✌️
Mening videolarimni ko'rib like! bosayotganlar uchun rahmat!
Hi it did worked in my cmd but not getting downloaded in pycharm even after downloading pipwin still it's showing error.
enter this : pip install PyAudio
This is the only proper video
it's very help full bro thank you very much
Glad to hear that
I have installed pipwin.But while installing pyaudio its showing error and I could'nt figure out the error. Pls give me a solution.
u have to add the binary path see the video from starting I am showing the step there on how to add the path to not get any error to follow it properly.
and enter pip install PyAudio P and A should be capital.
Hey, my man! thx is the only video that worked !!
No problem 👍
Thanks brother.. Love from Bangladesh ❤️
it works
Thank you so much, dear, You saved my life, Honestly, this is the only video tutorial works with my PC.
Thanku thanku bro you are a genius because I seen many videos but your help me for this
It's my pleasure
I don't understand, could you make a clearer video? Good information
Its Simple bro,
I will explain: First download the whl. package from the link,
then install it with cmd,
but before all of that make sure you make a path of the python program.
Which I am showing in the video 0.46-2.16 minutes.
and then simply install the pyaudio in pycharm
but make sure u give the pyaudio's p and a capital letters.
so the actual code will be- pip install PyAudio
copy paste this and your problem will be solved
this allows you to talk to you ai right?
yes
awesome it really works!!!!!!!!!!!
Dude! You are awesome!
Quick and to the point.
You saved me a metric Shit-ton of troubleshooting.
If I could, I would hug you right now. :D
fucking Awsom veio dude. You save my day. keep up the good work my friend
ERROR: PyAudio-0.2.11-cp39-cp39-win_amd64.whl is not a supported wheel on this platform. this is the error it is showing. what to do???
my python version is python 3.7(64-bit)
it installed on pycharm but on cmd its showing the error .ERROR: PyAudio-0.2.11-cp39-cp39-win_amd64.whl is not a supported wheel on this platform
u have to install the python binary path for doing it otherwise it won't work. You have to add it as a system path watch the video again from the starting u will understand
thankyou very much .it really helped me
I tried it worked
bro you just saved my day.......... thanks a lot
Thanks so much...
Thank you so much. I have been searching it for hours
Awesome vid bro.....thnx a lot😭😭it's working 🔥🔥
Thanks so much bro.
You are one who's formula worked.🙏🙏🙏😘
What i can do many types of process i put on my computer
just delete a pycharm file and create a new one with this file directory as seen in the video.
can we do the same steps with Speech_Recognition?
yes
Wheel pacakage is not installing, can u just resolve this....
create a binary path then only it will be installed.
This Is The Error Which I Got While Installing PyAudio:
PyAudio-0.2.11-cp39-cp39-win_amd64.whl is not supported as wheel on the platform
just install the path binary as i do in the first and then try again
Thanks a lot!! It worked!!
Thank you buddy for nice guide in python error solving....
ERROR: PyAudio-0.2.11-cp311-cp311-win_amd64.whl is not a supported wheel on this platform.
Type this command: pip install PyAudio,
copy paste the above line to download pyaudio
How can I thank you.... Omg it works 🙏🙏🙏🙏😎🙏
Welcome 👍
why i cant ?
mentioned above
Thanks broooooooooooooooooooo/////// finally i got this thank u so much and give me heart broooooooooo
and makes more videos like this i will subscribe and like this video
Thanks bro❤️❤️❤️❤️
Thanks a ton. It's working fine
how to check that which will go with the system
download all binaries and then one by one check it by cmd
It worked, thanks
I jave an error which says
Urllib.error.Httperror.http error404:not found
Can anyone pls help me out for this.
u need to install the package first from the website and then copy paste the command in the video to files explorer then u can only install pyaudio .
thanks, it worked.
Thanks bro.. I want to learn python. You helped me.. Thanks a lot
Это единственный человек который помог. Дай Бог тебе здоровья!
i did it like you but it shows error when i use it: AttributeError: Could not find PyAudio; check installation
Edit. I use PyCharm
just copy paste this pip install PyAudio
in pycharm
@@provsnerd2514 i did all of that and it is still not working i dont know what to do... can you help?
Bro just make a binary path install the need whl.file and then copy paste this command- pip install PyAudio 100% it will work
Can you please tell me how's your pc working so fastly
My pc's specs are not that good yet i still boosted up its ram and even did some cmd commands to speed it.
@@DigitallyTechy what are they can you please tell me
Ur a really good kid it helps me lot thanks
ERROR: PyAudio-0.2.11-cp27-cp27m-win32.whl is not a supported wheel on this platform.
watch the video carefully, I state there that u need to add python file location as a binary folder, only then it will work.
Thnx bro it,s Working ......Thank u so much for the solution😘
U owe a sub bro
Thanks brother it worked ✅✅✅✅
Thank you bro 😍😍😍😍😍😍😍
didnt work
Thank you you saved my life ❤️
But it doesn't work on my computer
u have to add the binary path see the video from starting I am showing the step there on how to add the path to not get any error to follow it properly.
and enter pip install PyAudio P and A should be capital.
Mine is still not fixed, I need help
copy paste this"pip install PyAudio
thanks bro it really works
it's working.. Thank you
You're welcome!
Thank you so much genius I am your new subscriber
Thanks and welcome
thank you it worked
bro... you are amazing
Great video 🔥🔥
This worked 2022
Thank You brother it's worked
Wow !!!!!! It worked Bro Thank You Bro
Welcome 👍
Thank U
thankyouu bro it works!
thanks so much bro your video helped me 100%
❤️
Thanks brother helped me a lot
Glad to hear that
Goated :)
thanx bro it worked