pypy and pypy3 do not work
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?
@0cjs pypy moved their repo to https://github.com/pypy/pypy. I'll test and update pypy download links
pypy download links https://downloads.python.org/pypy/
I'll test and update pypy download links
Great! Let me know here when that's done and released (or just close the ticket when that happens), if you don't mind.