V
V
Viktor Yurchenko2016-09-22 17:55:33
Python
Viktor Yurchenko, 2016-09-22 17:55:33

Python. Error when installing LXML package, I write “pip install lxml” in the console, I use OS Windows. What to do?

I found a recommendation that you first need to install dependencies:
apt-get install libxml2-dev libxslt-dev python-dev lib32z1-dev
But I don’t understand how to do this.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andy_U, 2016-09-23
@Witosser

Download the lxml version for your version of python from www.lfd.uci.edu/~gohlke/pythonlibs and install with
pip install <filename>

S
Sergey, 2016-09-22
@ktulu

Install from here www.lfd.uci.edu/~gohlke/pythonlibs (Unofficial Windows Binaries for Python Extension Packages)

E
Emil Revencu, 2016-09-22
@Revencu

Install a smaller version like this:
pip install lxml==3.6.0

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question