Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
lxml
#1
I want to explore xpath queries to parse large set of xmls.

Would you please let me know from where I shall install lxml?

I am on Windows 10.

I had gone through the tutorial http://lxml.de/

But instructions are not clear to me.

SaiRam
Reply
#2
Hello,

I have downloaded the lxml-3.6.0.win-amd64-py3.4.exe (md5) from the web site https://pypi.python.org/pypi/lxml/3.6.0

I have Python 3.6.2 64 install

When I tried to install lxml-3.6.0.win-amd64-py3.4.exe (md5), I got an error -- "Python version 3.4 is required which is not found in your registary"

Any clue how to resolve this

SaiRam
Reply
#3
(Dec-06-2017, 10:52 PM)sairam132033 Wrote: I have Python 3.6.2 64 install
Take a look at Python 3.6 and pip installation under Windows, part-2
For Python 3.6 and pip 9.0.1 do this work now pip install lxml.

Your link is for a older version that use Python 3.4.
Here is the newest,there are no more .exe install only wheel.
If want to use wheel it's pip install lxml-4.1.1-cp36-cp36m-win_amd64.whl for you.
The wheel is also here.
Reply
#4
(Dec-06-2017, 10:21 PM)sairam132033 Wrote: I want to explore xpath queries to parse large set of xmls.
Web-Scraping part-1
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  lxml - etree/lxml need help storing variable for most inserted element goeb 0 2,555 Apr-01-2019, 03:09 AM
Last Post: goeb

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020