Cassandra:“ cqlsh”第213行改用`%s`。\ n'^%(CONFIG_FILE,HISTORY_DIR)语法错误:语法无效

时间:2019-05-02 09:14:48

标签: cassandra cqlsh

安装了Cassandra 2.2。 CentOS 6和python 3.4.2中的版本。环境变量中可用的所有路径。

文件/usr/local/Python-3.4.2/setuptools-12.0.4/pip-6.0.6/p34env/bin/cqlsh

 File "/usr/local/Python-3.4.2/setuptools-12.0.4/pip-6.0.6/p34env/bin/cqlsh", line 213
    print '\nWarning: Specified cqlshrc location `%s` does not exist.Using `%s` instead.\n' % (CONFIG_FILE, HISTORY_DIR)
                                                                                          ^
SyntaxError: invalid syntax

1 个答案:

答案 0 :(得分:1)

cqlsh仅支持Python 2.x,因此您需要使用正确版本的Python来运行它。