找回密码
 注册
查看: 347|回复: 0

pip 更新podman版本处理过程

[复制链接]

1

主题

0

回帖

12

积分

管理员

积分
12
QQ
发表于 2023-2-11 11:03:25 | 显示全部楼层 |阅读模式
[root@controller ~]# pip install --upgrade  podman ' }9 j$ B' ^; Z$ U
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.- y) C1 H" _  l; q& }; j
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.( p1 }5 l5 S& f' Z% I$ O; X
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.0 G1 Y! H  v; b) m- ~
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
5 R3 ^7 F9 i  KRequirement already satisfied: podman in /usr/lib/python3.6/site-packages (4.2.0)
! T/ u4 Z2 s" iCollecting podman2 }2 ^+ u7 y: u$ P1 j+ s
  Downloading https://mirrors.tuna.tsinghua.ed ... .0-py3-none-any.whl (91 kB)- J: b1 d7 d  W9 e
     |████████████████████████████████| 91 kB 3.9 MB/s            
" B8 v6 r. }/ n; I! i2 j" bCollecting tomli>=1.2.3
8 r) H! ~2 H' |6 E* g  V  Downloading https://mirrors.tuna.tsinghua.ed ... .3-py3-none-any.whl (12 kB)- Z# o1 y( r* n& `
Collecting urllib3>=1.26.5
# z$ g, G9 Y  i9 y0 R  Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (140 kB)
2 X: |9 o6 J  r5 r     |████████████████████████████████| 140 kB 2.6 MB/s            ( u+ X. }; d/ @0 w9 c5 _
Collecting pyxdg>=0.26# L  D8 {/ `7 y% z; H
  Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)
) F# |0 O- y# J     |████████████████████████████████| 49 kB 5.6 MB/s             ( @% s( Y  P5 y+ h& u+ Y3 Z
Collecting requests>=2.247 b( Q  f0 p7 K/ H' `
  Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (63 kB)# j' w. K/ u7 q1 g4 v: Z8 ^7 x
     |████████████████████████████████| 63 kB 3.7 MB/s            
3 M3 U1 P1 _' j2 yRequirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.6/site-packages (from requests>=2.24->podman) (2.5)' }2 F6 j' c( m: c7 S$ |
Collecting charset-normalizer~=2.0.07 ?- G- R3 I8 O+ j( `
  Downloading https://mirrors.tuna.tsinghua.ed ... 12-py3-none-any.whl (39 kB)2 G4 Z. J3 n' D4 b6 v
Collecting certifi>=2017.4.17& d$ E; o* U2 \! H8 H( H- l2 i2 ^- X
  Downloading https://mirrors.tuna.tsinghua.ed ... .7-py3-none-any.whl (155 kB)
8 Y8 d4 Q, z9 N7 ^! E  c     |████████████████████████████████| 155 kB 4.9 MB/s            7 m1 F" C- f9 y$ X5 V* w2 Z* D1 G, E
Installing collected packages: urllib3, charset-normalizer, certifi, tomli, requests, pyxdg, podman
; G0 v9 y) C$ h) {* G- z  Attempting uninstall: urllib3
# v9 p/ z" b5 g) C: `    Found existing installation: urllib3 1.24.2( g) a: a) y7 i/ M2 N, G3 f
    Uninstalling urllib3-1.24.2:
2 T& u( ]2 @# q      Successfully uninstalled urllib3-1.24.27 `$ n$ h0 C9 e1 ~6 g
  Attempting uninstall: requests
: t2 x! h5 @( p  w6 y( r    Found existing installation: requests 2.20.0. l8 w2 ?) L* @( t& ^
    Uninstalling requests-2.20.0:
3 U; D3 U. x% F3 A- t+ |. p: k      Successfully uninstalled requests-2.20.04 \% ?7 p. m7 U! @4 g9 R
  Attempting uninstall: pyxdg" k9 l8 Q' `( z3 h
    Found existing installation: pyxdg 0.25& ?. X* P- p2 j5 ^/ G1 v4 F
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.
% A0 f+ H+ M. {2 |/ c6 L' ^3 J5 B- M[root@controller ~]# pip install -U requests
; u) W, k; j7 B9 n- RWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
5 J* @% r/ s' ^. P# n6 d- LPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.; J; H2 y9 \3 g' `
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
4 N7 h9 t0 q7 n. X. OLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/+ S  }5 T% ?3 m/ m, k$ A
Requirement already satisfied: requests in /usr/local/lib/python3.6/site-packages (2.27.1)
: \: E4 d9 f( U/ P- T: F# ~Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests) (1.26.14)( \! W& Q% F( u+ g: ^3 P  q/ ]) P
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests) (2022.12.7)5 `* Q# j9 Q7 U- H5 f* G& i' m
Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests) (2.0.12), x& y  p1 O9 {0 `# ?' K  g7 Y
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.6/site-packages (from requests) (2.5)4 n/ X$ \7 S2 k1 Y
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  ]  O' `9 K" X
[root@controller ~]# pip install --upgrade  pyxdg- M" z, g8 K- X1 s
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
% Z/ F( M  L( n3 c% \Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.4 i  F- ^  l0 C+ H4 u' J
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
" h+ r9 i  E. O" Q: eLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
8 N2 R- l& X% e3 U+ |Requirement already satisfied: pyxdg in /usr/lib/python3.6/site-packages (0.25)1 X1 t. y! e/ j2 k/ B0 Z6 j
Collecting pyxdg. u: S& G& E8 u, f
  Using cached https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)" P# X; C2 ^  l7 h0 I! f
Installing collected packages: pyxdg$ d4 M9 w7 m% t4 Y8 K$ x7 g; [; l
  Attempting uninstall: pyxdg: M) Q0 Q. b7 _. F  T0 [
    Found existing installation: pyxdg 0.25
9 K" |5 D4 d/ ~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.
6 a( ^7 B/ r3 [+ _5 b! U4 ~2 r4 B! s[root@controller ~]# pip install --upgrade  pyxdg<0.25
3 e6 v3 E0 s( z+ W7 K$ j; s/ a4 ~-bash: 0.25: No such file or directory: [0 E; y' _$ d0 S
[root@controller ~]# pip install --upgrade  "pyxdg<0.25"; D' D  j0 h! {7 L$ ~4 P
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.) {, P7 `9 Z9 X% G
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.7 `( Q7 x2 J* r! R7 J- E
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.+ T3 F: \3 v' h# k
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/+ k' ]2 b" o: H# V$ D* q2 ?- Z
Collecting pyxdg<0.25% R0 ]% r& d+ t1 Z
  Downloading https://mirrors.tuna.tsinghua.ed ... 3/pyxdg-0.24.tar.gz (47 kB)! ~- u( w! T% J' g" c. e
     |████████████████████████████████| 47 kB 2.4 MB/s             : G; a0 @* r5 u) [/ t3 W
  Preparing metadata (setup.py) ... done
- j4 h  G3 m- i% B* @Using legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed.9 D$ Q) ^: N5 J* W* Z
Installing collected packages: pyxdg! w5 ^, E" `, [1 e
  Attempting uninstall: pyxdg* s7 I& O$ O+ d" K9 J' v
    Found existing installation: pyxdg 0.25
5 ]0 O& c. A7 L; p7 i0 R# qERROR: 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.$ r9 N- u* `4 E4 R& e
[root@controller ~]# pip install -U  "pyxdg<0.25"; a7 P2 c" x5 C/ e
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
6 m+ \" e% W& J/ _6 nPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
1 R3 p$ l2 T( f4 L" w5 h' ETo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
. K2 W& A0 u3 I3 MLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
6 }3 N  L& U$ |" B0 dCollecting pyxdg<0.25( ^* }2 F" E( n7 D* A- H
  Using cached https://mirrors.tuna.tsinghua.ed ... 3/pyxdg-0.24.tar.gz (47 kB): U: ?% T' i  H0 S; O: ~, F6 R, Z
  Preparing metadata (setup.py) ... done* w; `% Q6 Z* J, [
Using legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed.1 ^/ ~! b$ q$ t& p; J: L
Installing collected packages: pyxdg8 c0 T$ e+ W  j- P" r0 d
  Attempting uninstall: pyxdg/ N" t, p% Q$ h: h/ E" e0 \/ n; l; y
    Found existing installation: pyxdg 0.259 V$ u0 V! `# Q) ?% P
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.
& y% B& E, C7 M; x/ N0 U. M[root@controller ~]# pip install -I  "pyxdg<0.25"
  B/ Y/ b0 G0 X0 \$ {2 j* Z& SWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
9 k6 H3 p1 _& \! ]& VPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
3 b' o9 |/ f7 A& U: \& ETo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
0 ~3 Q3 B) z. TLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/  j+ g: a- H$ [
Collecting pyxdg<0.25% q8 D. }. B: x' |( [& h. |6 C
  Using cached https://mirrors.tuna.tsinghua.ed ... 3/pyxdg-0.24.tar.gz (47 kB)
) b  O; V% {6 M1 r' ]2 H7 Y  Preparing metadata (setup.py) ... done2 K( r& K' s% i3 y. {$ R
Using legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed.
, d0 \8 \* Q" \" M+ c( p1 K1 RInstalling collected packages: pyxdg
/ |( }2 ^$ Y6 ^; o5 a; b    Running setup.py install for pyxdg ... done
* t, f: A# F7 y7 q" n& b' 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.
* i9 x! q  ]+ b7 T" x, H9 F3 tpodman 4.2.0 requires toml>=0.10.2, which is not installed.
5 V2 u0 x0 W6 G* v/ j% Q# Z! Bpodman 4.2.0 requires pyxdg>=0.26, but you have pyxdg 0.24 which is incompatible.
4 o+ `" A- A. H  b: h  {Successfully installed pyxdg-0.246 M$ l$ f7 J3 Y/ e/ ]3 m
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
* ~) n% T3 N& |' O[root@controller ~]# pip install -I  "pyxdg<0.24"
: w/ j  B+ N* A0 M  P. _% sWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
& T4 _& I& u8 g& [9 {9 v/ R" UPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
. [5 }- u0 A0 q( Z5 _) I! gTo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
* f3 w+ [" J) h5 M( yLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
1 u2 ?$ z) j- d% \% g/ c* O( _Collecting pyxdg<0.240 V3 ^; M2 ^2 f7 z7 D& v
  Downloading https://mirrors.tuna.tsinghua.ed ... a/pyxdg-0.23.tar.gz (45 kB); x* I$ B# q+ k
     |████████████████████████████████| 45 kB 10.7 MB/s            
$ c- u& A* G" o, S& k) y  Preparing metadata (setup.py) ... done" @4 ]9 e1 o: D$ k/ O/ ^' n) z8 f
Using legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed.) l+ R" n( \0 Y. _) J
Installing collected packages: pyxdg( {3 @- d& E: v1 n) @  Q
    Running setup.py install for pyxdg ... done7 h" q4 m  J$ M1 |9 X9 g
ERROR: 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.+ `, p& r1 l( o1 N8 l# T% C, X
podman 4.2.0 requires toml>=0.10.2, which is not installed.
) L- n. P; {! R1 ^  ~2 ypodman 4.2.0 requires pyxdg>=0.26, but you have pyxdg 0.23 which is incompatible.
" V# G8 g6 w) G7 q4 HSuccessfully installed pyxdg-0.24( ]9 O4 e6 e4 l, s- G& J' L
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$ |& B/ {# _* _6 D# g
[root@controller ~]# pip install -I  "pyxdg>0.25"
0 u9 E% P' P- N8 P5 c: RWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.8 ?$ P0 O) a3 q
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
' W' s+ J3 F, @$ L5 v: I* bTo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.4 R% ^9 x8 w/ _8 ^; @4 C
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/, h$ X& C( V' w4 u1 w
Collecting pyxdg>0.25/ I  j9 m3 \/ B' L4 ^, |/ |5 U7 z
  Using cached https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)! ^+ L4 T, V% D1 g8 I+ k
Installing collected packages: pyxdg
8 W8 l8 Z2 N; A6 B) LERROR: 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.
5 f1 ]; A$ n( E3 w, i! mpodman 4.2.0 requires toml>=0.10.2, which is not installed.
4 y! I+ J, u- USuccessfully installed pyxdg-0.28
$ S0 ^! Y; k. d' w9 mWARNING: 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
( K+ V! H, I0 {% C  s" N[root@controller ~]# pip install -i toml
' |/ L0 a+ g" A7 T; @, kWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.1 g1 s, K- s1 D( P( @
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
& ]1 Q. g' K$ W' O, L; T; Q  D( {) ~: pTo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
/ G- A. ~& ~/ `+ @ERROR: You must give at least one requirement to install (see "pip help install"); }& T. a& h4 q9 f
[root@controller ~]# pip install -I toml
- r& |, r$ M( V7 v5 }* v" RWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
. ^- }8 V) G7 f) m3 l. H, ^* HPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue./ [6 A- G6 W5 g. U; T0 q
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.' |( Z! G0 }: z$ ~
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
" F: ~& l$ m* X9 A# W" KCollecting toml7 `7 T! H1 `7 e- `
  Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (16 kB)6 k- p( h% M. j, X3 l* g# S
Installing collected packages: toml9 e2 L! ?: \# R% G
Successfully installed toml-0.10.2
+ z% O1 e) i! V" eWARNING: 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
8 ~! F) a! S, ]  S[root@controller ~]# pip install -I  "pyxdg>0.25"
  D, v8 }, C) u, X  iWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip., p. U; p0 @7 C  z. A
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.' U( N# W0 T1 `% B: `) s* _  @
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.& N' W: |' l& s
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/' v. R$ O% A* l
Collecting pyxdg>0.25* B& o5 e: x- r9 _
  Using cached https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)
0 G3 W) n: z& S  ]4 bInstalling collected packages: pyxdg/ j, R7 C! G9 e$ u
Successfully installed pyxdg-0.28
' G) i) @+ k* p* _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/ e0 q" q+ K9 s$ N" p
[root@controller ~]# pip install --upgrade  podman
" S+ g0 x9 _: T% s9 ~' C! b  RWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.( y" V" {$ R4 c4 _8 R+ b" R% i
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.8 }3 o, B5 i# W" x) o& H% o" d6 N
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.4 B& D5 U: ^) F% e, q5 M
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
* p/ M+ ]3 Q! M( Q# mRequirement already satisfied: podman in /usr/lib/python3.6/site-packages (4.2.0)
5 w, F, W* W" B# VCollecting podman
: H+ N5 B) ?- M0 o0 d: d  Using cached https://mirrors.tuna.tsinghua.ed ... .0-py3-none-any.whl (91 kB)
) U, W/ v1 D7 K' {$ t* Y# {Requirement already satisfied: tomli>=1.2.3 in /usr/local/lib/python3.6/site-packages (from podman) (1.2.3)
& T+ C: O- K9 l4 \$ JRequirement already satisfied: pyxdg>=0.26 in /usr/local/lib/python3.6/site-packages (from podman) (0.28)/ T4 S  q+ ^6 q/ U" G
Requirement already satisfied: urllib3>=1.26.5 in /usr/local/lib/python3.6/site-packages (from podman) (1.26.14)
: d  C7 v* T0 `Requirement already satisfied: requests>=2.24 in /usr/local/lib/python3.6/site-packages (from podman) (2.27.1)( C0 f# ~9 Z6 b" V/ ~
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.6/site-packages (from requests>=2.24->podman) (2.5); Y, O/ Y7 N  U5 |' k
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests>=2.24->podman) (2022.12.7)
4 Q4 `* a; b) kRequirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests>=2.24->podman) (2.0.12)" K9 K6 `! I# x3 m* t
Installing collected packages: podman
  c5 F: }# j2 s5 S+ I8 g7 r3 q  }  Attempting uninstall: podman& f6 ~$ i' \# V+ |, r' o& z( n5 U
    Found existing installation: podman 4.2.0
1 u: I4 G$ C, i  g. X" S% q    Uninstalling podman-4.2.0:
3 T# F7 i- e  P+ [  M- M) R      Successfully uninstalled podman-4.2.06 i* u( ~" l" F6 t' @  }" J
Successfully installed podman-4.4.0
* n$ a, i8 w3 \1 SWARNING: 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
2 I" G- M: q- u/ k( c' k2 m$ `[root@controller ~]# pip list " M- y( j# p) A: i; K0 b: ?
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip., m& i5 H" ?9 p: q: K1 |
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
3 n8 K% R$ @) FTo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.* ]3 d0 T/ c9 G7 c, e
Package             Version. ~" a) ?% C* }6 I( l  d* c! O, \
------------------- ---------
6 Z  U5 j: |9 f) O$ @' Ccertifi             2022.12.78 c$ e0 k% N1 r. l. v* _
chardet             3.0.4
0 o2 s4 k1 X3 U; N  ]charset-normalizer  2.0.128 Y2 h9 g& i" r9 z: N
dbus-python         1.2.4
8 _" V$ K: O* Z9 `. \decorator           4.2.1
6 }7 l/ ~( J& @* cgpg                 1.13.1
* ?: n; V% A4 ?* Fidna                2.5
3 k2 F3 s8 O7 p1 o; E/ \! F! U# y5 R' blibcomps            0.1.187 t, \9 m+ E. i- `
nftables            0.1
* ^9 d" \: O* b4 qpbr                 5.11.1
$ h6 s) D% s' C. O& r* m, Lperf                0.1
9 `6 E# n6 z4 c( ^# E0 `pip                 21.3.1
( j/ g/ N, K* N, _; ^0 I, Epodman              4.4.0) J2 l$ f+ H0 b2 P
PyGObject           3.28.3
  _1 _2 m7 v4 v( h, H! L; PPySocks             1.6.8
* a2 a/ t/ V- G4 t4 U3 u- lpython-dateutil     2.6.1
; ~' X: b# P( t" Ppython-linux-procfs 0.7.02 l' A$ T  n0 S
pytoml              0.1.14: q0 v: X" g+ Y: G% D8 \" I
pyudev              0.21.0
3 W8 i: p5 `4 _" @  ~pyxdg               0.28& r/ h0 U/ h7 |( a+ U$ n7 I1 _
requests            2.27.1
, J, d. d: m% ^) k4 l! Arpm                 4.14.3- @% w+ u7 G6 T, w, y  l$ z
selinux             2.9
, {  g, D1 t" O0 Vsepolicy            1.1% n  }, D7 w) l1 H9 V9 j. k1 F( q; z
setools             4.3.0+ h7 u. u/ l: k4 y+ Y
setuptools          39.2.0
# H. i: ^* Z; p  F1 _1 Y  J8 Q% vsix                 1.11.0
, Z0 C& j. b" H: M/ {7 `- lslip                0.6.4
: R5 W& t  p0 a: \slip.dbus           0.6.4
9 N" D" l9 g9 a5 c' z, @syspurpose          1.28.28. p( ~" K# l4 b7 `9 W7 O
toml                0.10.2
4 e# Y( d, L8 o5 dtomli               1.2.3" Q( ]9 P5 l+ U' \% _) U
udica               0.2.6
) @$ Q3 S3 U. N8 j1 m) ?9 M) k5 l/ ~urllib3             1.26.14
/ H, Z/ o* |9 V
5 V4 e0 z$ ~- B7 ^+ ]. @# X- G% e, G. G6 \1 `& U/ c
您需要登录后才可以回帖 登录 | 注册

本版积分规则

返回首页|Archiver|手机版|小黑屋|易陆发现技术论坛 ( 蜀ICP备2026014127号-1 )

GMT+8, 2026-6-12 03:22 , Processed in 0.015939 second(s), 22 queries .

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

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