首页 > 其他 > 详细

pyquery 安装

时间:2017-08-21 15:19:43      阅读:340      评论:0      收藏:0      [点我收藏+]

取得网页源代码,导入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 安装

原文:http://www.cnblogs.com/tian-sun/p/7404455.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!