mlflow / mlflow-export-import

Apache License 2.0
132 stars 78 forks source link

make tool compatible on python 3.6 #82

Closed PaulZhangIsing closed 1 year ago

PaulZhangIsing commented 1 year ago

I would like to know the requirements / codes I need to modify if I want to make the mlflow running in python3.6 version. Currently most of my projects depending on python3.6, therefore I would like to do something about it.

I know from setup config there are plenty of things I need to change, besides them, i could do

pip install -e.

However, by the time I try to trigger

export-experiments

it shall give me importlib.metadata problem

Anything I could do to fix it?

amesar commented 1 year ago

Python 3.6 is end-of-life on 2021-12-23. I would recommend upgrading to current version of Python.