conda-forge / conda-forge/miniforge
Issue with scoop/windows installation of 22.11.1-2
- Vorherrschende Sprache
- Shell
- Sterne
- 10.2k
- Forks
- 530
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
We have an installation job in our CI using `scoop` on Windows Server images (`mcr.microsoft.com/windows/servercore:1809`). Previously via `scoop`, the job was successful with `mambaforge@22.9.0-2`. Calling `conda` in Powershell was ok.
However, with `22.11.1-2`, it is now not successfully installed. It was missing even `python` at first. But even after installing `python` then reinstalling `mambaforge`, `conda` is not callable.
Here are the links to the logs of:
- :x: [`22.11.1-2`](https://gitlab.com/fleischmann-lab/calcium-imaging/calimag/-/jobs/3722946580): installed with
```bash
scoop install git
scoop install python # had to add this
scoop bucket add extras
scoop install mambaforge # no version specified # LINE 96 of log
conda init powershell # error here
```
- :heavy_check_mark: and when forcing to fall back on previous version [`22.9.0-2`](https://gitlab.com/fleischmann-lab/calcium-imaging/calimag/-/jobs/3723138431), installed with
```bash
scoop install git
scoop install python # optional, dont really need this
scoop bucket add extras
scoop install mambaforge@22.9.0-2 # fallback # LINE 96 of log
conda init powershell # ok here moving forward
```
### Installed packages
```shell
NA
```
### Environment info
```shell
NA
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.