Top "Lxml" questions

lxml is a full-featured, high performance Python library for processing XML and HTML.

bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?

... soup = BeautifulSoup(html, "lxml") File "/Library/Python/2.7/site-packages/bs4/__init__.py", line 152, in __init__ % ",".join(features)) bs4.FeatureNotFound: Couldn't find …

python python-2.7 beautifulsoup lxml
libxml install error using pip

This is my error: (mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install lxml Downloading/unpacking lxml Running setup.…

python lxml pip
How to install lxml on Ubuntu

I'm having difficulty installing lxml with easy_install on Ubuntu 11. When I type $ easy_install lxml I get: Searching for …

python ubuntu lxml libxml2 easy-install
pip is not able to install packages correctly: Permission denied error

I am trying to install lxml to install scrapy on my Mac (v 10.9.4) ╭─[email protected] ~ ╰─➤ pip install lxml Downloading/…

python macos scrapy pip lxml
builtins.TypeError: must be str, not bytes

I've converted my scripts from Python 2.7 to 3.2, and I have a bug. # -*- coding: utf-8 -*- import time …

python python-3.x lxml
Installing lxml module in python

while running a python script, I got this error from lxml import etree ImportError: No module named lxml now I …

python lxml python-import
SyntaxError of Non-ASCII character

I am trying to parse xml which contains the some non ASCII cheracter, the code looks like below from lxml …

python encoding xml-parsing lxml non-ascii-characters
Flask example with POST

Suppose the following route which accesses an xml file to replace the text of a specific tag with a given …

python rest flask lxml
How to select following sibling/xml tag using xpath

I have an HTML file (from Newegg) and their HTML is organized like below. All of the data in their …

xml xpath lxml
Cannot install Lxml on Mac os x 10.9

I want to install Lxml so I can then install Scrapy. When I updated my Mac today it wouldn't let …

python xcode macos scrapy lxml