I tried to install the Scylla DB on my ubuntu 23.04. I followed the official documentation to install it but facing issues in the last command. The issue is given below:
The following packages have unmet dependencies: scylla-tools-core : Depends: python (>= 2.7) but it is not installable or
python2 but it is not installable
E: Unable to correct problems, you have held broken packages.
When I searched on the Internet, it shows that Scylla DB will run on Python3. but I am getting error in this and Even not able to install python 2 on the latest ubuntu.
Looks like Python 3 support is only coming in the next release (5.4). In the meanwhile please use an OS which still has Python 2 available. See our OS compatibility page for guidance.