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

Building fails on EL8 with python 3.11.11 #847

Open
Aronar opened this issue Jan 10, 2025 · 1 comment
Open

Building fails on EL8 with python 3.11.11 #847

Aronar opened this issue Jan 10, 2025 · 1 comment

Comments

@Aronar
Copy link

Aronar commented Jan 10, 2025

Had to apply this diff on pyproject.toml due to either "group" invalid option or "name" missing on project errors from poetry:

42c42,43
< requires-python = ">=3.8,<=3.11"
---
> name = "cassandra-medusa"
> requires-python = ">=3.8,<=3.11.12"
49c50
< python = "^3.8"
---
> python = ">=3.8,<=3.11.12"

99c101
< requires = ["poetry-core>=1.0.0,<2.0.0"]
---
> requires = ["poetry-core"]

Full install guide attached:

┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: MED-121

@Aronar
Copy link
Author

Aronar commented Jan 10, 2025

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