You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like kedro's interface is non backwards-compatible between versions 0.17.2 and 0.18.4:
from kedro.versioning import Journal
E ModuleNotFoundError: No module named 'kedro.versioning'
So either 1) a lot more tinkering can be done to find a set of dependencies where everything runs, or 2) the package would have to be rewritten with the new kedro interfaces. In the general case we can't support all of these little integration packages, but if you have an extenuating case or submit a PR we are happy to look.
would it be possible to update the version contraints in the pyproject.toml to
Because now i have to revert to python 3.8 to even try the plugin. (we're on python 3.10)
The text was updated successfully, but these errors were encountered: