使用不带mlflow run
选项的--no-conda
命令时,出现以下错误。我尝试了错误消息中提供的建议,但是没有运气。我尝试使用conda activate
激活conda环境,它可以工作。但是,当通过mlflow使用时它不起作用。有什么方法可以编辑mlflow在后台执行的命令?
CommandNotFoundError: Your shell has not been properly configured to use 'conda
activate'.
If using 'conda activate' from a batch script, change your
invocation to 'CALL conda.bat activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>