Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On windows you must use pip to install mmcv-full #70

Closed
ultimatech-cn opened this issue Aug 20, 2023 · 1 comment
Closed

On windows you must use pip to install mmcv-full #70

ultimatech-cn opened this issue Aug 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ultimatech-cn
Copy link
Contributor

When I use
mim install mmcv-full==1.7.0

I always got following error
RuntimeError: nms_impl: implementation for device cuda:0 not found.

I thought it was cuda version problem and try to downgrade my cuda from 12.2 to 11.8.

Finally when I use

mim uninstall mmcv-full
pip install mmcv-full

The building process will take twenty minutes. When I restart app, the error is gone.

@sunbaigui sunbaigui added the enhancement New feature or request label Aug 20, 2023
@yingdachen
Copy link
Contributor

thanks for the report.

we supsect you may have a mmcv (the regular non-full version) installed before, so the safe solution could be:

mim uninstall mmcv mim uninstall mmcv-full pip install mmcv-full

anyway, it is great to know that now it is working for you on Windows!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants