作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经为 PyPy 创建了一个 virtualenv:
virtualenv test -p `which pypy`
source test/bin/activate
我安装了以下依赖项:
sudo apt-get install python-dev libxml2 libxml2-dev libxslt-dev
然后我运行:
pip install --upgrade pypy
结果我得到了很多类似这样的错误:
src/lxml/lxml.etree.c:234038:22: error: `PyThreadState` {aka struct _ts}` has no member named `use_tracing`
如何为 PyPy 2.6.0 正确安装 lxml?
最佳答案
我为 PyPy 使用了以下 lxml 分支:
https://github.com/aglyzov/lxml/tree/cffi
它可以安装:
pip install -e git+git://github.com/aglyzov/lxml.git@cffi#egg=lxml-cffi
关于lxml - 如何为 PyPy 安装 lxml?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34166494/
我是一名优秀的程序员,十分优秀!