Open EdwinWenink opened 1 year ago
I have been facing the same issues with my runs. I downgraded protobuf, added setup tools etc and I too ran into new errors while using mlflow, when i run the standalone python file like python download_dara.py and then add parameters like artificat name, artifact tupe, artifact descriptiona nd file url , it works cleanly but not with mlflow
When calling mflow using the provided solution
conda.yml
results in an error. I use Python version 3.8.16 (followed instructions at beginning of the course).The call in the solution folder:
mlflow run . -P file_url=https://raw.githubusercontent.com/scikit-learn/scikit-learn/4dfdfb4e1bb3719628753a4ece995a1b2fa5312a/sklearn/datasets/data/iris.csv -P artifact_name=iris -P artifact_description="This data sets consists of 3 different types of irises' (Setosa, Versicolour, and Virginica) petal and sepal length"
Output:
The proposed solution of downgrading protobuf to 3.20.x dit not fix this environment definition, but resulted in new errors (
MutableSet
not being defined incollections
). Please fix/update the learning materials.