You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Environment: Debian 11, pythonz 2.0.2 (installed with pythonz update just now).
Trying to install any version of pypy or pypy3, using e.g., pythonz install -t pypy 5.3.1, gives the following error:
urllib.error.HTTPError: HTTP Error 404: Not Found
...
pythonz.downloader.DownloadError: Failed to fetch https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.3.1-linux64.tar.bz2
That repo no longer appears to exist on bitbucket.org, and PyPy's download page gives somewhat different version numbers from those shown by pythonz list -a.
Is this just very old code, or am I misunderstanding something?
Environment: Debian 11, pythonz 2.0.2 (installed with
pythonz updatejust now).Trying to install any version of pypy or pypy3, using e.g.,
pythonz install -t pypy 5.3.1, gives the following error:That repo no longer appears to exist on bitbucket.org, and PyPy's download page gives somewhat different version numbers from those shown by
pythonz list -a.Is this just very old code, or am I misunderstanding something?