facebookresearch / dinov2

PyTorch code and models for the DINOv2 self-supervised learning method.
Apache License 2.0
9.22k stars 821 forks source link

Environment installation problem #481

Open wyh196646 opened 1 week ago

wyh196646 commented 1 week ago

I want to install the environment on 84090 machine fellow the instruction in readme.md `Could not solve for environment specs The following packages are incompatible ├─ pytorch-cuda 11.7.0 is requested and can be installed; ├─ pytorch 2.0.0 is installable with the potential options │ ├─ pytorch 2.0.0 would require │ │ └─ pytorch-mutex 1.0 cpu, which can be installed; │ ├─ pytorch 2.0.0 would require │ │ └─ pytorch-mutex 1.0 cuda, which conflicts with any installable versions previously reported; │ └─ pytorch 2.0.0 would require │ ├─ pytorch-cuda >=11.8,<11.9 , which conflicts with any installable versions previously reported; │ └─ pytorch-mutex 1.0 cuda, which conflicts with any installable versions previously reported; ├─ torchvision 0.15.0 is installable with the potential options │ ├─ torchvision 0.15.0 would require │ │ └─ pytorch-mutex 1.0 cpu, which can be installed; │ ├─ torchvision 0.15.0 would require │ │ ├─ pytorch-cuda 11.7. , which can be installed; │ │ └─ pytorch-mutex 1.0 cuda, which conflicts with any installable versions previously reported; │ └─ torchvision 0.15.0 would require │ └─ pytorch-cuda 11.8. , which conflicts with any installable versions previously reported; └─ xformers 0.0.18 is not installable because there are no viable options ├─ xformers 0.0.18 would require │ └─ pytorch 1.12.1. but there are no viable options │ ├─ pytorch 1.12.1 conflicts with any installable versions previously reported; │ ├─ pytorch [1.12.1|1.13.1] would require │ │ └─ pytorch-mutex 1.0 cpu, which can be installed; │ └─ pytorch [1.12.1|1.13.1] would require │ └─ pytorch-mutex 1.0 cuda, which conflicts with any installable versions previously reported; └─ xformers 0.0.18 would require └─ pytorch 1.13.1.* but there are no viable options ├─ pytorch [1.12.1|1.13.1], which cannot be installed (as previously explained); ├─ pytorch [1.12.1|1.13.1], which cannot be installed (as previously explained); ├─ pytorch 1.13.1 conflicts with any installable versions previously reported; └─ pytorch 1.13.1 would require ├─ pytorch-cuda >=11.6,<11.7 , which conflicts with any installable versions previously reported; └─ pytorch-mutex 1.0 cuda, which conflicts with any installable versions previously reported. `

Tan-B24 commented 4 days ago

I want to install the environment on 84090 machine fellow the instruction in readme.md `Could not solve for environment specs The following packages are incompatible ├─ pytorch-cuda 11.7.0 is requested and can be installed; ├─ pytorch 2.0.0 is installable with the potential options │ ├─ pytorch 2.0.0 would require │ │ └─ pytorch-mutex 1.0 cpu, which can be installed; │ ├─ pytorch 2.0.0 would require │ │ └─ pytorch-mutex 1.0 cuda, which conflicts with any installable versions previously reported; │ └─ pytorch 2.0.0 would require │ ├─ pytorch-cuda >=11.8,<11.9 , which conflicts with any installable versions previously reported; │ └─ pytorch-mutex 1.0 cuda, which conflicts with any installable versions previously reported; ├─ torchvision 0.15.0 is installable with the potential options │ ├─ torchvision 0.15.0 would require │ │ └─ pytorch-mutex 1.0 cpu, which can be installed; │ ├─ torchvision 0.15.0 would require │ │ ├─ pytorch-cuda 11.7. , which can be installed; │ │ └─ pytorch-mutex 1.0 cuda, which conflicts with any installable versions previously reported; │ └─ torchvision 0.15.0 would require │ └─ pytorch-cuda 11.8. , which conflicts with any installable versions previously reported; └─ xformers 0.0.18 is not installable because there are no viable options ├─ xformers 0.0.18 would require │ └─ pytorch 1.12.1. but there are no viable options │ ├─ pytorch 1.12.1 conflicts with any installable versions previously reported; │ ├─ pytorch [1.12.1|1.13.1] would require │ │ └─ pytorch-mutex 1.0 cpu, which can be installed; │ └─ pytorch [1.12.1|1.13.1] would require │ └─ pytorch-mutex 1.0 cuda, which conflicts with any installable versions previously reported; └─ xformers 0.0.18 would require └─ pytorch 1.13.1.* but there are no viable options ├─ pytorch [1.12.1|1.13.1], which cannot be installed (as previously explained); ├─ pytorch [1.12.1|1.13.1], which cannot be installed (as previously explained); ├─ pytorch 1.13.1 conflicts with any installable versions previously reported; └─ pytorch 1.13.1 would require ├─ pytorch-cuda >=11.6,<11.7 , which conflicts with any installable versions previously reported; └─ pytorch-mutex 1.0 cuda, which conflicts with any installable versions previously reported. `

I got the same error problem. Looking for a fix