|
|
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
- ^) k$ e9 ^# q& U$ O- }4 W' y; H* u, a" _/ I6 |* p
nothing provides python3-pyxattr needed by python3-glance
' k' j9 c4 ~! N9 A/ [( b* D# v7 Z( [, o4 I! e$ X
Error:
5 l# G! X: ~8 U3 Z- ^1 R 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* _ p0 @# W. }
- cannot install the best candidate for the job" B1 w5 ?% e+ h" f ~. P2 t2 v$ f
- nothing provides python3-pyxattr needed by python3-glance-1:27.1.0-1.el9s.noarch from centos-openstack-bobcat
( d" G1 w0 d8 o+ t' R( x+ N(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
! d# H1 p, Q( ?% u- v: H8 O- O
8 j, R) E* X& R: H$ h9 s9 P: U: P0 x4 w
. V& N& a# l; L% ?4 W1 N1 x" y3 H
8 v# }% T; I: c) W+ i- q: x+ _dnf install -y openstack-glance
" p" v" _8 Q, e! [; GUpdating Subscription Management repositories.
( e0 Y- ?, \* }6 t7 v6 U) M/ CUnable to read consumer identity/ x" `- b0 X, ]8 b) T
: c n% Y E' \" B( F% C6 U7 \
This system is not registered with an entitlement server. You can use subscription-manager to register.# w7 l$ c( e# A9 O* y
9 w c8 Z0 b0 L% K
Last metadata expiration check: 1:24:54 ago on Sun 16 Feb 2025 08:44:19 PM CST.
0 ~6 D# E- }5 o7 U1 VError: . r% ]+ h) R: ]' p- }* |* O
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' C, l* [; b" O! P1 X5 L6 v
- cannot install the best candidate for the job
" i% Q5 r2 u. P t+ Q - nothing provides python3-pyxattr needed by python3-glance-1:27.1.0-1.el9s.noarch from centos-openstack-bobcat8 @. Q6 h4 b6 t3 Y9 N& C
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) w2 W- O5 ]& P, d5 t1 m6 Y
" `! e0 ^$ z. ? {# J: ]. K& w& m/ Y% O2 g7 Z4 l) I. H, ~
2 F+ u* }5 v; @. G
" B! N4 y x E* e6 ]& f解决办法:
2 @& T! n, V/ W( e. t缺包,安装一个包即可:; w4 l2 ?% a! }2 |2 H- o
python3-pyxattr
( e B q. O2 C6 q; l下载这个包
. S# E( \; Y3 m" A9 ehttps://centos.pkgs.org/9-stream ... el9.x86_64.rpm.html
1 S& b/ p+ W& J+ I6 W5 E+ l
/ s+ [% w" p, R7 s# Nwget https://mirror.stream.centos.org ... .2-4.el9.x86_64.rpm
2 t, G7 z! B6 c1 ?, r+ r, U2 L' x4 }1 m- m6 {9 P' J4 K) w
安装包:
8 i; g2 |2 Q& b% A$ S8 ydnf install python3-pyxattr-0.7.2-4.el9.x86_64.rpm * e8 a: K" @; M5 R/ b r; A( x
2 n' g: M4 s" D
或者直接使用:
* N2 }' ]' z0 O& n- X: F4 t4 fdnf install -y https://mirror.stream.centos.org ... .2-4.el9.x86_64.rpm " S( a0 O1 U( O1 ?9 l6 l3 W! j
6 v# Z, ?# D$ J# ?; G, j! T- w再次安装
; V! o/ G9 z4 C9 |- y# tdnf install -y openstack-glance
, x( e" g& t' j* A# b* x- o即可正常安装。
8 R, O& J6 E+ b0 D/ p+ B |
|