pythonkedro

Your Kedro project version 0.17.6 does not match Kedro package version


when running kedro ipython into a cloned repo, I get:

_version_mismatch_error(metadata_dict["kedro_init_version"]))
ValueError: Your Kedro project version 0.17.6 does not match Kedro package version
0.18.14 you are running. Make sure to update your project template. See https://github.com/kedro-org/kedro/blob/main/RELEASE.md for how to migrate your Kedro project.

The thing is I don't have admin priviledges to downgrade python to 3.8 zhich would be required to install the matching project version 0.17.6. Any help?


Solution

  • Your Kedro project was created with Kedro 0.17.6, but you have Kedro 0.18.14 (latest stable version) installed. You have two options: