I'm trying to install Griddb on Centos 8 by running rpm file:
sudo rpm -i griddb_nosql-4.3.0-1.linux.x86_64.rpm
but i get this error:
error: Failed dependencies:
/usr/bin/python is needed by griddb_nosql-4.3.0-1.linux.x86_64
it seems like Griddb can't find python, but python is installed on my computer. I checked if python works by running this command:
python -V
and it works completely fine, that's why i have no idea what's the problem.