Код: Выделить всё
yum install python3-pandas
Код: Выделить всё
No package python3-pandas available
Nothing to do
Код: Выделить всё
$ cat /etc/redhat-release
# Red Hat Enterprise Linux Server release 7.8
$ python -V
# Python 3.6.9
$ yum install python3
# Package python3-3.6.8-13.el7.x86_64 already installed and latest version
# Nothing to do
$ python3 -V
# Python 3.6.9
Подробнее здесь: https://stackoverflow.com/questions/611 ... -using-yum
Мобильная версия