[pypy-dev] pip

Aroldo Souza-Leite asouzaleite at gmx.de
Wed Feb 29 18:56:01 CET 2012


Hi list,

I'm getting an error when trying to easy_install pip in PyPy (nightly
  build). The error doesn't occur in PyPy-1.8.

Thanks.

Aroldo.

-------

(pypy)root at aroldo-laptop:/opt/pypy/bin# which python
/opt/pypy//bin/python
(pypy)root at aroldo-laptop:/opt/pypy/bin# which easy_install
/opt/pypy//bin/easy_install

(pypy)root at aroldo-laptop:/opt/pypy/bin# easy_install  pip
...
Adding pip 1.1 to easy-install.pth file
Installing pip script to /opt/pypy/bin
Installing pip-2.7 script to /opt/pypy/bin

Installed 
/opt/pypy-c-jit-53000-836fcc2fe8d8-linux/site-packages/pip-1.1-py2.7.
egg
Processing dependencies for pip
Finished processing dependencies for pip
Traceback (most recent call last):
   File "app_main.py", line 51, in run_toplevel
   File "/opt/pypy/lib-python/2.7/gzip.py", line 371, in flush
     self._check_closed()
   File "/opt/pypy/lib-python/2.7/gzip.py", line 146, in _check_closed
     raise ValueError('I/O operation on closed file.')
ValueError: I/O operation on closed file.
(pypy)root at aroldo-laptop:/opt/pypy/bin#


More information about the pypy-dev mailing list