-
Notifications
You must be signed in to change notification settings - Fork 159
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
Pinned PyYAML version incompatible with latest Cython 3.0.0 #324
Comments
Can we reopen this issue @BenjiU? The issue has been marked solved, but is actually not correctly resolved. The current dependency states PyYAML 6.0.0 is working, but it is not. If you rather have a new issue created, please let me know. ../Frenck |
Yes, of course. What does not work? |
In #325, you've pinned PyYAML to See: Line 12 in 0317539
However, The recommendation in this case, would be setting See also the linked releases and changes upstream in PyYAML, as linked in the issue description. ../Frenck |
Yeah, okay. But ist this a practical problem? Because IT pulls the 6.0.1 version: |
Yes, that is a practical problem, the pinned version is simply not correct. If one already has 6.0.0 in cache as a pip download it may cause issues. There are also other depencies in a users environment that are now not locked and assumptions have been made. |
Thanks, @BenjiU 👍 ../Frenck |
Describe the bug
pip install
with everything latest greatest in a clean environment will pull in cython 3.0.0, which will not work with the PyYAML version pinned by this project.Expected behavior
To be able to install.
Error messages and traceback
Config
Not relevant.
Hardware
System:
Additional context
This issue has been solved in PyYAML 6.0.1
Changelog: https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES#L7
Ref: yaml/pyyaml@6.0...6.0.1
Possible solutions
The text was updated successfully, but these errors were encountered: