首先:下载安装 pyaudio 的 whl 文件 下载网址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio 然后按下 ctrl+f 输入关键字:pyaudio 本人原先选择的是第一个,但是后来发现一直提示错误: ERROR: PyAudio-0.2.11-cp38-cp38-win_amd64.whl is not a supported wheel on this platform. 后来查了一下...
MSYS2 Cannot install pyaudio on python3.11 wx@DESKTOP-7RNJFH1 MINGW64 ~ $ SETUPTOOLS_USE_DISTUTILS=stdlib pip3 install pygame pysqlite3 simpleaudio yt-dlp Requirement already satisfied: pygame in c:/msys64/mingw64/lib/python3.11/site-packages (2.5.2) Requirement already satisfied: pysqlite3 in...
ERROR: Command errored out with exit status 1: 'c:\python38\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Administrator\\AppData\\Local\\Temp\\pip-install-m6oeci17\\pyaudio_c8557100e30446cabb941c1c6428849d\\setup.py'"'"'; _...
ERROR: Command errored out with exit status 1: 'c:\python38\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Administrator\\AppData\\Local\\Temp\\pip-install-m6oeci17\\pyaudio_c8557100e30446cabb941c1c6428849d\\setup.py'"'"'; _...
pythonpip installpython-pyaudio 它什么也不做。 Agalin 的回答已经很好了,我只想为像我这样的新手一步一步地解释它: 通过python --version我的是3.7.3例如 检查64 位或 32 位 Python 的最简单方法只需在终端中打开它: 从这里找到合适的.whl文件,例如我的是PyAudio‑0.2.11‑cp37‑cp37m‑win_am...
1 Python, can not install pyaudio Hot Network Questions Using MIT Python PyPI package with GPLv2-or-later Python package dependency in non-GPLv2-or-later-compliant project What traits can I combine to make a long-lived race that matures at the human norm? What TF2 map is at 1:25...
i tried everything to install pyaudio in my mac like..install brew install, portaudio , pip3 install pyaudio errors always shows ERROR: Failed building wheel for pyaudio Failed to build pyaudio ERROR: Could not build wheels for pyaudio, which is required to install pyproject.toml-based pr...
ERROR: Could not build wheels for pyaudio, which is required to install pyproject.toml-based projects 当执行下面的命令,安装pyaudio报错时,我是mac M2处理器 pip install pyaudio~=0.2.11 你只需要如下两步即可解决 brewinstallportaudiopip install pyaudio~=0.2.11 ...
4 Can't Install PyAudio in Python 3.8 0 can't install and use pyaudio in python 3.7 0 Not able to install pyaudio of python 1 Python, can not install pyaudio Hot Network Questions Solving the unsolvable 15 puzzle Will using ADSL filters with full-fibre broadband create any issu...
remote: Running setup.py install for PyAudio: finished with status 'error' remote: Complete output from command /app/.heroku/python/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-qx34haso/PyAudio/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().re...