Couldn't find a tree builder with the features you requested: lxml 问题解决

来源:互联网 发布:苹果mac怎么更新不了 编辑:程序博客网 时间:2024/05/22 13:33

Python 模块bs4引用报错
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml
使用pip和easy_install 安装都安装不成功,后来查到网上的安装lxml的方法解决了这个问题
具体方法查看: http://www.jb51.net/article/67125.htm

0 0