简体   繁体   English

错误:PyAudio-0.2.11-cp39-cp39-win_amd64.whl 不是该平台支持的滚轮。 使用 pipwin 安装时

[英]ERROR: PyAudio-0.2.11-cp39-cp39-win_amd64.whl is not a supported wheel on this platform. when installing with pipwin

I've been trying to install PyAudio on vs code using pipwin install PyAudio but I'm getting a我一直在尝试使用pipwin install PyAudio但我得到了一个

ERROR: PyAudio-0.2.11-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.

error.错误。

PS C:\Users\Alyoshka\OneDrive\Documents\Project> pipwin install PyAudio
Package `pyaudio` found in cache
Downloading package . . .
https://download.lfd.uci.edu/pythonlibs/x6hvwk7i/PyAudio-0.2.11-cp39-cp39-win_amd64.whl
PyAudio-0.2.11-cp39-cp39-win_amd64.whl
File C:\Users\Alyoshka\pipwin\PyAudio-0.2.11-cp39-cp39-win_amd64.whl already exists
ERROR: PyAudio-0.2.11-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.
Traceback (most recent call last):
  File "C:\msys64\mingw64\lib\python3.9\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\msys64\mingw64\lib\python3.9\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\msys64\mingw64\bin\pipwin.exe\__main__.py", line 7, in <module>
  File "C:\msys64\mingw64\lib\python3.9\site-packages\pipwin\command.py", line 103, in main
    cache.install(package)
  File "C:\msys64\mingw64\lib\python3.9\site-packages\pipwin\pipwin.py", line 301, in install
    subprocess.check_call([executable, "-m", "pip", "install", wheel_file])
  File "C:\msys64\mingw64\lib\python3.9\subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\msys64\\mingw64\\bin\\python3.exe', '-m', 'pip', 'install', 'C:\\Users\\Alyoshka\\pipwin\\PyAudio-0.2.11-cp39-cp39-win_amd64.whl']'hl']' returned non-zero exit status 1.
PS C:\Users\Alyoshka\OneDrive\Documents\Project>

So how do I change the wheel to be the correct one?那么如何将轮子更换为正确的轮子呢? And how do I know which wheel to use, it says that it's using python 3.9 on 64bits?我怎么知道要使用哪个轮子,它说它在 64 位上使用 python 3.9?

Try pip debug to see if cp39 is a compatible tag for your python.尝试pip debug以查看cp39是否是您的 python 的兼容标签。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:PyAudio-0.2.11-cp38-cp38-win_amd64.whl 在此平台上不受支持 - ERROR: PyAudio-0.2.11-cp38-cp38-win_amd64.whl is not a supported wheel on this platform 错误:Twisted-20.3.0-cp39-cp39-win_amd64.whl 在此平台上不受支持 - ERROR: Twisted-20.3.0-cp39-cp39-win_amd64.whl is not a supported wheel on this platform 错误:pyHook-1.5.1-cp37-cp37m-win_amd64.whl 在此平台上不受支持 - ERROR: pyHook-1.5.1-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform 错误:Twisted-20.3.0-cp38-cp38-win_amd64.whl 不是此平台支持的轮子 - ERROR: Twisted-20.3.0-cp38-cp38-win_amd64.whl is not a supported wheel on this platform 错误:mysqlclient-1.4.6-cp38-cp38-win_amd64.whl 在此平台上不受支持 - ERROR: mysqlclient-1.4.6-cp38-cp38-win_amd64.whl is not a supported wheel on this platform 错误:dlib-19.8.1-cp36-cp36m-win_amd64.whl 在此平台上不受支持 - ERROR: dlib-19.8.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform 错误:tensorflow_cpu-2.11.0-cp310-cp310-win_amd64.whl 在此平台上不受支持 - ERROR: tensorflow_cpu-2.11.0-cp310-cp310-win_amd64.whl is not a supported wheel on this platform 错误:MySQL_python-1.2.5-cp27-none-win_amd64.whl 不是此平台支持的轮子 - ERROR: MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform torch-1.1.0-cp37-cp37m-win_amd64.whl 在此平台上不受支持 - torch-1.1.0-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform 此平台不支持Twisted-18.9.0-cp37-cp37m-win_amd64.whl - Twisted-18.9.0-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM