[pypy-dev] Working version of pypy3 that support Python 3.3

Ram Rachum ram at rachum.com
Sat Jun 13 10:06:06 CEST 2015


Hello Armin,

I already said I tried it 3 days ago and showed you the error I got, I'm
not sure why you're assuming I haven't followed the instructions correctly.
Is it so hard to believe that PyPy has a bug or the instructions need
tweaking? (BTW your instructions weren't precise, the file to run is pypy3.)

Here's my shell session trying your instructions:

root at ubuntu:/home/ubuntu/Desktop# curl -O
http://buildbot.pypy.org/nightly/py3.3/pypy-c-jit-76553-deae634f291c-linux64.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                 Dload  Upload   Total   Spent    Left
 Speed
100 19.7M  100 19.7M    0     0   458k      0  0:00:44  0:00:44 --:--:--
 674k
root at ubuntu:/home/ubuntu/Desktop# tar jxf
pypy-c-jit-76553-deae634f291c-linux64.tar.bz2
root at ubuntu:/home/ubuntu/Desktop# cd
pypy-c-jit-76553-deae634f291c-linux64/bin/
root at ubuntu:/home/ubuntu/Desktop/pypy-c-jit-76553-deae634f291c-linux64/bin#
./pypy
bash: ./pypy: No such file or directory
root at ubuntu:/home/ubuntu/Desktop/pypy-c-jit-76553-deae634f291c-linux64/bin#
./pypy3
debug: OperationError:
debug:  operror-type: ImportError
debug:  operror-value: No module named 'encodings'
debug: OperationError:
debug:  operror-type: AttributeError
debug:  operror-value: stdout
root at ubuntu:/home/ubuntu/Desktop/pypy-c-jit-76553-deae634f291c-linux64/bin#



On Sat, Jun 13, 2015 at 10:01 AM, Armin Rigo <arigo at tunes.org> wrote:

> Hi Ram,
>
> On 11 June 2015 at 16:28, Ram Rachum <ram at rachum.com> wrote:
> > Didn't work.
>
> All we can do is repeat the instructions.  Try following them exactly, at
> first:
>
> - assuming you have downloaded pypy-c-jit-X.tar.bz2, for some value of X
>
> - run: tar jxf pypy-c-jit-X.tar.bz2
>
> - cd pypy-c-jit-X/bin
>
> - ./pypy
>
>
> A bientôt,
>
> Armin.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20150613/264ec27e/attachment.html>


More information about the pypy-dev mailing list