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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -