-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AssertionError: mmcv==1.7.1 is used but incompatible. Please install mmcv-full>=(2, 0, 0, 0, -1, 1), <(2, 1, 0, 0, 0, 0). #1756
Comments
Please run ‘pip install mmcv==2.0.0’ |
In the picture above, I have installed mmcv2.0.0, but there is a problem with recognition |
Please run ‘pip uninstall mmcv-full’ |
when i install mmcv-full, the max mmcv version is 1.7.1. test error: then, I uninstall mmcv-full, and install mmcv=2.0.0, I got this error: |
Closing due to inactivity, please reopen if there are any further problems. |
It renamed the package name mmcv to mmcv-lite and mmcv-full to mmcv in PR open-mmlab/mmcv#2235. Also, change the default value of the environment variable MMCV_WITH_OPS from 0 to 1. |
It could be a code refactoring issue. Because the company refactored the code, the version we downloaded shows mmcv, but is actually equivalent to the previous MMCV-Full |
I run python tools/test.py configs/real_basicvsr/realbasicvsr_c64b20-1x30x8_8xb1-lr5e-5-150k_reds.py https://download.openmmlab.com/mmediting/restorers/real_basicvsr/realbasicvsr_c64b20_1x30x8_lr5e-5_150k_reds_20211104-52f77c2c.pth
AssertionError: mmcv==1.7.1 is used but incompatible. Please install mmcv-full>=(2, 0, 0, 0, -1, 1), <(2, 1, 0, 0, 0, 0).
but mmcv-full has changed,not have 2.0.0,I dont know how to fix.
The text was updated successfully, but these errors were encountered: