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.
The checksum for
https://downloads.python.org/pypy/pypy3.9-v7.3.13-macos_x86_64.tar.bz2
should be updatedThe https://www.pypy.org/checksums.html says also
but pyenv is expecting
fb1ff67340353e837498102fec2b0b45744bb189dced57ee2e00045785e69662
Too many issues will kill our team's development velocity, drastically.
Make sure you have checked all steps below.
Prerequisite
pyenv
and the defaultpython-build
plugin only. Please refrain from reporting issues of other plugins here.Description
Platform information: macOS Sonoma 14.2.1
OS architecture (e.g. amd64): amd64
pyenv version: 2.3.35
Python version:
C Compiler information (e.g. gcc 7.3):
Please attach the debug trace of the failing command as a gist:
If you have a problem with installing Python, please also attach
config.log
from the build directory/tmp
.If the build succeeds but the problem is still with the build process (e.g. the resulting Python is missing a feature), please attach
env PYENV_DEBUG=1 pyenv install -f -k -v <version> 2>&1 | tee trace.log
config.log
from the build directory. When usingpyenv install
with-k
as per above, the build directory will be under$PYENV_ROOT/sources
.