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
Create the base environment and install the python packages in one go by using an environment.yml config file. For now, this is not advised, because the dev machines don't have enough RAM memory. Once the machines are upgraded, this will possible. Related PR here #880.
When working with conda environments, it's best to install everything (conda packages & pip packages) in one go to prevent the environment from entering a broken state. The likelihood of the environment to break gets higher the more commands are run one after the another.
The text was updated successfully, but these errors were encountered:
Description
Create the base environment and install the python packages in one go by using an
environment.yml
config file. For now, this is not advised, because the dev machines don't have enough RAM memory. Once the machines are upgraded, this will possible. Related PR here #880.Motivation
When working with conda environments, it's best to install everything (conda packages & pip packages) in one go to prevent the environment from entering a broken state. The likelihood of the environment to break gets higher the more commands are run one after the another.
The text was updated successfully, but these errors were encountered: