Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

Question Is it possible to move conda enviornments from windows to linux ?

barackobama

Active Member
Jul 25, 2020
61
3
2,300
I created a .yml file on windows using
conda env export --name ENVNAME > envname.yml


And when restored that in linux using
conda env create -f envname.yml

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 :confounded:.