cqlsh TypeError(' ref()不接受关键字参数',)

时间:2016-09-26 12:51:46

标签: cassandra cqlsh

尝试cqlsh时,发生以下错误:

Connection error: ('Unable to connect to any servers', {'localhost': TypeError('ref() does not take keyword arguments',)})

1 个答案:

答案 0 :(得分:11)

当您使用Cassandra 3.7和Python 2.7.12

时会发生这种情况

根据CASSANDRA-11850,设置以下环境变量:

CQLSH_NO_BUNDLED=TRUE