We use Cassandra 3.11.6 and cqlsh 5.0.1. Recently we upgraded to py3. We are unable to use cqlsh after the py upgrade.
Error: No appropriate python interpreter found.
We tried using cqlsh 6.0.0 version. but desc command doesnt work
[cqlsh 6.0.0 | Cassandra 3.11.6 | CQL spec 3.4.4 | Native protocol v4] Use HELP for help. cassandra@cqlsh> desc keyspaces;
Other commands work fine in cqlsh. So is there any fix/work around for this issue?