amauryfa / lxml

lxml-cffi is a PyPy-friendly port of lxml, based on cffi
21 stars 10 forks source link

Install errors #11

Closed Overv closed 8 years ago

Overv commented 8 years ago

I've created a virtualenv for PyPy and tried to install lxml from this repository:

pip install -e git+git://github.com/aumaryfa/lxml.git@cfffi#egg=lxml-cffi

And I get a lot of errors like this:

src/lxml-cffi/__pycache__/_cffi__g65f9f103xa680a747.c:7845:8:  error: `XML_RELAXNG_OK` undeclared (first use in this function)

What am I doing wrong?