In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
How to install Python pip third-party extension package in offline environment? For this problem, this article introduces the corresponding analysis and solution in detail, hoping to help more small partners who want to solve this problem find a simpler and easier way.
Note: If the following method fails, then the pre-dependent package must not be installed. Find the dependent package, download it and install it using the following method until all pre-dependent packages are installed.
Python pip packages generally have the following formats
tar.gz
zip
whl
tar.gz package offline installation
decompression
cd to setup.py directory
Run python setup.py install under cmd or powershell
or
cd directly to the directory where the tar.gz file is stored under cmd or powershell
Run pip install xxxx.tar.gz
Zip Pack offline installation
decompression
cd to setup.py directory
Run python setup.py install under cmd or powershell
Whl package offline installation
cd directly to the directory where the tar.gz file is stored under cmd or powershell
Run pip install xxxx.whl
About the installation of Python pip third-party extension package in offline environment is what kind of question answer to share here, I hope the above content can have some help for everyone, if you still have a lot of doubts not solved, you can pay attention to the industry information channel to learn more related knowledge.
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.