CentOS Linux 7.9.2009, Python 2.7.5 및 GCC 10.3.0이 설치된 컴퓨터에 액세스하고 있습니다(python2는 옵션이 아닙니다). yum 명령을 통해 rpm을 설치하려고 했지만 다음과 같은 오류 메시지가 나타납니다.
[cevangel@lxplus760 ~]$ yum install https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-3-2.src.rpm
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/cvmfs/cms.cern.ch/el8_amd64_gcc10/cms/cmssw-patch/CMSSW_12_5_2_patch1/external/el8_amd64_gcc10/lib/liblzma.so.5: version `XZ_5.1.2alpha' not found (required by /lib64/librpmio.so.3)
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.7.5 (default, Jun 28 2022, 15:30:04)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
yum 명령을 사용할 때마다 동일한 오류가 발생하므로 xz 모듈을 설치할 수 없습니다.
도움을 주시면 감사하겠습니다.