pypy / pypy.org

Sources for website at https://www.pypy.org
33 stars 11 forks source link

PyPy v7.3.11 release | PyPy #87

Closed utterances-bot closed 1 year ago

utterances-bot commented 1 year ago

PyPy v7.3.11 release | PyPy

https://www.pypy.org/posts/2022/12/pypy-v7311-release.html

mattip commented 1 year ago

Issue 3880 is still a problem for people on macOS<10.15. I will try to get a bug-fix of the bug-fix out soon.

mattip commented 1 year ago

It turns out issue 3880 is non-trivial to fix. However the conda-provided PyPy supplies its own libffi so does not suffer from the problem. Rather than wait for a maybe non-existant fix, people on macos<10.15 should move to using a conda-provided PyPy:

# Download mamba-forge from https://conda-forge.org/miniforge/
$ chmod a+x Downloads/Mambaforge-22.9.0-2-MacOSX-x86_64.sh 
$ ./Downloads/Mambaforge-22.9.0-2-MacOSX-x86_64.sh 
# follow the instructions to install mamba-forge
# then open a new shell that has the conda init hook installed
$ mamba create -n pypy3 pypy python=3.8
$ mamba activate pypy3
tianon commented 1 year ago

It looks like https://downloads.python.org/pypy/versions.json wasn't updated for this release - minor glitch / easy fix? :sweat_smile: :bow:

mattip commented 1 year ago

Thanks for the heads-up. I uploaded it now, it will take an hour or so to percolate out