You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue report
File "/mnt/e/EWorkspace/mmdetection/mmdet/init.py", line 17, in and mmcv_version < digit_version(mmcv_maximum_version)),
AssertionError: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.2.0. Bug fix
go to line 17 and change "< digit_version(mmcv_maximum_version))" to "<= digit_version(mmcv_maximum_version))"
这里去line17改成<=即可,实测可以运行
The text was updated successfully, but these errors were encountered:
hansensamjohn
changed the title
报错File "/mnt/e/EWorkspace/mmdetection/mmdet/__init__.py", line 17, in <module> and mmcv_version < digit_version(mmcv_maximum_version)), \ AssertionError: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.2.0. 这里去line17改成<=即可
Issue Report and Bug fix: AssertionError: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.2.0.
Feb 16, 2025
Issue report
File "/mnt/e/EWorkspace/mmdetection/mmdet/init.py", line 17, in and mmcv_version < digit_version(mmcv_maximum_version)),
AssertionError: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.2.0.
Bug fix
go to line 17 and change "< digit_version(mmcv_maximum_version))" to "<= digit_version(mmcv_maximum_version))"
这里去line17改成<=即可,实测可以运行
The text was updated successfully, but these errors were encountered: