When I run python3 -m mlflow run https://github.com/mlflow/mlflow-example.git -P alpha=5.0 I get conda not found which is expected (I do not use conda). Then I tried both local and virtualenv (+pyenv), which both resulted in errors on an Ubuntu 20.04 installation. Can you please give it a try?
When I run
python3 -m mlflow run https://github.com/mlflow/mlflow-example.git -P alpha=5.0I get conda not found which is expected (I do not use conda). Then I tried both local and virtualenv (+pyenv), which both resulted in errors on an Ubuntu 20.04 installation. Can you please give it a try?