mlflow / mlflow-export-import

Apache License 2.0
110 stars 70 forks source link

KeyError: 'mlflow' #148

Closed kanchanpathak06 closed 8 months ago

kanchanpathak06 commented 8 months 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 8 months ago

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