Ask any question about QuantStack projects: xtensor, xeus, voila, Jupyter widgets, mamba
CONDA_SUBDIR=win-64 mamba create -n blabla mypackage --dry-run
--json
and then parse that further
conda-lock
has implemetned these things properly: https://github.com/conda-incubator/conda-lock
--json
but unfortunately none of the variants I tried gave useful information - CONDA_SUBDIR
(instead of manual channels and --override-channels
) and --dry-run
instead of --download-only
seem to have done the trick, thanks! (for building bundled releases we "pin" everything in the conda dependency list and not all our platforms are available in our CI)
mamba
equivalent (and I shouldn't be using micromamba
)?
mod_proxy_wstunnel
?
https://studmed.uio.no/voila/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/static/require.min.js
ERR_TOO_MANY_REDIRECTS
compilers
from conda-forge for a quick way to get them
export LDFLAGS="$LDFLAGS -pthread
may work