3.10 environment can not solve because of __archspec 1 skylake_avx512
Running
docker run --rm -it condaforge/miniforge3:latest
curl -o igwn.yaml https://computing.docs.ligo.org/conda/environments/linux-64/igwn-py310.yaml
mamba env create -n igwn --file igwn.yaml
results in
Channels:
- conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
Channels:
- conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides __archspec 1 skylake_avx512 needed by _x86_64-microarch-level-4-2_skylake_avx512
Could not solve for environment specs
The following package could not be installed
└─ _x86_64-microarch-level ==4 2_skylake_avx512 is not installable because it requires
└─ __archspec 1 skylake_avx512, which is missing on the system.