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
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
(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.