Hi All, I am using Metaflow extensions and one of...
# ask-metaflow
m
Hi All, I am using Metaflow extensions and one of my extensions is importing from includefile, so
from metaflow.includefile import FilePathClass
. Upgrading Metaflow to version
2.20.29
I get the following error:
ImportError: cannot import name 'FilePathClass' from partially initialized module 'metaflow.includefile'
. I think it is the changes in this PR that is the cause. It looks like this modules is now importing from the
plugins
module and this is only partially initialised (I guess because of stuff the extensions is doing under the hood.) Just wondering if anyone has had this issue? Thanks
a
ah -
FilePathClass
is an implementation detail so unfortunately it can change without any notice. curious what does your extension do?