0

I have donwloaded ddac-5.1.17, and can successfully launch cassandra server.

But on executing 'cqlsh' command from command line in Windows 10, I get strange error:

\ddac-5.1.17\bin>cqlsh

File "....\ddac-5.1.17\bin\cqlsh.py", line 152 except ImportError, e:

SyntaxError: invalid syntax

What's wrong here?

Mandroid
  • 6,200
  • 12
  • 64
  • 134

1 Answers1

0

Use python 2.7,

You can find detail here

https://issues.apache.org/jira/browse/CASSANDRA-10190

I hope this helps !

Saifallah KETBI
  • 303
  • 1
  • 9