简体   繁体   English

WINDOWS - 无法为使用 PEP 517 且无法直接安装的瓶颈制造轮子

[英]WINDOWS - Could not build wheels for bottleneck which use PEP 517 and cannot be installed directly

Could not build wheels for bottleneck which use PEP 517 and cannot be installed directly无法为使用 PEP 517 且无法直接安装的瓶颈构建轮子

I post the answer to such error in case someone comes across it as I did.我发布此类错误的答案,以防有人像我一样遇到它。

The GitHub Thread does not solves the error for Windows. GitHub 线程无法解决 Windows的错误。

As the PyPy page suggests:正如PyPy 页面所暗示的:

To install bottleneck on Windows, first install MinGW and add it to your system path.要在 Windows 上安装瓶颈,首先安装 MinGW 并将其添加到您的系统路径。 Then install Bottleneck with the command:然后使用以下命令安装瓶颈:

python setup.py install --compiler=mingw32 Alternatively, you can use the Windows binaries created by Christoph Gohlke: http://www.lfd.uci.edu/~gohlke/pythonlibs/#bottleneck python setup.py install --compiler=mingw32或者,您可以使用由 Christoph Gohlke 创建的 Windows 二进制文件: http://www.lfd.uci/#botleneck~gohlke/gohlke/

Such wheel solves the issue.这样的轮子解决了这个问题。

暂无
暂无

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

相关问题 错误:无法为使用 PEP 517 且无法直接安装的摆锤构建轮子 - ERROR: Could not build wheels for pendulum which use PEP 517 and cannot be installed directly 无法为使用 PEP 517 且无法直接安装的 numpy 构建轮子 - Could not build wheels for numpy which use PEP 517 and cannot be installed directly 无法为使用 PEP 517 且无法直接安装的 _ 构建轮子 - 简易解决方案 - Could not build wheels for _ which use PEP 517 and cannot be installed directly - Easy Solution 无法为使用 PEP 517 且无法直接安装的加密构建轮子 - Could not build wheels for cryptography which use PEP 517 and cannot be installed directly 错误:无法为使用 PEP 517 且无法直接安装的 opencv-contrib-python 构建轮子 - ERROR: Could not build wheels for opencv-contrib-python which use PEP 517 and cannot be installed directly (Python:discord.py)错误:无法为使用 PEP 517 且无法直接安装的 multidict、yarl 构建轮子 - (Python: discord.py) ERROR: Could not build wheels for multidict, yarl which use PEP 517 and cannot be installed directly “错误:无法为使用 PEP 517 且无法直接安装的 pyarrow 构建轮子”在带有 Linux Debian Buster 的 armv7 架构上 - "ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly" on armv7 architecture with Linux Debian Buster 无法构建 pyarrow(对于 python 3.7)并显示错误消息 ERROR: Could not build wheel for pyarrow which use PEP 517 - Failed to build pyarrow (for python 3.7) with an error message ERROR: Could not build wheels for pyarrow which use PEP 517 Python pytype 安装:无法为 pytype 构建轮子,无法为使用 PEP 517 的 pytype 构建轮子 - Python pytype installation: Failed building wheel for pytype, Could not build wheels for pytype which use PEP 517 由于 PEP 517 导致安装 ecapture 时出现问题,无法直接安装 - Problem installing ecapture due to PEP 517 and can't be installed directly
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM