CentOS/Linux Python 2.7 离线安装 Requests 库解决离线安装问题。
root@mwcollector1 externalscripts]# cat /etc/os-release
NAME=“Kylin Linux Advanced Server”
VERSION=“V10 (Sword)”
ID=“kylin”
VERSION_ID=“V10”
PRETTY_NAME=“Kylin Linux Advanced Server V10 (Sword)”
ANSI_COLOR=“0;31”
这是我系统的版本,由于是公司内网环境,由于缺少联网环境。
提示了这个错误
root@mwcollector1 externalscripts]# python ManageOne1.py oc.cd-caacsri-1.caacsricloud.com maowei_api_user ‘Mx(6oTg=Quote7NDebra’ vm
Traceback (most recent call last):
File “ManageOne1.py”, line 5, in
import requests
ImportError: No module named requests
[root@mwcollector1 externalscripts]#
现在需要安装requests。由于python的版本是以下:
python --version
Python 2.7.18
为了适应,需要安装setuptools,pip,certifi,chardet,idna,urllib3,requests。
对于 Python 2.7.18,以下是各个包需要安装的合适版本(这些版本都是相互兼容的最后稳定版本):
1.setuptools:
setuptools==44.1.1 # 最后支持 Python 2.7 的版本