It seems I am missing something or have the completely wrong expectations so let me start by listing my expectations:
If:
- I get a yml dump of an Anaconda environment from a colleague
- I install Anaconda on my machine and run:
conda env create -f enviornmentDump.yml
Expectation: I now have a working environment with all things I need
Actual result: I got a long list of not found packages
Is the thing actually not installing things but just checking locally if what I want already is installed? If so, what is the use case for this (because it seems extremely limited) and what should I use in my case?
EDIT: What my errors look like
$ conda env create -f dump.yml
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
- stevedore==3.3.0=py38haa244fe_1
- pyyaml==5.4.1=py38h294d835_0
- pip==21.0.1=py38haa95532_0
[...]
- numpy==1.19.2=py38hadc3359_0