Slackbot
11/29/2022, 2:39 PMEduardo
ml-online conda environment is not getting created by defaultcan you point me to the command where you'd expect the conda env to be created? are you trying to run that example or are you using it as a guide for your project!
Nil
11/29/2022, 4:23 PM# configure development environment
ploomber install
# activate environment
conda activate ml-online
I get an error that the environment ml-online does not exist. I am running the example as it is.Eduardo
conda
commands instead of ploomber install
, and see if you can activate the environment: conda env create -f environment.yml
Nil
11/30/2022, 9:09 AMconda env export --no-build --file environment.lock.yml
InvalidVersionSpec: Invalid version '!=~5.0': invalid operator
Nil
11/30/2022, 9:35 AMNil
11/30/2022, 9:37 AMNo module named 'ml_online'
. This occurs when trying out both templates ml-online and ml-intermediate.Eduardo
Eduardo