pythone error
|
1 2 3 |
/usr/lib/python3.9/site-packages/requests/__init__.py:86: RequestsDependencyWarning: Unable to find acceptable character detection dependency (chardet or charset_normalizer). warnings.warn( openstack: 'ennpoint list' is not an openstack command. See 'openstack --help'. |
python3-charset 모듈이 없어서 문제
설치
|
1 |
[root@nas1 ~]# yum -y install python3-charset-normalizer-2.0.4-2.el9s.noarch |