mlflow / mlflow-go

Repository for the Go-based MLflow Tracking Server
Apache License 2.0
5 stars 4 forks source link

Fix Pyhton 3.12 and Windows #78

Open nojaf opened 2 weeks ago

nojaf commented 2 weeks ago

Follow-up from https://github.com/mlflow/mlflow-go/pull/75

There currently is something strange going on when using Windows and Python 3.12. The test tests/store/tracking/test_sqlalchemy_store.py::test_create_experiment_appends_to_artifact_local_path_file_uri_correctly_on_windows failed from me in vanilla mlflow (on Windows).

But I'm unable to reproduce that on the mlflow CI.

I'm still not quite sure what is going on.