pythonz icon indicating copy to clipboard operation
pythonz copied to clipboard

pypy and pypy3 do not work

Open 0cjs opened this issue 1 year ago • 3 comments

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 avatar Jan 23 '24 07:01 0cjs

@0cjs pypy moved their repo to https://github.com/pypy/pypy. I'll test and update pypy download links

ifduyue avatar Apr 02 '24 15:04 ifduyue

pypy download links https://downloads.python.org/pypy/

ifduyue avatar Apr 02 '24 15:04 ifduyue

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.

0cjs avatar Apr 03 '24 03:04 0cjs