【问题标题】:ERROR: Failed building wheel for pyinstaller Failed to build pyinstaller错误:pyinstaller 构建轮失败 pyinstaller 构建失败
【发布时间】:2025-11-27 00:25:02
【问题描述】:

我需要帮助。

使用 pip pip install pyinstaller 安装 pyinstaller 时出错。我正在尝试安装 pyinstaller,但每次都遇到同样的错误。

错误:pyinstaller 构建*失败 无法构建 pyinstaller 错误:无法为使用 PEP 517 且无法直接安装的 pyinstaller 构建*

我们将不胜感激。

【问题讨论】:

    标签: python pip pyinstaller


    【解决方案1】:

    我也遇到了同样的问题,但我使用了pip install pyinstaller==3.6,它运行时没有任何问题。 来自:https://github.com/pydata/bottleneck/issues/343

    【讨论】: