You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On version conda 23.3.1, the correct code to create a conda environment from a yml file is:
conda env create -f env.yml (not conda create -f env.yml). The latter raises an error and the environment can't be solved.
The text was updated successfully, but these errors were encountered:
On version conda 23.3.1, the correct code to create a conda environment from a yml file is:
conda env create -f env.yml (not conda create -f env.yml). The latter raises an error and the environment can't be solved.
The text was updated successfully, but these errors were encountered: