Closed Overv closed 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?
I've created a virtualenv for PyPy and tried to install lxml from this repository:
And I get a lot of errors like this:
What am I doing wrong?