Problem : CQLSH never works after a usual install.
Fix:
Install as below (on terminal)-
- Make sure to use pip, not pip3; python 2.7 not python 3.x.
- pip install cqlsh
- pip install cassandra-driver
- export CQLSH_NO_BUNDLED=true
- echo ‘export CQLSH_NO_BUNDLED=true’ >> ~/.bashrc
- cqlsh –cqlversion=3.4.4

Sreekumar (KJ) has been a hobby programmer from school days. Codemarvels is his personal blog from the year 2010, where he writes about technology, philosophy, society and a bit about physics.
He now runs a conversational AI company – DheeYantra – focusing his efforts to help businesses improve operational efficiency using digital employees powered by AI.