I am using ubuntu 24.04 LTS, and it's starting giving me this error for the cqlsh:
shrivastavamahir@KnightHunter:~$ cqlsh
Traceback (most recent call last):
File "/home/shrivastavamahir/.local/bin/cqlsh", line 5, in <module>
from cqlsh.main import main
File "/home/shrivastavamahir/.local/lib/python3.12/site-packages/cqlsh/main.py", line 3, in <module>
from cqlsh.cqlsh import main as cqlsh_main
File "/home/shrivastavamahir/.local/lib/python3.12/site-packages/cqlsh/cqlsh.py", line 134, in <module>
from cassandra.cluster import Cluster
File "/usr/share/cassandra/lib/cassandra-driver-internal-only-3.25.0.zip/cassandra-driver-3.25.0/cassandra/cluster.py", line 33, in <module>
ModuleNotFoundError: No module named 'six.moves'
Can any one help me on this ?