Hi,
I am interested in building pypy 3.6 on Ubuntu 20.04 LTS.
I downloaded the prebuilt binaries for pypy 3.6 and the pypy3 binary
works great.
To build pypy myself, per the pypy documentation, I have taken the
following steps:
$ hg clone http://foss.heptapod.net/pypy/pypy pypy
$ cd pypy
$ hg up py3.6
$ cd pypy/goal
$ pypy3 ../../rpython/bin/rpython --opt=jit
This leads to a series of SyntaxErrors related to print. It appears that
the build-related files in the branch are still intended …
[View More]for pypy
version < 3.
I am probably missing something obvious and would appreciate your advice.
Thanks.
-gyro
[View Less]
As reported in the recent blog post
https://morepypy.blogspot.com/2020/02/pypy-and-cffi-have-moved-to-heptapod.…,
please do not add content to bitbucket.org/pypy or any of the repos
there. From now on use https://foss.heptapod.net/pypy/pypy. The repos
will continue to live on bitbucket until May 31, and we are still
hosting our wiki and downloads there, but activity should move to the
new instance. Anyone can open an issue, but in order to commit (as
explained in the previous mail) you …
[View More]will need permissions on the repo.
The FOSS heptapod instance does not support personal forks, so for now
PRs will be branches (heptapod recommends topic branches but some of us
are not convinced) on the main repo.
Also take a look at the facelift on www.pypy.org.
Matti
[View Less]