오류: libvirt 패키지를 설치한 후 RHEL 7.3에서 NSS 라이브러리를 초기화할 수 없습니다.

오류: libvirt 패키지를 설치한 후 RHEL 7.3에서 NSS 라이브러리를 초기화할 수 없습니다.

RHEL 7.3 KVM 호스트에 libvirt 및 libguestfs-tools를 설치하고 싶습니다. 하지만 다음과 같은 문제에 직면하고 있습니다.

[root@localhost ~]# yum install -y libvirt
error: Failed to initialize NSS library
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   cannot import name ts

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, Aug  2 2016, 04:20:16)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-4)]

If you cannot solve this problem yourself, please go to
the yum faq at:
  http://yum.baseurl.org/wiki/Faq

내 Python 버전은 2.7.5입니다.

관련 정보