I created a .yml file on windows using
[FONT=courier new][COLOR=rgb(226, 80, 65)]conda env export --name ENVNAME > envname.yml[/FONT]
And when restored that in linux using
[COLOR=rgb(235, 107, 86)][FONT=courier new]conda env create -f envname.yml[/FONT]
It throws tons of errors like Warning: you have pip-installed dependencies in your environment file, but you d - Pastebin.com
On their website its mentioned yml file means “Export an environment to a YAML file that can be read on Windows, macOS, and Linux”. This is unfair I moved from faster venv to conda because it was supposed to do this .