如何使用 jukeboxAI 错误 ERROR: Could not build Wheels for numba, llvmlite, 这是安装基于 pyproject.toml 的项目所必需的

问题描述 投票:0回答:1

我正在尝试通过 openAI 运行这个 colab 构建:https://github.com/openai/jukebox

您可以在 github 上看到 colab 链接:https://colab.research.google.com/github/openai/jukebox/blob/master/jukebox/Interacting_with_Jukebox.ipynb

但是当我跑步时:

!pip install git+https://github.com/openai/jukebox.git

我有这个错误:

 note: This error originates from a subprocess, and is likely not a problem with pip.
 Building wheel for llvmlite (setup.py) ... error
 ERROR: Failed building wheel for llvmlite
 Running setup.py clean for llvmlite
Successfully built jukebox fire librosa mpi4py
Failed to build numba llvmlite
**ERROR: Could not build wheels for numba, llvmlite, which is required to install pyproject.toml-based projects**
python numba openai-api python-wheel
1个回答
0
投票

同样的问题及其解决方案: https://github.com/openai/jukebox/issues/276

你必须切换到另一个 git 源,因为 google collab 升级 python 和开放 AI 项目似乎不兼容

© www.soinside.com 2019 - 2024. All rights reserved.