In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article is about how pip installs the python module. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
The installation of the python module is still very simple, as long as the pip is installed and everything is done with one command. If you are using Python 2 > = 2.7.9 or Python 3 > = 3.4 downloaded from python.org, then pip is already installed. 1....
The installation of the python module is still very simple, as long as the pip is installed and everything is done with one command.
If you are using Python 2 > = 2.7.9 or Python 3 > = 3.4 downloaded from python.org, then pip is already installed.
1. To install pip, you need to download and install setuptools first, otherwise prompt: ImportError: No module named setuptools. Setuptools
Download address https://pypi.python.org/pypi/setuptools#downloads
After downloading and decompressing, cd to the unzipped directory, and execute python setup.py install to complete the setuptools installation.
two。 Then you can download pip.
Download address: https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz
Also extract and cd to the decompressed directory, and execute python setup.py install
After pip is installed, you can start using pip install to install the required python packages.
Thank you for reading! This is the end of the article on "how to install the python module in pip". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it out for more people to see!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.