Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping version to python 3.11 leads to OverrideNeeded/Assertion error #146

Open
Lasica opened this issue Mar 22, 2024 · 2 comments
Open

Comments

@Lasica
Copy link
Contributor

Lasica commented Mar 22, 2024

error.txt

Figure out what blocks python 3.11. Probably could be related to kfp, but the error hints to jinja/mlflow.

Googling leads to not related issue: python-poetry/poetry#5791

@Lasica
Copy link
Contributor Author

Lasica commented Mar 22, 2024

Doing dependency resolving with poetry lock on only 3.11 it fails with lesser error:

({Package('mlflow', '2.11.3'): {'jinja2': <Dependency Jinja2 (>=2.11,<4)>}}, {Package('mlflow', '2.11.3'): {'jinja2': <Dependency Jinja2 (>=3.0,<4)>}})

@Lasica
Copy link
Contributor Author

Lasica commented Mar 22, 2024

Limiting it even further (removing both mlflow/kedro-mlflow has lead to the fact that underlying error for all those cases is this AssertionError. python-poetry/poetry#8202 Hints what could be going on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant