No module named 'lxml' Windows 8.1

Every code online refers to sudo apt-get #whatever#, but the windows do not have this feature. I heard about something called Powershell, but I opened it and have no idea what it is.

I just want to get a simple environment and lxml so that I can get rid of websites.

+4
source share
2 answers

Try downloading the package lxmlfrom here , then at the command prompt, type:

pip install path/to/lxml_package_file

For example, after loading lxml‑3.5.0‑cp35‑none‑win_amd64.whl, since I have Python 3.5 in a 64-bit Windows window, I print the following commands:

cd path/to/lxml_file
pip install lxml‑3.5.0‑cp35‑none‑win_amd64.whl

Then he must establish a penalty.

+4
source

pip install lxml. , python. , , pip pip install lxml .

pip , , python.

0

Source: https://habr.com/ru/post/1616671/


All Articles