python – cqlsh连接错误:’ref()不采用关键字参数’

我已经尝试了从 this post和 Cassandra doc的所有措施. 我尝试运行所有版本的Cassandra,包括从tarball和Debian软件包的最新版本3.7,但是当我执行cqlsh时,我不断收到错误. 错误: Connection error: (‘Unable to connect to any servers’, {‘127.0.0.1’: T

返回顶部