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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: