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
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
Post a Comment