【问题标题】:Could not build wheels for pyaudio, since package 'wheel' is not installed [closed]无法为 pyaudio 构建轮子,因为未安装包“轮子”[关闭]
【发布时间】:2020-08-16 22:32:19
【问题描述】:

我尝试安装pyaudio,但它返回如下错误:

Could not build wheels for pyaudio, since package 'wheel' is not installed.

我该如何解决这个问题?

【问题讨论】:

  • 请在您的帖子中包含相关文本 - 图片对于以后搜索内容没有用处,并且对于使用屏幕阅读器的人来说很难解析。你可以使用pip install wheel来安装wheel包。
  • 即使对于视力正常的人来说,错误的屏幕截图也不是特别可读。

标签: python pyaudio python-wheel


【解决方案1】:

看起来你只需要安装wheel 包。 您可以通过在终端运行 pip install wheel 来完成此操作。

【讨论】:

【解决方案2】:

升级 pip setuptools wheel 对我有用。

pip install --upgrade pip setuptools wheel

自从我升级到 pip 20 后,这个问题就开始出现了。这是我发现有用的一些链接Could not build wheels

【讨论】:

    猜你喜欢
    • 2020-08-23
    • 2019-08-05
    • 2022-11-11
    • 1970-01-01
    • 2022-08-17
    • 2021-01-28
    • 2023-02-02
    • 2021-11-27
    • 1970-01-01
    相关资源
    最近更新 更多