Does it make a difference if the yaml files are created in full anconda and then are used to setup up environments in a miniconda installation on another machine?
I tried to do this, but I am getting the.
Solving environment: failed ResolvePackageNotFound:
I know how to clone envs like this https://datascience.stackexchange.com/questions/24093/how-to-clone-python-working-environment-on-another-machine
Cloning like this has worked before for me. The conda/miniconda difference might not be the cause of the error, but I am curious.
I have tried some solutions like checking if cond-forge is installed (it is)
I also tried this: How to fix `ResolvePackageNotFound` error when creating Conda environment?
The free channel solution does not work? Any advice? Thanks