udacity / Project-Build-an-ML-Pipeline-Starter

This is a custom project for WGU, the original project repo is https://github.com/udacity/nd0821-c2-build-model-workflow-starter
Other
4 stars 166 forks source link

> mlflow run . -P steps=download #11

Open drob946 opened 1 week ago

drob946 commented 1 week ago

Running > mlflow run . -P steps=download returns tons of errors regarding pyarrow. Any help would be appreciated.

Bjarrell333 commented 1 week ago

I am getting this too. Have you figured it out @drob946

rayryeng commented 1 day ago

We believe it has to do with the Python version missing in the conda.yml file in the get_data step.

https://github.com/udacity/Project-Build-an-ML-Pipeline-Starter/blob/main/components/get_data/conda.yml

Try adding python=3.10 as a dependency in the dependencies section and try again.