Answer the question
In order to leave comments, you need to log in
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
Download the lxml version for your version of python from www.lfd.uci.edu/~gohlke/pythonlibs and install with
pip install <filename>
Install from here www.lfd.uci.edu/~gohlke/pythonlibs (Unofficial Windows Binaries for Python Extension Packages)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question