dinov2 icon indicating copy to clipboard operation
dinov2 copied to clipboard

Cannot create a conda environment.

Open LiubovShilova opened this issue 4 months ago • 6 comments

Hi! I have some issues with creating the environment. Both mamba and conda return error.

While running

conda env create -f conda.yaml

I encounter the error:

Could not solve for environment specs
The following packages are incompatible
├─ python >=3.9  is installable with the potential options
│  ├─ python [3.9.0|3.9.1|...|3.9.9], which can be installed;
│  ├─ python [3.10.0|3.10.1|...|3.10.9] conflicts with any installable versions previously reported;
│  ├─ python [3.11.0|3.11.1|...|3.11.8] conflicts with any installable versions previously reported;
│  ├─ python [3.12.0|3.12.1|3.12.2] conflicts with any installable versions previously reported;
│  └─ python 3.12.0rc3 would require
│     └─ _python_rc, which does not exist (perhaps a missing channel);
├─ pytorch >=2.0.0  is installable with the potential options
│  ├─ pytorch [1.12.1|1.13.1|...|2.2.0] would require
│  │  └─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
│  ├─ pytorch [2.0.0|2.0.1|...|2.2.0] would require
│  │  └─ python >=3.9,<3.10.0a0 , which can be installed;
│  ├─ pytorch [2.0.0|2.0.1|...|2.2.0] would require
│  │  └─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
│  ├─ pytorch [2.0.1|2.1.0|2.1.1|2.1.2|2.2.0] would require
│  │  └─ python >=3.11,<3.12.0a0 , which conflicts with any installable versions previously reported;
│  └─ pytorch 2.2.0 would require
│     └─ python >=3.12,<3.13.0a0 , 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
   │  ├─ python [>=3.10,<3.11.0a0 |>=3.9,<3.10.0a0 ] with the potential options
   │  │  ├─ python [3.9.0|3.9.1|...|3.9.9], which can be installed;
   │  │  └─ python [3.10.0|3.10.1|...|3.10.9] conflicts with any installable versions previously reported;
   │  └─ pytorch 1.13.1.*  but there are no viable options
   │     ├─ pytorch [1.12.1|1.13.1] would require
   │     │  └─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
   │     ├─ pytorch [1.12.1|1.13.1] would require
   │     │  └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
   │     ├─ pytorch [1.12.1|1.13.1|...|2.2.0], which cannot be installed (as previously explained);
   │     ├─ pytorch [1.12.1|1.13.1] would require
   │     │  └─ python >=3.9,<3.10.0a0 , which can be installed;
   │     ├─ pytorch [1.12.1|1.13.1] would require
   │     │  └─ __cuda, which is missing on the system;
   │     └─ pytorch 1.13.1 conflicts with any installable versions previously reported;
   └─ xformers 0.0.18 would require
      ├─ python [>=3.10,<3.11.0a0 |>=3.9,<3.10.0a0 ] with the potential options
      │  ├─ python [3.9.0|3.9.1|...|3.9.9], which can be installed;
      │  └─ python [3.10.0|3.10.1|...|3.10.9] conflicts with any installable versions previously reported;
      └─ pytorch 1.12.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.12.1|1.13.1|...|2.2.0], which cannot be installed (as previously explained);
         ├─ pytorch [1.12.1|1.13.1], which cannot be installed (as previously explained);
         ├─ pytorch 1.12.1 conflicts with any installable versions previously reported;
         └─ pytorch [1.12.1|1.13.1], which cannot be installed (as previously explained).

LiubovShilova avatar Feb 20 '24 13:02 LiubovShilova