Sense-X / Co-DETR

[ICCV 2023] DETRs with Collaborative Hybrid Assignments Training
MIT License
1.02k stars 113 forks source link

ModuleNotFoundError: No module named 'mmengine' #9

Closed josh3255 closed 1 year ago

josh3255 commented 1 year ago

When create and run a docker image using a Dockerfile, the following error occurs.

ModuleNotFoundError: No module named 'mmengine'

After that, install and run mmengine using pip, the following error occurs.

AssertionError: MMCV==1.3.17 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.1.0.
TempleX98 commented 1 year ago

The Dockerfile in this repo is directly taken from mmdet repo and we do not use it

josh3255 commented 1 year ago

okay. i'll fix it and make a pull request.

858949416 commented 8 months ago

When create and run a docker image using a Dockerfile, the following error occurs.

ModuleNotFoundError: No module named 'mmengine'

After that, install and run mmengine using pip, the following error occurs.

AssertionError: MMCV==1.3.17 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.1.0.

How was it resolved in the end?