-
Notifications
You must be signed in to change notification settings - Fork 24
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
bump pyyaml to 6.0.1 #41
Comments
Please give a proper description of the issue. |
@anibali it is basically the build problem for pywebp to build with pyyaml against cython 3+, which is fixed in pyyaml 6.0.1, let me know if that makes sense. Thanks! |
This is the error build log if that helps error build log
here is the full build log, https://github.com/Homebrew/homebrew-core/actions/runs/5588641673/job/15150254346 |
The upstream issue is here: yaml/pyyaml#724 The immediate, short-term fix would be to force using pyyaml 5.3.1, e.g. by blacklisting broken versions: yaml/pyyaml#724 (comment). However, my preference is to wait for an upstream fix and then update the poetry lock file appropriately without changing immediate dependencies of pywebp. |
Alternatively, I am now also watching conan-io/conan#14319 which would provide a path forward. |
relates to yaml/pyyaml#601
also relates to Homebrew/homebrew-core#135038
The text was updated successfully, but these errors were encountered: