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

Compatibility issue between the TORCH version and the MMCV version #425

Open
escapethetrap opened this issue Jul 14, 2024 · 1 comment · May be fixed by #419
Open

Compatibility issue between the TORCH version and the MMCV version #425

escapethetrap opened this issue Jul 14, 2024 · 1 comment · May be fixed by #419

Comments

@escapethetrap
Copy link

When I was debugging the code, I found that the MMCV version requirements are 2.0.0 to 2.1.0, but the torch required by this version is not compatible with the torchvision required by yolo-world, is this normal?
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
yolo-world 0.1.0 requires torchvision>=0.16.2, but you have torchvision 0.15.2+cu118 which is incompatible.
image
屏幕截图 2024-07-14 200402

@escapethetrap
Copy link
Author

pip3 install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118

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

Successfully merging a pull request may close this issue.

1 participant