Install Python module under Windows using PIP lxml

Source: Internet
Author: User

install lxml
    • 1
    • 1

The following questions can be found:

As a result, the solution to a pit or a pit, so give up, find there is no other solution.
Pro-Test using WHEEL+PIP can be successfully installed lxml!

Wheel is essentially a ZIP package format that uses the. WHL extension for the installation of the Python module, which appears to replace the Eggs.

1. Installing Wheel
    install wheel
    • 1
    • 1
2. Download the installation file

There are many Python expansion pack installation files on the page, find the download path for lxml, and select the appropriate installation file-download path:

3. Installing lxml

Install lxml using an absolute path, similar to:

pip install C:\Users\light\Downloads\lxml-3.6.4-cp27-cp27m-win_amd64.whl
    • 1
    • 1

The results are as follows:

4. Testing

Perfect solution! Call it

Reprint |:http://blog.csdn.net/wang_shen_tao/article/details/52744515

Install Python module under Windows using PIP lxml

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.