python builds on win-arm64
conda-forge now has partial experimental support for Windows on Arm64 platform. To use the conda-forge packages on an arm64 machine running windows, you first have to install Miniforge for Windows x86_64 since miniforge does not support Windows arm64 yet. Then you can do
set "CONDA_SUBDIR=win-arm64"
conda create -n newenv python
conda activate newenv
This gives you a minimal python environment. You can play around with this untested python binary and provide feedback.


