-
Notifications
You must be signed in to change notification settings - Fork 32
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
MMCV==1.5.0 is used but incompatible. Please install mmcv>=2.0.0rc4 #11
Comments
We use |
Has this problem been solved? |
not solved |
|
I think it is a common problem, I did not manage to solve it installing mmseg. Which version of python have you used? |
Hello! I also have this issue and I believe that mmseg is the package that cause this. Could you please tell us the mmseg version you have used in your environment? |
how to solve this problem:
assert (mmcv_min_version <= mmcv_version < mmcv_max_version),
AssertionError: MMCV==1.5.0 is used but incompatible. Please install mmcv>=2.0.0rc4.
The text was updated successfully, but these errors were encountered: