Bump pyyaml to 6.0.1#816
Merged
Merged
Conversation
Temporary workaround for wheel build issue on Cython versions >= 3 (yaml/pyyaml#702)
Contributor
|
Hi, I had this issue when installing the irrd in docker (pypy:3.10-7.3.12-slim-bullseye). It looks like the latest version still depends on 6.0. Any idea when the release can be updated? |
Contributor
Author
|
Hi @Justin-APNIC, you can ask pip to install the current release version with this PR included, like this: More info: https://pip.pypa.io/en/stable/topics/vcs-support/ |
Contributor
|
@MattKobayashi Thanks for the reply. I did use the main branch, but got missing module error. My current Dockerfile: |
mergify Bot
pushed a commit
that referenced
this pull request
Aug 16, 2023
* Bump pyyaml to 6.0.1 Temporary workaround for wheel build issue on Cython versions >= 3 (yaml/pyyaml#702) * Pin black to prevent breakage on updates (cherry picked from commit 383dfbd) # Conflicts: # poetry.lock # pyproject.toml
mergify Bot
pushed a commit
that referenced
this pull request
Aug 16, 2023
* Bump pyyaml to 6.0.1 Temporary workaround for wheel build issue on Cython versions >= 3 (yaml/pyyaml#702) * Pin black to prevent breakage on updates (cherry picked from commit 383dfbd) # Conflicts: # poetry.lock # pyproject.toml
This was referenced Aug 16, 2023
mxsasha
added a commit
that referenced
this pull request
Aug 16, 2023
mxsasha
added a commit
that referenced
this pull request
Aug 16, 2023
mxsasha
pushed a commit
that referenced
this pull request
Aug 16, 2023
mxsasha
pushed a commit
that referenced
this pull request
Aug 16, 2023
mxsasha
pushed a commit
that referenced
this pull request
Aug 16, 2023
* Bump pyyaml to 6.0.1 Temporary workaround for wheel build issue on Cython versions >= 3 (yaml/pyyaml#702) * Pin black to prevent breakage on updates (cherry picked from commit 383dfbd)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Temporary workaround for wheel build issue on Cython versions >= 3 (yaml/pyyaml#702)