mlflow / mlflow-export-import

Apache License 2.0
139 stars 87 forks source link

KeyError: 'mlflow' #148

Closed kanchanpathak06 closed 1 year ago

kanchanpathak06 commented 1 year ago

This error is triggering in the io_utils.pu code when the read_file_mlflow(path) tries to return dct[ExportFields.MLFLOW] .

I was using a older version of ameasar, but wanted to use the code from main and facing this error when importing my experiments

amesar commented 1 year ago

You will need to import with the same mlflow-export-import git version that you exported.