|
|
楼主 |
发表于 2021-12-3 20:12:29
|
显示全部楼层
[root@compute01 ~]# pip install "docker==4.4.4"
' ]7 R8 R# `5 HDEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/de ... s/#python-2-support pip 21.0 will remove support for this functionality.6 ^8 r/ l# X8 @: c% @# a2 v
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
; [1 D0 O! j- B ~Collecting docker==4.4.4
+ F- R* P7 i. P! B* i, f; z Downloading http://mirrors.aliyun.com/pypi/p ... y2.py3-none-any.whl (147 kB)" I& ^" _7 M z
|████████████████████████████████| 147 kB 16.5 MB/s
) p5 `! N6 r) P3 n( A7 u8 JRequirement already satisfied: six>=1.4.0 in /usr/lib/python2.7/site-packages (from docker==4.4.4) (1.16.0)6 O/ g& w1 J# F7 J( M
Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/lib/python2.7/site-packages (from docker==4.4.4) (2.26.0)3 `4 N6 j2 h8 M
Requirement already satisfied: websocket-client>=0.32.0 in /usr/lib/python2.7/site-packages (from docker==4.4.4) (1.2.1)0 p# q9 x* q1 S+ Y
ERROR: Package 'websocket-client' requires a different Python: 2.7.5 not in '>=3.6'
; y* {& |, D5 ?$ u[root@compute01 ~]# pip install -U websocket-client
* G( e, {: d7 j5 d# ODEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/de ... s/#python-2-support pip 21.0 will remove support for this functionality. B6 M, D2 W+ J0 x* ^
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/7 Q8 o) X6 z2 Y" K3 N3 Y
Requirement already up-to-date: websocket-client in /usr/lib/python2.7/site-packages (1.2.1)' x9 i# T; q: ^1 m
ERROR: Package 'websocket-client' requires a different Python: 2.7.5 not in '>=3.6'
" u8 A& x& z% ^3 n5 f: F! A% l[root@compute01 ~]# pip install -U "websocket-client"6 A4 ~. @; [9 H3 a3 b2 y
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/de ... s/#python-2-support pip 21.0 will remove support for this functionality.. P4 R7 p8 E( N3 ?( t7 v+ b8 U4 ]3 h/ @
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/" E- b' v+ c5 q Y# f% {- I
Requirement already up-to-date: websocket-client in /usr/lib/python2.7/site-packages (1.2.1)9 k- i5 g2 V2 R2 y2 n4 G
ERROR: Package 'websocket-client' requires a different Python: 2.7.5 not in '>=3.6'4 l E6 G+ [& Z: i
[root@compute01 ~]# pip install -U "websocket-client==0.59"
) J. Y3 i h. N- S& w( }- T: nDEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/de ... s/#python-2-support pip 21.0 will remove support for this functionality.
- M1 G( S5 ]- E# A$ zLooking in indexes: http://mirrors.aliyun.com/pypi/simple/$ l8 _# T$ S& p1 |4 f4 L
Collecting websocket-client==0.59
5 e; D( e) y" a Downloading http://mirrors.aliyun.com/pypi/p ... y2.py3-none-any.whl (67 kB)
1 B/ I+ Q7 {. ?- X' A |████████████████████████████████| 67 kB 14.5 MB/s 1 ]( D! V6 N2 \* [5 z# }
Requirement already satisfied, skipping upgrade: six in /usr/lib/python2.7/site-packages (from websocket-client==0.59) (1.16.0) N& |2 M! X, @, |/ J+ c% p+ S" ?
Installing collected packages: websocket-client3 l; N+ b- p; j4 z. [' \
Attempting uninstall: websocket-client
* @9 r# a1 l9 Q+ |$ B Found existing installation: websocket-client 1.2.1
; G4 b4 t/ S/ Z- y7 R5 c0 D Uninstalling websocket-client-1.2.1:" K1 T6 _7 J+ ^+ M! f3 t8 G8 w; K
Successfully uninstalled websocket-client-1.2.1
8 D& M( J6 e: W6 E9 K0 A- }; BSuccessfully installed websocket-client-0.59.0
V* s6 C* A1 Z- |2 O[root@compute01 ~]# pip install "docker==4.4.4"2 \0 C4 Y/ s5 C! j' I
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/de ... s/#python-2-support pip 21.0 will remove support for this functionality.
: F' g' d, q2 y. }Looking in indexes: http://mirrors.aliyun.com/pypi/simple/" }# u. X2 C9 y4 @" F7 l3 d) O
Collecting docker==4.4.4; ~, ?* E! a& s* m! ]9 c
Downloading http://mirrors.aliyun.com/pypi/p ... y2.py3-none-any.whl (147 kB)
2 Q! M' H% V6 p8 R* a+ @$ d- ? |████████████████████████████████| 147 kB 13.3 MB/s ) {9 u7 J0 W* |5 M+ G
Requirement already satisfied: six>=1.4.0 in /usr/lib/python2.7/site-packages (from docker==4.4.4) (1.16.0)/ L. u: e) O2 q9 @0 `
Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/lib/python2.7/site-packages (from docker==4.4.4) (2.26.0), e2 C! N& _. v: M0 G- C! c
Requirement already satisfied: websocket-client>=0.32.0 in /usr/lib/python2.7/site-packages (from docker==4.4.4) (0.59.0)
( k+ C; ?; e& t. F3 X3 Y, U9 ~Requirement already satisfied: backports.ssl-match-hostname>=3.5; python_version < "3.5" in /usr/lib/python2.7/site-packages (from docker==4.4.4) (3.7.0.1)/ K% w! d# H5 k W+ i: E5 P0 Z6 I
Requirement already satisfied: ipaddress>=1.0.16; python_version < "3.3" in /usr/lib/python2.7/site-packages (from docker==4.4.4) (1.0.16)
# P% ~3 D s3 S5 p- Y& NRequirement already satisfied: certifi>=2017.4.17 in /usr/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.4) (2021.10.8), A/ o+ F/ I, B4 n. R- ]" M/ F
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.4) (1.26.7)4 Y0 W, g5 K4 P: H4 M
Requirement already satisfied: idna<3,>=2.5; python_version < "3" in /usr/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.4) (2.10)
7 T% E% h Q! J9 QRequirement already satisfied: chardet<5,>=3.0.2; python_version < "3" in /usr/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.4) (4.0.0)
& \5 y! Q& X0 i1 G% xInstalling collected packages: docker
9 }1 A! D# t$ Y8 A, f: ISuccessfully installed docker-4.4.4 |
|