I\'m trying to install lmxl on my Windows 8.1 laptop with Python 3.4 and failing miserably.
lmxl
First off, I tried the simple and obvious solution: pi
pi
From the distributer's website, the correct command is:
pip install lxml==3.4.4
Of course, update version number to match the latest version.
Reference: https://pypi.org/project/lxml/3.4.4/