[pypy-issue] [issue735] Unable to install Twisted via easy_install

Jacek Furmankiewicz tracker at bugs.pypy.org
Fri Jun 3 00:03:10 CEST 2011


Jacek Furmankiewicz <jacek99 at gmail.com> added the comment:

Messages
msg2589 (view)	Author: jfurmankiewicz	Date: 2011-06-02.21:47:59	

Installed latest Pypy 1.5 on Ubuntu 10.10:


Python 2.7.1 (b590cf6de419, Apr 30 2011, 02:00:38)
[PyPy 1.5.0-alpha0 with GCC 4.4.3] on linux2

Then installed 'pypy distribute_setup.py' to get easy_install.

Next tried to install twisted
'pypy -m easy_install twisted'

Gets to download it, but hangs at the very end and never completes. Verified 
this on one PC with Ubuntu 10.10 and on a laptop with 11.04

pypy -m easy_install twisted
Searching for twisted
Reading http://pypi.python.org/simple/twisted/
Reading http://twistedmatrix.com/
Reading http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/
Reading http://www.twistedmatrix.com
Reading http://twistedmatrix.com/products/download
Reading http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/
Reading http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/
Reading http://tmrc.mit.edu/mirror/twisted/Twisted/9.0/
Reading http://twistedmatrix.com/projects/core/
Best match: Twisted 11.0.0
Downloading http://pypi.python.org/packages/source/T/Twisted/Twisted-
11.0.0.tar.bz2#md5=d7f94a1609a1b8f3b8c8d0146d4cfe54
Processing Twisted-11.0.0.tar.bz2

Just hangs on that last line, never completes.

Checked via htop, was running a long time, very busy consuming 80/90% CPU...but 
never actually completing

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue735>
________________________________________


More information about the pypy-issue mailing list