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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -