Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试设置 pyquery,但给我带来了困难。
有 .py 文件 setup.py ,从setuptools
setuptools
我还阅读了 lxml 可以代替那个,我已经安装了 lxml。
谁能指导我进行此安装。我也确实阅读了此链接
将文件夹 Pyquery 添加到 python27/lib/site-packages。
现在可以了。
PyQuery 只是 lxml 的 api 包装器。
安装 lxml 后,您可以轻松安装 pyquery
我猜你的问题是因为 setuptools 尝试安装 lxml 并在编译时失败