not able to download PyAudio

Terry Reedy tjreedy at udel.edu
Fri Apr 2 08:09:29 EDT 2021


On 4/2/2021 6:09 AM, Benjamin Schollnick wrote:
> 
>> 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.

https://pypi.org/project/PyAudio/#files shows that the latest version on 
pypi is for 3.6, uploaded 4 years ago.

https://www.lfd.uci.edu/~gohlke/pythonlibs/ has binaries for 3.7-9, but 
you have to download manually to your machine using the instructions at 
the top of the page.

-- 
Terry Jan Reedy




More information about the Python-list mailing list