易陆发现互联网技术论坛

 找回密码
 开始注册
查看: 343|回复: 0
收起左侧

pip 更新podman版本处理过程

[复制链接]
发表于 2023-2-11 11:03:25 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?开始注册

x
[root@controller ~]# pip install --upgrade  podman
' Q( H' w7 R: K; }; uWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
/ l4 b4 r, U8 G* o2 Z, gPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.$ L& {5 c6 f/ e& e% C# @
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.6 B) D6 O9 u* p) L( \0 C; E) E
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/7 |4 D: g* w5 k  |9 T  t
Requirement already satisfied: podman in /usr/lib/python3.6/site-packages (4.2.0)
6 u# ?6 o0 \) U# UCollecting podman
" ^2 ]: C& ]* |/ V3 R; O  Downloading https://mirrors.tuna.tsinghua.ed ... .0-py3-none-any.whl (91 kB)8 I. N+ f/ o8 c, L& ^# ]
     |████████████████████████████████| 91 kB 3.9 MB/s            
5 o+ r' r# `  W% ECollecting tomli>=1.2.3- ~) `1 r% v: J7 y! |/ I
  Downloading https://mirrors.tuna.tsinghua.ed ... .3-py3-none-any.whl (12 kB)7 f" B" u; y4 G& ~+ C
Collecting urllib3>=1.26.5, _* g8 i, U' R8 _$ [/ U
  Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (140 kB)1 I9 m' Z+ }4 t
     |████████████████████████████████| 140 kB 2.6 MB/s            5 i5 y( E: E$ F3 t8 z, ?/ t& C
Collecting pyxdg>=0.26' c8 u8 ]* w; g2 O% a
  Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)
) M6 J! e4 E2 c     |████████████████████████████████| 49 kB 5.6 MB/s            
) o4 v) x! T/ ^6 L6 L2 f1 ^; P, }Collecting requests>=2.24
+ d% l/ b7 d4 a. m+ Z  D  Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (63 kB)" N8 ]& ], W0 t
     |████████████████████████████████| 63 kB 3.7 MB/s            
- M3 \# B, `; s1 t& V. eRequirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.6/site-packages (from requests>=2.24->podman) (2.5)5 V6 N& r$ R4 L! P" [* A; ~0 [  ?
Collecting charset-normalizer~=2.0.0
- P2 \3 B( I9 T  {0 p; q- S% n  Downloading https://mirrors.tuna.tsinghua.ed ... 12-py3-none-any.whl (39 kB). V, o/ i0 N- f
Collecting certifi>=2017.4.17
; d. _. Y( L. Z# i7 J3 V  Downloading https://mirrors.tuna.tsinghua.ed ... .7-py3-none-any.whl (155 kB)
8 U0 r6 ^& p! e" k8 o  w/ S     |████████████████████████████████| 155 kB 4.9 MB/s            & v) m$ c8 ^. z; T' \- e2 w
Installing collected packages: urllib3, charset-normalizer, certifi, tomli, requests, pyxdg, podman
% T1 _) c, Z2 o  Attempting uninstall: urllib3
$ K6 Q/ c! F$ d+ B. }' ~    Found existing installation: urllib3 1.24.2
) g3 D) |, b- ~    Uninstalling urllib3-1.24.2:
7 d& X( D1 ~" h) q5 `- p  q! H% y      Successfully uninstalled urllib3-1.24.2# I# Z- A) [/ q
  Attempting uninstall: requests: h& U, V, p/ D, e5 u8 d
    Found existing installation: requests 2.20.0
6 L+ e9 n, D) Z) w- H& n" o    Uninstalling requests-2.20.0:
- k0 S; x  F& B% m; `      Successfully uninstalled requests-2.20.0: E/ o5 E$ [8 r; I
  Attempting uninstall: pyxdg" Z6 O& n0 O* f' d; M0 z- c- B7 |
    Found existing installation: pyxdg 0.25, |1 g  ~  v0 \$ k0 ^& U1 L
ERROR: Cannot uninstall 'pyxdg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
# [. L. J. E3 }3 P+ z+ N[root@controller ~]# pip install -U requests  M( G, A0 G( X/ F2 Y% B
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
6 k: l9 O  P( X5 o" _. ePlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
1 e. W; u% j4 F/ J- Q+ N6 s" MTo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
; h4 R3 j* m# s9 ^( c7 E& R- W* nLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
6 e5 p* U) a$ ?+ y: W( R% `Requirement already satisfied: requests in /usr/local/lib/python3.6/site-packages (2.27.1)5 F# E' c$ ?" Q1 Y: Q! g9 @
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests) (1.26.14)
. D+ R1 G& f5 i( ^0 x  s+ H# |Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests) (2022.12.7)
0 _( |0 N/ F  {5 l8 _Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests) (2.0.12)3 a8 ^5 T- e# Z4 ^' H  U# }
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.6/site-packages (from requests) (2.5)0 P. J9 U$ ?6 r
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv( E( S& P! K( X  X0 t* b
[root@controller ~]# pip install --upgrade  pyxdg
, p6 w( y! o1 E) T2 @WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.! K6 C8 J' B% M2 f3 }0 N
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
& T2 u! ~' {, R" gTo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
/ M8 G) d- I. X- l9 y+ J/ GLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
5 y7 M/ X2 l" v  c' A* y' K8 @Requirement already satisfied: pyxdg in /usr/lib/python3.6/site-packages (0.25)
" L  c* Z3 M+ B5 \8 ]" B. I4 lCollecting pyxdg
) T' j3 S6 Q6 z: V3 z" ?" W  Using cached https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)
) Z' J$ J/ q8 w2 ?! r$ H: Z+ `; JInstalling collected packages: pyxdg3 {$ u7 o5 ^+ Q# }, ?  ^% p
  Attempting uninstall: pyxdg
( z) m3 b8 {6 z9 A( ^/ s! r% v    Found existing installation: pyxdg 0.25
. S; E1 T! ?2 _2 KERROR: Cannot uninstall 'pyxdg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
# R. Z, l# M. b: d[root@controller ~]# pip install --upgrade  pyxdg<0.25
2 E! O$ k% E: \5 L. q: H8 g-bash: 0.25: No such file or directory" c7 J! W9 J1 Y8 H% F2 g- y
[root@controller ~]# pip install --upgrade  "pyxdg<0.25"% U3 ?+ B, ^; j( W
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.. I3 p5 \/ h# V& \3 Z3 L+ f
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.6 t4 Q! @9 u! r- W) O% ~
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
; |: w. L" T5 jLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
+ [  X- F# R+ g; fCollecting pyxdg<0.25
3 O+ e, u# h# o, d0 m, j; B2 `; Z& W  Downloading https://mirrors.tuna.tsinghua.ed ... 3/pyxdg-0.24.tar.gz (47 kB)! ~! \) h/ ]+ |( @* u. T6 s
     |████████████████████████████████| 47 kB 2.4 MB/s             / ?& G  B4 n5 N1 Y. D
  Preparing metadata (setup.py) ... done
' [# q6 ^( @7 H. g% e, JUsing legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed.
2 W2 G+ B" c4 J1 W  |" C! cInstalling collected packages: pyxdg
: }* b7 I& P/ C* o1 E, S! |  Attempting uninstall: pyxdg7 P. K+ f8 Q' {8 W+ ~7 x4 x0 B
    Found existing installation: pyxdg 0.25
/ F4 B7 T! u/ cERROR: Cannot uninstall 'pyxdg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
" @, S& u/ x1 r- R. [[root@controller ~]# pip install -U  "pyxdg<0.25"
+ J' G. j$ R$ ~: x  x" \  F2 NWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.( I& S6 c+ V1 T4 ^& x* D
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.! \, v+ Y" @+ D* ~9 J8 G
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
) F. }/ M. k7 e, \* f+ CLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
) C$ J& V2 b% T3 ECollecting pyxdg<0.25
# Z8 E6 M8 s5 }" R3 w  Using cached https://mirrors.tuna.tsinghua.ed ... 3/pyxdg-0.24.tar.gz (47 kB)' D& y5 Z& y. l
  Preparing metadata (setup.py) ... done# y" s, c9 _' ~3 u$ e) }5 H% {6 t
Using legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed.
  x: P7 y4 s2 _7 k6 G! l7 ?" TInstalling collected packages: pyxdg
1 {8 D& S7 p- C1 \: H# ?; z  Attempting uninstall: pyxdg, I5 W2 R! G+ ~. I" c0 F2 y  A! j0 H9 Z
    Found existing installation: pyxdg 0.25
% C4 W- _7 Z- F* w# o' Y" ^ERROR: Cannot uninstall 'pyxdg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall." O  n2 {! W" n4 J2 P
[root@controller ~]# pip install -I  "pyxdg<0.25"
/ L0 n$ T5 m# D  j( ?9 \+ {! iWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.: `( H5 l* Y* p3 V3 n: o1 e( Y2 }
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue." X) a. @: G' S" W" Q3 Y" Z
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
+ [2 `( H3 W7 s( RLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/' V0 b' d7 R5 d' r1 {
Collecting pyxdg<0.258 K5 W$ D; r6 j  u1 Z! i
  Using cached https://mirrors.tuna.tsinghua.ed ... 3/pyxdg-0.24.tar.gz (47 kB)
- M- k' O: d( O% H/ _  Preparing metadata (setup.py) ... done3 V: J9 n* ?* r. _. [
Using legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed./ F2 Z, Q  ^+ b" a: M% P7 M
Installing collected packages: pyxdg% v) h& ~" E) s9 ^) h' b( ?. Z! v: J; H
    Running setup.py install for pyxdg ... done
4 v2 a  @! f4 I+ D$ y; V) m9 nERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.3 H2 K: q" U& j7 t! O4 w
podman 4.2.0 requires toml>=0.10.2, which is not installed.) i; C! Z& S( v$ ?2 q+ y
podman 4.2.0 requires pyxdg>=0.26, but you have pyxdg 0.24 which is incompatible.- H' Q" D4 ?9 y$ e3 L0 z, U
Successfully installed pyxdg-0.24/ q6 h3 l) [/ s: z$ R" l2 r
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv* y) l7 Y& b% j% L) z  V0 e$ d
[root@controller ~]# pip install -I  "pyxdg<0.24"& M* R& d$ e& l$ U
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.9 N* G7 v# u. [  B+ E' K) o; U
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.! K* A7 r- F' Y
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.% q8 Z! m! ?) Y9 w
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/- i3 V& _3 {3 S0 N
Collecting pyxdg<0.24
) d, @) `" u4 v  Downloading https://mirrors.tuna.tsinghua.ed ... a/pyxdg-0.23.tar.gz (45 kB)
$ d7 F; ]7 Y. U7 b0 y$ _     |████████████████████████████████| 45 kB 10.7 MB/s            
0 F) `; p& S' `2 K" `+ ^' C  Preparing metadata (setup.py) ... done* g, S" j/ B5 B5 w7 r2 k4 {3 i
Using legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed.6 H( o; W; C' n' S
Installing collected packages: pyxdg
1 T' `% p0 G+ h* j/ D    Running setup.py install for pyxdg ... done
9 \# X% D+ R* F/ xERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
" R& r' ~. G3 u2 E! s, q3 }( v. tpodman 4.2.0 requires toml>=0.10.2, which is not installed.
+ G8 G& |6 S& R. {' z1 s- \1 wpodman 4.2.0 requires pyxdg>=0.26, but you have pyxdg 0.23 which is incompatible.
7 W. Y' }$ }6 G& QSuccessfully installed pyxdg-0.24/ e# f7 v% c1 X/ r2 z
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
. `$ l6 @  h/ Z, @+ m# E[root@controller ~]# pip install -I  "pyxdg>0.25", ?+ i' B) C* t6 v* m4 \: e
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip." M) D7 \3 q# U7 k
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue./ u! t2 m# _% U  M8 e; E5 j
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.+ @* z! J' i% E
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
9 q) n6 E! r/ x' w$ O4 O* j* TCollecting pyxdg>0.25
3 L, N) l- K) ~  Using cached https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)0 f9 g! T( a3 u* K& G" s- |
Installing collected packages: pyxdg
# `  u2 t6 g9 A% s) c1 dERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.  t3 t! h/ |$ N3 n" |
podman 4.2.0 requires toml>=0.10.2, which is not installed.& I5 j: Q) E( n# r# J
Successfully installed pyxdg-0.28* P/ r4 p7 Z. N( X! l+ D( t# i: t
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv, i3 J1 x$ D# ]) Z
[root@controller ~]# pip install -i toml
. R9 L* h4 d* T; S' jWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
! \. q1 `& |4 _, }( |' w3 I% FPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
. B, l  M6 L( {& B+ r" R9 [6 wTo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.  S1 y: b! g1 x# m* |
ERROR: You must give at least one requirement to install (see "pip help install"); V: @1 n. p7 p: r
[root@controller ~]# pip install -I toml
  M& v- ?4 ~$ K% uWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
+ V& p6 r" m( y! K' pPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.  y; D' |' G+ E6 U2 {! Y5 V1 P
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.5 H. ]  z. k( j/ q* e/ }; n
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/. N  G% d0 r: K  j' c
Collecting toml8 B/ }( k! {. R; O2 K
  Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (16 kB)0 X. O" S: U% u, J
Installing collected packages: toml
0 R5 l" g2 S1 o! Z8 @2 J" [# O: iSuccessfully installed toml-0.10.2
# Y2 u+ v0 {0 Z- e! b, ~WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
# |% Q! D) h0 Y1 S5 `2 K[root@controller ~]# pip install -I  "pyxdg>0.25"
, p) V" R2 k' ?& t! EWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
+ C+ w  N4 B, u2 g4 lPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue./ C3 u$ n- z- l  S  P/ p' l+ j! T
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
8 E" E7 \5 ~$ o  E7 J6 S, MLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/8 I- y( k! G2 {
Collecting pyxdg>0.25, Z9 g" t* i- w4 u/ y6 Y0 Y( O7 z
  Using cached https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)
* v. T- W" q* U: ~0 q- tInstalling collected packages: pyxdg
: q3 r! {" o" R; OSuccessfully installed pyxdg-0.283 h4 z! q1 v) d
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv) g; }2 _# f6 {* G8 j
[root@controller ~]# pip install --upgrade  podman
% v" t5 r7 K# F% x8 j8 S, QWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.! C+ Y3 u  i' t* R# U3 Y/ Q# K
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.7 u' [7 ]. A( r: P# T: ~  X5 v
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
) x9 f! p" I7 C4 z; l/ M5 C/ fLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
9 U$ m; S1 M: jRequirement already satisfied: podman in /usr/lib/python3.6/site-packages (4.2.0)' Q: j1 |% b6 c
Collecting podman
1 H& k: X/ [2 I2 I0 x. s2 @  Using cached https://mirrors.tuna.tsinghua.ed ... .0-py3-none-any.whl (91 kB)
- ~  _4 p% z; q& F( T6 h  |Requirement already satisfied: tomli>=1.2.3 in /usr/local/lib/python3.6/site-packages (from podman) (1.2.3)/ E1 W4 g6 G" c( o/ \' T/ k
Requirement already satisfied: pyxdg>=0.26 in /usr/local/lib/python3.6/site-packages (from podman) (0.28)* n6 e  h9 v) `  G( A
Requirement already satisfied: urllib3>=1.26.5 in /usr/local/lib/python3.6/site-packages (from podman) (1.26.14)
  y$ w" G% e$ dRequirement already satisfied: requests>=2.24 in /usr/local/lib/python3.6/site-packages (from podman) (2.27.1)
+ P6 q+ y' S/ V/ h7 Z8 a" c9 R3 BRequirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.6/site-packages (from requests>=2.24->podman) (2.5)
4 o; _( Y* j/ BRequirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests>=2.24->podman) (2022.12.7)3 y$ V* K; D( ]9 L9 F2 Q
Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests>=2.24->podman) (2.0.12)
1 |6 t( O9 P+ F  `5 x! p# ~* TInstalling collected packages: podman  [5 f3 C+ L+ ~/ s0 N
  Attempting uninstall: podman
! W+ N7 t, Z0 b, o    Found existing installation: podman 4.2.0
1 j/ B  s5 E% x9 C( a% b! H/ C* v    Uninstalling podman-4.2.0:! v3 K( L  L6 u* B1 l( e$ X
      Successfully uninstalled podman-4.2.0
- [& I+ S; }2 X) s* H" B0 zSuccessfully installed podman-4.4.03 k. R/ l* B5 j# {9 p. h2 a
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
7 o4 Z8 N2 ~. l5 P+ `1 E[root@controller ~]# pip list
( D( V" n! R( l) D6 _2 d' \* @WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.3 N$ g. @2 C7 r
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.5 ]+ l! \2 ^2 H
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.! U; [6 i' {# i+ n/ o% G9 q4 I
Package             Version/ S: T2 U4 T0 T9 ^- ~8 {
------------------- ---------* ]% P) l4 [& f8 w) ]- U  P5 A+ F% L
certifi             2022.12.7
8 O" h: |% j# qchardet             3.0.4
3 \! n0 g1 d4 O* U# K) {charset-normalizer  2.0.122 A7 Z9 \4 j6 h1 |) M, H6 B
dbus-python         1.2.4" O: l( T& M+ i, _2 T% J
decorator           4.2.1
5 `" h  J9 V7 d" D' sgpg                 1.13.1
  ~1 Z# U3 j5 x) C. ridna                2.5
8 H$ U# O, W" I5 i, P6 s1 ulibcomps            0.1.18! u* r7 c8 R5 n4 |( F
nftables            0.1( @1 @" B- v. r8 R* b  B% n
pbr                 5.11.1
4 ^0 V" f0 l0 Uperf                0.1+ u1 Y# I: C4 K! t
pip                 21.3.16 t7 H( e! p' q* R9 V
podman              4.4.0# S% b- D$ ?6 V- s' t
PyGObject           3.28.3( Q. Y3 h  B6 C  T
PySocks             1.6.8" U# ]' a9 `% d4 l
python-dateutil     2.6.1
9 R, x0 D/ P. u; ?$ {python-linux-procfs 0.7.0
1 |3 A" j2 D2 T3 ^- lpytoml              0.1.14
  m! |, z% x& d' p; z' @pyudev              0.21.06 Z' C9 {: R3 s; q# W
pyxdg               0.28
* ~* A; O$ q" J: J9 a! Brequests            2.27.14 B$ I2 }' X0 T4 N' X" w# d
rpm                 4.14.3% S; b& o  y$ o" W3 P' B
selinux             2.9
, ~% {* j6 q2 p8 q8 Fsepolicy            1.13 e+ U6 W! D& g! M+ B
setools             4.3.0& \& t, |4 T; w3 N
setuptools          39.2.0( q2 Q# [; q9 A( ^+ ~5 @2 P
six                 1.11.0
2 V8 n+ ]" O$ e& j; I, Vslip                0.6.4
" K. t* I6 E7 c2 e6 a* cslip.dbus           0.6.41 F6 d/ h( K$ B; P" H
syspurpose          1.28.28
, ?. i( V  A* qtoml                0.10.2; k4 ]# i2 x* i( U" s. ^
tomli               1.2.39 n+ b/ b5 u& ?6 a+ a9 A
udica               0.2.6- X4 m  o( x4 M. u3 P
urllib3             1.26.14
0 }. d1 U# F$ s+ p6 m8 `. p, V8 [
. u/ m% A' w# ?3 z
6 O: `2 N0 J0 u5 ]
您需要登录后才可以回帖 登录 | 开始注册

本版积分规则

关闭

站长推荐上一条 /4 下一条

北京云银创陇科技有限公司以云计算运维,代码开发

QQ|返回首页|Archiver|小黑屋|易陆发现技术论坛 ( 蜀ICP备2026014127号-1 )点击这里给我发消息

GMT+8, 2026-4-9 01:11 , Processed in 0.055116 second(s), 22 queries .

Powered by Discuz! X3.4 Licensed

© 2012-2025 Discuz! Team.

快速回复 返回顶部 返回列表