mim install "mmcv>=2.0.0"这一步安装失败
wwzy666 opened this issue · 3 comments
wwzy666 commented
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
Mlesaa commented
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!
wwzy666 commented
thank you! i try it,but it is not ok
mkimhi commented
same issue