not able to download PyAudio
Benjamin Schollnick
bschollnick at schollnick.net
Fri Apr 2 06:09:28 EDT 2021
> On Apr 2, 2021, at 4:40 AM, ᗷᑌᑎᑎY <shanmukhsrinivas973 at gmail.com> wrote:
>
> Hello everyone
> I am not able to download PyAudio. I tried by typing pip install in
> PyAudio in cmd but it show's no compatible version availbale. What should
> I do? .
There seems to be some confusion, which I can understand…
“No compatible version”, simply means that Pip was unable to find a version of <whatever you typed> for your version of python.
Please note, that does not mean that a version *EXISTS*, just that it could not find a version for your platform.
So go to https://pypi.org <https://pypi.org/> and do a search.
- Benjamin
More information about the Python-list
mailing list