[pypy-dev] Problem with PyPy3 and lxml

Philip Jenvey pjenvey at underboss.org
Sat Sep 27 19:22:09 CEST 2014


On Sep 25, 2014, at 9:01 AM, Eugenio Cano-Manuel Mendoza <eugeniocanom at gmail.com> wrote:

> Hello,
> 
> I'm currently trying to install lxml inside a virtual environment using PyPy3 (pypy3 2.3.1). During the compilation part, lxml fails to build. I asked on #pypy and they pointed me to lxml-cffi but it fails to build as well (error message here http://pastebin.com/LUw3FrDK). It works without a problem using PyPy 2.2.*, but it doesn't have Python 3 support.

Hey there,

The crash you’re seeing has been fixed in 5f38597ef8a9 and will be in the PyPy3 2.4 release coming shortly.

With the fix, lxml-cffi unfortunately still won’t install, however. It appears to have at least some Py 2 only code that needs porting to 3.

--
Philip Jenvey



More information about the pypy-dev mailing list