报错类型

there was a problem importing one of the Python modules required to run yum. The error leading to this problem was: /root/anaconda3/lib/.5: version `XZ_5.1.2alpha' not found (required by /lib64/.3)

解决方法

运行下面命令:

cd /lib64
sudo ln -s -f .5.2.2 .5

搞定!