fastai/fastsetup

Incompatibilities in fastai installation with mamba

Opened this issue · 0 comments

I'm trying to install fastai via mamba with the command "mamba install -c fastchan fastai" and getting the following:

$ mamba install -c fastchan fastai

Looking for: ['fastai']

warning  libmamba Cache file "/home/corto_rikasa/miniconda3/pkgs/cache/497deca9.json" was modified by another program
warning  libmamba Cache file "/home/corto_rikasa/miniconda3/pkgs/cache/09cdf8bf.json" was modified by another program
warning  libmamba Cache file "/home/corto_rikasa/miniconda3/pkgs/cache/47929eba.json" was modified by another program
pkgs/main/linux-64 (check zst)                      Checked  0.4s
warning  libmamba Cache file "/home/corto_rikasa/miniconda3/pkgs/cache/3e39a7aa.json" was modified by another program
pkgs/main/noarch (check zst)                        Checked  0.1s
warning  libmamba Cache file "/home/corto_rikasa/miniconda3/pkgs/cache/2ce54b42.json" was modified by another program
pkgs/r/linux-64 (check zst)                         Checked  0.1s
warning  libmamba Cache file "/home/corto_rikasa/miniconda3/pkgs/cache/4ea078d6.json" was modified by another program
pkgs/r/noarch (check zst)                           Checked  0.1s
fastchan/linux-64                                             No change
fastchan/noarch                                               No change
pkgs/r/linux-64                                      1.6MB @ 374.7kB/s  3.8s
pkgs/main/linux-64                                   6.1MB @   1.4MB/s  4.4s
pkgs/r/noarch                                        2.1MB @ 448.0kB/s  4.1s
pkgs/main/noarch                                   714.0kB @ 135.1kB/s  1.0s
conda-forge/noarch                                  14.9MB @   1.2MB/s 12.7s
conda-forge/linux-64                                35.0MB @   1.5MB/s 23.9s

Pinned packages:
  - python 3.12.*


warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
'
'
'
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
Could not solve for environment specs
The following packages are incompatible
└─ fastai is installable with the potential options
   ├─ fastai [1.0.61|2.1.10|...|2.7.9] would require
   │  └─ scipy with the potential options
   │     ├─ scipy 1.5.3 would require
   │     │  └─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
   │     ├─ scipy [1.5.3|1.7.3] would require
   │     │  └─ python >=3.7,<3.8.0a0 , which can be installed;
   │     ├─ scipy [1.10.0|1.10.1|...|1.9.3] would require
   │     │  └─ python >=3.8,<3.9.0a0 , which can be installed;
   │     ├─ scipy [1.10.0|1.10.1|...|1.9.3] would require
   │     │  └─ python >=3.9,<3.10.0a0 , which can be installed;
   │     ├─ scipy [1.10.0|1.10.1|...|1.9.3] would require
   │     │  └─ python >=3.10,<3.11.0a0 , which can be installed;
   │     ├─ scipy [1.10.0|1.10.1|1.11.0|1.11.1|1.11.2] would require
   │     │  └─ python >=3.11,<3.12.0a0 , which conflicts with any installable versions previously reported;
   │     └─ scipy [0.17.1|0.18.0|...|1.9.3] conflicts with any installable versions previously reported;
   └─ fastai [2.7.10|2.7.11|...|2.7.15] conflicts with any installable versions previously reported.

The line warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY repeats a lot of times, so I've replaced most of it with three lines of " ' "

I'm working in wsl terminal