czczup / ViT-Adapter

[ICLR 2023 Spotlight] Vision Transformer Adapter for Dense Predictions
https://arxiv.org/abs/2205.08534
Apache License 2.0
1.27k stars 140 forks source link

ModuleNotFoundError: No module named 'mmengine' #105

Closed pkbeen closed 1 year ago

pkbeen commented 1 year ago

Hello, I am a student who is studying while using github. I tried to train custom dataset. Previously I met the problem "no module named "ops.modules". So I resolved other issues by add export PYTHONPATH=/path ~~

But I met the problem ModuleNotFoundError: No module named 'mmengine'.

Can you help me??

Screenshot from 2023-06-19 17-39-05

czczup commented 1 year ago

Hello, what version of mmseg did you install? I guess your version may be too new.

czczup commented 1 year ago

Our current code does not use mmengine. This error indicates that the version of mmseg installed is too new.