Dear Pypy-dev, We will review your site and your web placement, at no-cost to you, now. Reply today for your complimentary analysis. Sincerely, Melanie Affleck Interplay_Marketing pypy-dev@codespeak.net 2/29/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@aroldo-laptop:/opt/pypy/bin# which python /opt/pypy//bin/python (pypy)root@aroldo-laptop:/opt/pypy/bin# which easy_install /opt/pypy//bin/easy_install (pypy)root@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@aroldo-laptop:/opt/pypy/bin#
On Wed, Feb 29, 2012 at 12:56 PM, Aroldo Souza-Leite <asouzaleite@gmx.de>wrote:
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@aroldo-laptop:/opt/**pypy/bin# which python /opt/pypy//bin/python (pypy)root@aroldo-laptop:/opt/**pypy/bin# which easy_install /opt/pypy//bin/easy_install
(pypy)root@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@aroldo-laptop:/opt/**pypy/bin# ______________________________**_________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/**mailman/listinfo/pypy-dev<http://mail.python.org/mailman/listinfo/pypy-dev>
I ran into this recently and just ignored it, it seemed to work ok. However, I'm guessing it's a result of d4dee87e47cc. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero
On 02/29/2012 06:59 PM, Alex Gaynor wrote:
I ran into this recently and just ignored it, it seemed to work ok. However, I'm guessing it's a result of d4dee87e47cc.
it's, it's probably because of the autoflush. It should be fixed by f9f3b57f1300 which I just pushed, so tomorrow's nightly should already work well. ciao, anto
Hi list, the error disappeared in pypy-c-jit-53087-2881f17e1ffc-linuxand and I can work on with it. As there are still warnings, I'm appending the console output below for your information. Thanks a lot again. Aroldo ------- (pypy)root@aroldo-laptop:/opt/pypy/bin# which easy_install /opt/pypy//bin/easy_install (pypy)root@aroldo-laptop:/opt/pypy/bin# easy_install pip Searching for pip Reading http://pypi.python.org/simple/pip/ Reading http://pip.openplans.org Reading http://www.pip-installer.org Best match: pip 1.1 Downloading http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz#md5=62a9 f08dd5dc69d76734568a6c040508 Processing pip-1.1.tar.gz Running pip-1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1Ognh8/pip-1. 1/egg-dist-tmp-5aNrw9 warning: no files found matching '*.html' under directory 'docs' warning: no previously-included files matching '*.txt' found under directory 'do cs/_build' no previously-included directories found matching 'docs/_build/_sources' 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-53087-2881f17e1ffc-linux/site-packages/pip-1.1-py2.7.e gg Processing dependencies for pip Finished processing dependencies for pip (pypy)root@aroldo-laptop:/opt/pypy/bin# Am 29.02.2012 23:01, schrieb Antonio Cuni:
On 02/29/2012 06:59 PM, Alex Gaynor wrote:
I ran into this recently and just ignored it, it seemed to work ok. However, I'm guessing it's a result of d4dee87e47cc.
it's, it's probably because of the autoflush. It should be fixed by f9f3b57f1300 which I just pushed, so tomorrow's nightly should already work well.
ciao, anto
participants (4)
-
Affleck, Melanie
-
Alex Gaynor
-
Antonio Cuni
-
Aroldo Souza-Leite