pyquery 安装
Posted taiyang2014
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pyquery 安装相关的知识,希望对你有一定的参考价值。
取得网页源代码,导入pyquery库
pip3 install pyquery
如果报错的话:python安装pyquery报错error: ‘libxml/xmlversion.h‘ file not found
xcode-select --install
sudo C_INCLUDE_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2/libxml:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include pip3 install lxml
pip3 install pyquery
以上是关于pyquery 安装的主要内容,如果未能解决你的问题,请参考以下文章