Eu sigo o pyghmi readme no meu CentOS 7.2:
$ git clone https://github.com/openstack/pyghmi.git
$ cd pyghmi/
$ python setup.py bdist_rpm # there I use 'python3 setup.py bdist_rpm'
$ sudo rpm -ivh dist/pyghmi-*.noarch.rpm # there I get error
O erro está abaixo:
# sudo rpm -ivh dist/pyghmi-*.noarch.rpm
error: Failed dependencies:
/bin/python3 is needed by pyghmi-1.0.35.dev4-1.noarch
Eu uso /bin/python3 --version
, mostra:
Python 3.5.4(xxx)
Por que recebo esse problema?