I have installed Python 3.6 or 3.7 with Cassandra 3.11.3.
But it does not supporte cqlsh
, it only supports the Python 2.7 version.
This is the error message:
\apache-cassandra-3.11.3\bin\\cqlsh.py", line 146
except ImportError, e:
^
SyntaxError: invalid syntax
What may be the problem?