It looks like in metaflow>=2.16 some logic was ref...
# ask-metaflow
f
It looks like in metaflow>=2.16 some logic was refactored so that
metaflow/info_file.py
doesn't exist anymore. This breaks the Netflix extension because it explicitly imports it here, leading to
Copy code
metaflow --help
...
ModuleNotFoundError: No module named 'metaflow.info_file'
d
I will release an update to extension. Thanks for pointing it out.
f
Thank you!