Python Install module error (No module named setuptools) workaround

Source: Internet
Author: User

Python's third-party module typically comes with setup.py files, and in a Windows environment, we only need to use the following command at the command line to automate the installation

Python setup.py Install

The error message "Importerror:no module named Setuptools" may appear during installation because Python does not have the Setuptools module installed by default in the Windows environment, which is also a third-party module. Simply download the https://bootstrap.pypa.io/ez_setup.py Automation installation script and run it to automatically identify the Python version for automated installation before running the Python setup.py install can automatically install third-party modules.

Python Install module error (No module named setuptools) workaround

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.