Skip to content
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

install failed #48

Open
yejing0 opened this issue Apr 18, 2023 · 1 comment
Open

install failed #48

yejing0 opened this issue Apr 18, 2023 · 1 comment

Comments

@yejing0
Copy link

yejing0 commented Apr 18, 2023

my version are:
torch 1.10.0
torchaudio 0.10.0
torchvision 0.11.0

but this error:

Traceback (most recent call last):
File "tools/test_omni.py", line 11, in
from mmdet.datasets import build_dataset
File "/home/yj/.local/lib/python3.7/site-packages/mmdet/init.py", line 18, in
f'MMCV=={mmcv.version} is used but incompatible. '
AssertionError: MMCV==1.4.6 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.1.0.

@EyalSel
Copy link

EyalSel commented Jul 31, 2023

The install instructions in https://github.com/MasterBin-IIAU/Unicorn/blob/master/assets/install.md don't specify a mmdet version, so it installs the latest version (I got 3+), which is incompatible with mmcv==1.4.6. Specifying a lower mmdet version (e.g. mmdet==2.25.0) seems to solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants