-1
When I type sudo pip install pyaudio
this error message appears, I already googled but I can’t find a solution:
Command "/usr/bin/python3.6 -u -c "import setuptools, tokenize;file='/tmp/Pip-build-eeidouwx/pyaudio/setup.py';f=getattr(tokenize, 'open', open)(file);code=f. read(). replace(' r n', ' n');f. close();exec(Compile(code, file, 'exec'))" install --record /tmp/Pip-et7av7k2-record/install-record.txt --single-version-externally-Managed --Compile" failed with error code 1 in /tmp/Pip-build-eeidouwx/pyaudio/
What is the version of python currently running on your machine?
– Mr_Ghost
I’ve installed the 3.5 and 3.6 ... think you may be having some conflict between the two ?
– Ricardo66
Between those two I believe not, but it was just to make sure that there is no conflict with a version of Python 2. Tries to install direct from package manager and see if it resolves. Ex:
sudo apt-get install python3-pyaudio
– Mr_Ghost
Man, thank you so much it worked now I need to update the version of pyaudio but now I search in google rs, Thank you very much :D
– Ricardo66
A doubt Mr_ghost why with the pocketsphinx that same process did not work ? ... I’m half lost
– Ricardo66