What do you do when you get error message trying to install pyaudio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What do you do when you get error message trying to install pyaudio

11th Sep 2019, 9:47 PM
IKHIDE_SOLO
IKHIDE_SOLO - avatar
4 Answers
0
What is the error message
11th Sep 2019, 10:42 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
It's quite long Collecting PyAudio Using cached https://files.pythonhosted.org/packages/ab/42/b4f04721c5c5bfc196ce156b3c768998ef8c0ae3654ed29ea5020c749a6b/PyAudio-0.2.11.tar.gz Installing collected packages: PyAudio Running setup.py install for PyAudio ... error Complete output from command C:\Users\jiney\AppData\Local\Programs\Python\Python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\jiney\\AppData\\Local\\Temp\\pip-install-h8j63lfi\\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 C:\Users\jiney\AppData\Local\Temp\pip-record-eik80aaq\install-record.txt --single-version-externally-managed --compile: running install running build running build_py creating build creating build\lib.win32-3.7 copying src\pyaudio.py -> build\lib.win32-3.7 running build_ext building '_portaudio' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build
11th Sep 2019, 11:19 PM
IKHIDE_SOLO
IKHIDE_SOLO - avatar
0
I don't know what to do
11th Sep 2019, 11:19 PM
IKHIDE_SOLO
IKHIDE_SOLO - avatar
0
The error message sayd you need to update Microsoft Visual C++ to v14.0, or install it. Have you tried that ?
12th Sep 2019, 6:42 AM
Aymane Boukrouh
Aymane Boukrouh - avatar