-
Notifications
You must be signed in to change notification settings - Fork 739
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
uv
fails to install pyyaml==5.4.1
#1455
Comments
I'm able to reproduce this, thank you! |
OK, so I took a deeper dive into this and I found what appears to be a pretty nasty rat's nest of build problems with PyYAML and Cython:
So then I wondered, but if
And in particular, this is precisely the same error that Note that installing
|
uv pip install "pyyaml<6"
pip install "pyyaml<6"
The text was updated successfully, but these errors were encountered: