cqlsh

CQLSH ImportError: cannot import name ensure_str

CQLSH ImportError: cannot import name ensure_str Question: I have installed Cassandra database on my CentOs system. after that, I tried to install the Cqlsh package using this command sudo yum install cqlsh and it has been installed successfully. but when I tried to run cqlsh from the terminal, the following error appears: ImportError: cannot import …

Total answers: 5

cqlsh connection error: 'ref() does not take keyword arguments'

cqlsh connection error: 'ref() does not take keyword arguments' Question: I’ve tried all the measures from this post and Cassandra doc. I’ve tried running all the versions of Cassandra including the latest release 3.7 from tarball and Debian package, but I keep getting errors when I execute cqlsh. Error: Connection error: (‘Unable to connect to …

Total answers: 6