Install PyAudio - Python 3.4

2.4k views Asked by At

Unable to install pyaudio from the package python3-pyaudio_0.2.8-1_amd64.deb with the following error message:

Dependency is not satisfiable: python3(<3.3)

I am on Ubuntu 14.04 where the default Python3 version is Python 3.4.

Is there a way to get this to work with Python 3.4 version or my only bet is to downgrade to Python 3.3 ?

2

There are 2 answers

2
Ahmed Hamed On

If i did understand your question well, i recommend you check the following repository in github.

pyAudioAnalysis Installation

1
Alex Sylvain Luenga On

Use pip install pipwin on CMD after that use pipwin install pyaudio on ur program