mammoth-rainbow-82717
02/25/2025, 4:50 PMfrom 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?
Thanksancient-application-36103
02/25/2025, 5:23 PMFilePathClass
is an implementation detail so unfortunately it can change without any notice. curious what does your extension do?