[Tutor] Problem installing pyaudiere
Peter Otten
__peter__ at web.de
Thu Dec 30 13:40:43 CET 2010
Danci Emanuel wrote:
> I am trying to install the pyaudiere package on linux and I get the
> following error: " AudioDevice.h:6: fatal error: audiere.h: No such file
> or directorycompilation terminated. " I am interested if anyone managed to
> solve this problem or if someone could suggest a package that could
> replace pyaudiere.
[Just gueessing]
If you want to install pyaudiere from source you probably need the
development package for the underlying library. You may be able to install
that with
sudo apt-get install libaudiere-dev
or the equivalent command and package for your distribution.
Peter
More information about the Tutor
mailing list