Not able to Install python package libportaudio-dev via pip on Windows 10 -


python version : 2.7.13

pip version: 9.0.1

error: not find version satisfies requirement libportaudio-dev(from version:)

no matching distribution found libportaudio-dev

enter image description here

pip installs packages pypi , there no libportaudio-dev @ pypi. it's not python package. a package in ubuntu.

to install on w32 have download source code , compile it. see the instructions.

there old precompiled binaries @ https://github.com/adfernandes/precompiled-portaudio-windows

https://github.com/spatialaudio/portaudio-binaries — these ones more fresh.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -