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

Compatibility with newer Python versions #547

Merged

Conversation

rpatureau
Copy link
Contributor

Installing with Python >= 3.10 is not possible "out-of-the-box"
It seems there is an issue with PyYAML not being compatible with Cython >= 3

Installing PyYAML 6.0.1 instead solves the issue (tested with a fresh install of Python 3.10.14 and Python 3.12.3)

PyYAML changes:

6.0.1 (2023-07-18)

6.0 (2021-10-13)

@rpatureau
Copy link
Contributor Author

Successfully tested with Python 3.8.19

@mwetter mwetter changed the base branch from master to python_compatibility April 24, 2024 14:55
@mwetter mwetter merged commit 1b4d9a1 into lbl-srg:python_compatibility Apr 29, 2024
1 check failed
mwetter added a commit that referenced this pull request Apr 30, 2024
Co-authored-by: Remi Patureau <148592348+rpatureau@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants