Hey guys, Having to still use Cassandra 2.1, I have installed it on Ubuntu Xenial and I have an issue with cqlsh. I was able to fix it by installing python-support and a fix from 2.1.16. However I’d like to know if there is a way to do it without installing an old package (python-support) on Xenial. dh-python is supposed to have replaced python-support, however cqlsh complains when it’s not installed :
Traceback (most recent call last): File "/usr/bin/cqlsh", line 121, in <module> from cqlshlib import cql3handling, cqlhandling, pylexotron, sslhandling ImportError: No module named cqlshlib Is there a better way than installing that old package ? Thanks — Cyril Scetbon