Не могу скачать PyAudio
Не могу скачать PyCharm Выдает ошибку:
____________________
Collecting PyAudio
Using cached PyAudio-0.2.11.tar.gz (37 kB)
Building wheels for collected packages: PyAudio
Building wheel for PyAudio (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'c:\projectpycharm\venv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\tyuti\\AppData\\Local\\Temp\\pip-install-5p6jd3ec\\pyaudi
o\\setup.py'"'"'; __file__='"'"'C:\\Users\\tyuti\\AppData\\Local\\Temp\\pip-install-5p6jd3ec\\pyaudio\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().r
eplace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\tyuti\AppData\Local\Temp\pip-wheel-c_o1canx'
cwd: C:\Users\tyuti\AppData\Local\Temp\pip-install-5p6jd3ec\pyaudio\
Complete output (9 lines):
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.8
copying src\pyaudio.py -> build\lib.win-amd64-3.8
running build_ext
building '_portaudio' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Failed building wheel for PyAudio
Running setup.py clean for PyAudio
Failed to build PyAudio
DEPRECATION: Could not build wheels for PyAudio which do not use PEP 517. pip will fall back to legacy 'setup.py install' for these. pip 21.0 will remove support for this functionality
. A possible replacement is to fix the wheel build issue reported above. You can find discussion regarding this at https://github.com/pypa/pip/issues/8368.
Installing collected packages: PyAudio
Running setup.py install for PyAudio ... error
ERROR: Command errored out with exit status 1:
command: 'c:\projectpycharm\venv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\tyuti\\AppData\\Local\\Temp\\pip-install-5p6jd3ec\\pyau
dio\\setup.py'"'"'; __file__='"'"'C:\\Users\\tyuti\\AppData\\Local\\Temp\\pip-install-5p6jd3ec\\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\tyuti\AppData\Local\Temp\pip-record-xt2wkboy\install-record.t
xt' --single-version-externally-managed --compile --install-headers 'c:\projectpycharm\venv\include\site\python3.8\PyAudio'
cwd: C:\Users\tyuti\AppData\Local\Temp\pip-install-5p6jd3ec\pyaudio\
Complete output (9 lines):
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.8
copying src\pyaudio.py -> build\lib.win-amd64-3.8
running build_ext
building '_portaudio' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\projectpycharm\venv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\tyuti\\AppData\\Local\
\Temp\\pip-install-5p6jd3ec\\pyaudio\\setup.py'"'"'; __file__='"'"'C:\\Users\\tyuti\\AppData\\Local\\Temp\\pip-install-5p6jd3ec\\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\tyuti\AppData\Local\Temp\pip
-record-xt2wkboy\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\projectpycharm\venv\include\site\python3.8\PyAudio' Check the logs for full com
mand output.