How can I set up lxml and pypy on Yosemite?

后端 未结 1 681

I wanted to do some learning with lxml and pypy, so I decided to get it set up on my Yosemite Mac. But after three days of trying, I still haven\'t been able to try lxml, becaus

相关标签:
1条回答
  • 2021-01-25 18:26

    PyPy does not work with lxml (at least not very well, even if it accidentally does), due to lxml being built on top of Cython which uses CPython C API bindings. Consider using lxml-cffi instead https://github.com/amauryfa/lxml/tree/cffi

    0 讨论(0)
提交回复
热议问题