open-mmlab/mmdetection

mim install "mmcv>=2.0.0"这一步安装失败

wwzy666 opened this issue · 3 comments

Building wheels for collected packages: mmcv-full
Building wheel for mmcv-full (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
这样的提示信息,不知道是什么原因,是本机cuda版本太高了吗,不符合项目要求的版本?
问ai提示让我安装 Microsoft Visual C++ Build Tools

use ''pip install mmcv==2.1.0 -f https://download.openmmlab.com/mmcv/dist/YOU CUDA VERSION/YOUR TORCH VERSION/index.html'' directly
it may help!

thank you! i try it,but it is not ok

same issue