0

rhel8.3 の python2 で sos パッケージをインポートしようとしていますが、次のエラーが発生します。

[root@svr_1 site-packages]# python2.7
Python 2.7.17 (default, Aug 18 2020, 09:42:29)
[GCC 8.3.1 20191121 (Red Hat 8.3.1-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sos
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named sos

パッケージの rpm は既にインストールされています。

[root@svr_1 site-packages]# yum list installed | grep sos
sos.noarch                                        3.9.1-6.el8                                  @InstallMedia
[root@svr_1 site-packages]#

誰にもアイデアはありますか。rhel7 ではこれで問題ありませんでした。

4

1 に答える 1