无法下载 mmcv 1.3.0 并构建轮子

Not able to download mmcv 1.3.0 and build wheels

提问人:kobebryan9 提问时间:11/14/2023 最后编辑:Kafarsonkobebryan9 更新时间:11/23/2023 访问量:107

问:

当我尝试安装时,无法下载并构建轮子(我已经更新到轮子)mmcv-full==1.3.0

enter image description here

错误 无法为 mmcv-full 构建轮子,这是安装基于 pyproject.toml 的项目所必需的enter image description here

但是当我尝试使用mim install mmcv-full

错误信息:

RROR: Failed building wheel for mmcv-full
  Running setup.py clean for mmcv-full
Failed to build mmcv-full
ERROR: Could not build wheels for mmcv-full, which is required to install pyproject.toml-based projects

可以下载最新版本的,但是由于我尝试克隆的存储库需要使用. 我正在使用并想知道我应该如何下载该版本。mmcv-fullmmcv version 1.3.0Windows 11

非常感谢。

Python 机器学习 Anaconda conda

评论

0赞 merv 11/15/2023
图像不应用于显示文本。请编辑。

答:

0赞 hamidreza zarrabi 11/23/2023 #1

问题

当您可能没有与 CUDA 或 Pytorch 或 MMCV 版本对应的预构建包时,会发生此错误。

溶液

在这种情况下,您可以按照 MMCV 构建官方指南从源代码构建。MMCV