Cass Version : 3.11.11
I am facing below issue
Traceback (most recent call last): File "/usr/bin/cqlsh.py", line 169, in <module> from cqlshlib import cql3handling, cqlhandling, pylexotron, sslhandling, cqlshhandling ImportError: No module named cqlshlib
Shouldn't these packages be installed along with Cassandra Installation
After doing pip install cqlsh
I am facing below error
Traceback (most recent call last): File "/bin/cqlsh", line 131, in <module> from six import StringIO, ensure_text, ensure_str ImportError: cannot import name ensure_text
Can I have some help here, Thanks in advance