NEKO icon indicating copy to clipboard operation
NEKO copied to clipboard

env.yml file specifies dependencies at build level, so it doesn't work straight away on Windows (and maybe other hosts)

Open SasankYadati opened this issue 1 year ago • 1 comments

The env.yml file has host specific builds for some dependencies (eg: numpy=1.24.3=py310h5f9d8c6_1) which is valid for Linux only as per https://anaconda.org/anaconda/numpy/files?version=1.24.3&page=0&channel=main. This is causing conda env create -f env.yml to fail on Windows with ResolvePackageNotFound error. Please see https://github.com/conda/conda/issues/7311#issuecomment-442320274, which suggests we export the env with --no-builds option.

SasankYadati avatar Dec 21 '23 05:12 SasankYadati