Y
Y
yaroslavbahat42020-07-18 03:24:22
Python
yaroslavbahat4, 2020-07-18 03:24:22

Why is lxml not installed?

Why doesn't pip install lxml
Outputs:

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kuts, 2020-07-18
@yaroslavbahat4

You didn't specify a system or an error - so let's look at the dummies' problems with installing packages on a windows system:
The fastest way is for a package to compile, and you don't have the appropriate compilers installed.
In this case, you can install an already compiled package:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question