我在Solaris m / c上安装了cassandra并使用了python 3.4.6。执行cqlsh命令时,我收到错误
Scene obScene = new Scene(obPane, 300, 350, Color.ANTIQUEWHITE);
obPrimeStage.setScene(obScene);//Add scene here
obPrimeStage.setWidth(obScene.getWidth());
obPrimeStage.setHeight(obScene.getHeight());
//Circles
//Rectangle
//Adding components
obPrimeStage.setTitle("Driving Cars");
obPrimeStage.setResizable(false);
obPrimeStage.show();//Show Stage so that the size will be calculated
我下载了python源代码并使用make编译了源代码。我的env变量是
bash-3.2$ cqlsh
/work/vaneet/apache-cassandra-3.0.7/bin/cqlsh: line 21: 7194 Aborted
python -c 'import sys; sys.exit(not (0x020700b0 < sys.hexversion < 0x03000000))' 2> /dev/null
No appropriate python interpreter found.
我不确定这是env变量或安装的问题还是其他任何问题。 请指导。
答案 0 :(得分:0)
在我使用版本3.9和python 2.7
重新安装Cassandra之后,它工作了