
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. Cheers, Eugenio

Hi, On 25 September 2014 18:01, Eugenio Cano-Manuel Mendoza <eugeniocanom@gmail.com> wrote:
(error message here http://pastebin.com/LUw3FrDK)
A bug of PyPy3. Please report it to our bug tracker. I don't know if it's already known or already fixed, though. A bientôt, Armin.

On Sep 25, 2014, at 9:01 AM, Eugenio Cano-Manuel Mendoza <eugeniocanom@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

Hi, On 25 September 2014 18:01, Eugenio Cano-Manuel Mendoza <eugeniocanom@gmail.com> wrote:
(error message here http://pastebin.com/LUw3FrDK)
A bug of PyPy3. Please report it to our bug tracker. I don't know if it's already known or already fixed, though. A bientôt, Armin.

On Sep 25, 2014, at 9:01 AM, Eugenio Cano-Manuel Mendoza <eugeniocanom@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
participants (3)
-
Armin Rigo
-
Eugenio Cano-Manuel Mendoza
-
Philip Jenvey