- 积分
- 16840
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
problem: package openstack-glance-1:27.1.0-1.el9s.noarch from centos-openstack-bobcat requires python3-glance = 1:27.1.0-1.el9s, but none of the providers can be installed0 ~4 x* L: f! o5 {
1 [& k5 D# h3 R- m' n. m; s K {2 {nothing provides python3-pyxattr needed by python3-glance
) u ^9 [ ~& r8 v
1 o: e5 j; _& W- c- a. H% t7 C5 x; xError:
5 J# O* q+ A) u5 Y9 C Problem: package openstack-glance-1:27.1.0-1.el9s.noarch from centos-openstack-bobcat requires python3-glance = 1:27.1.0-1.el9s, but none of the providers can be installed. v0 b/ e3 I. x' _3 @ v2 Z
- cannot install the best candidate for the job
H: T6 O! @" x( g2 [ - nothing provides python3-pyxattr needed by python3-glance-1:27.1.0-1.el9s.noarch from centos-openstack-bobcat9 N1 I" a$ m9 k$ m9 q$ {
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
; v8 H Q2 S/ I/ J# k1 g% t* I
. ? r$ x- I: H; b3 d0 q5 B" @4 B6 [; u4 ]1 I( C/ |; i
) J: C+ H+ s+ j% B; r
' x$ x( ?, r8 n
dnf install -y openstack-glance
, ^/ g) D: N' ?' O6 \Updating Subscription Management repositories.
7 i p" \% C; k1 {# \# `" [Unable to read consumer identity$ A% S2 x0 N0 I6 J/ Z% W: S
* J2 P! m( N5 C! M. T* L7 s
This system is not registered with an entitlement server. You can use subscription-manager to register.+ H: I/ Y+ j2 A5 @
4 `2 B/ t- c9 y" [ f& Q1 o( J
Last metadata expiration check: 1:24:54 ago on Sun 16 Feb 2025 08:44:19 PM CST.) A) J S4 V$ f3 d/ P2 l h7 G
Error:
' R; c: H/ @2 L) H3 O# a8 v2 g Problem: package openstack-glance-1:27.1.0-1.el9s.noarch from centos-openstack-bobcat requires python3-glance = 1:27.1.0-1.el9s, but none of the providers can be installed7 B$ z' H; Y9 B* V5 j4 I& m
- cannot install the best candidate for the job
1 y9 L2 T, b2 Q, O2 @% V( z5 O - nothing provides python3-pyxattr needed by python3-glance-1:27.1.0-1.el9s.noarch from centos-openstack-bobcat; _! d9 f7 x, x' \5 y
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
. B+ N* `; u" ]) t( T9 Q+ r8 t8 e% U! G$ `: c- G* a9 n, X9 t
( e# p% x; G5 n+ O, Z5 _* t. h0 y( o
' j4 w9 @9 p$ h+ W' f! f5 w
7 v( h# g2 Q- x: I
解决办法:6 Q' r% C, U) _: w+ k8 h
缺包,安装一个包即可:
, l# ~ {- t0 Jpython3-pyxattr
, p# }* E! F1 \6 ?/ S, t下载这个包 V H4 e0 h+ h0 s2 n' ]
https://centos.pkgs.org/9-stream ... el9.x86_64.rpm.html
/ l3 N" ]9 I" i1 V7 d7 e; {% |! c/ O* X" i: n3 h; _
wget https://mirror.stream.centos.org ... .2-4.el9.x86_64.rpm
2 p4 e5 [1 `% o9 \' j* J/ U: S2 R7 P3 E' k f5 x' h4 I) V
安装包:
7 p1 m$ r/ A. o- f/ d2 H6 ?dnf install python3-pyxattr-0.7.2-4.el9.x86_64.rpm + ~0 \' F. i! U8 q5 V
# D! ]/ Q, t R H% w+ b0 Z7 o或者直接使用:
; C# a P; h! t# O& q- B& M: b Hdnf install -y https://mirror.stream.centos.org ... .2-4.el9.x86_64.rpm ! @8 K2 _7 ]& l0 [. W
' }5 h0 \8 \* ^3 T6 j: \5 [" P
再次安装
/ O) \; D4 E! H D3 R* p5 I/ `# Odnf install -y openstack-glance
# s1 H4 c' o" b Q& r7 }' _* c) l即可正常安装。* k: v. [3 L; c
|
|