Jonas Haag
Jonas Haag
Updated the instructions, key seems to be to select another platform
This issue just re-appeared in a recent 1.x version: ``` $ micromamba -p /tmp/env create -f environment.yml --platform win64 ... error libmamba Platform is ill-formed, expected - in: 'win64' error...
The 403 is from downloading a „anaconda-cluster“
are you behind some corporate proxy?
Hmm it seems like ALL of the downloads fail with 403, not sure what's going on here. Can you try to reproduce with only one channel?
Can you successfully download any of the repodata URL with `curl` directly?
Can you try to reproduce this in an isolated environment eg S Docker?
Nice! I think the problem is that something is not correct with the TLS setup. I can reproduce the 403 with: ``` curl -v https://104.17.16.67/conda-forge/osx-64/repodata.json.zst -H 'Host: conda.anaconda.org' -k ```...
Mamba is open-source software. Please feel free to contribute this feature.
We should fix this, do you want to try to come up with an initial patch?