Re: Issue with cassandra 3.1X and Python 2.7.13 in Debian 8.8

2017-08-01 Thread Michael Shuler
/usr/local/bin/python is your own source install of python. Using the system python with cqlsh should "just work" on Jessie with `apt-get install python' -- Michael On 08/01/2017 01:05 AM, K Natarajan, Karthik (Nokia - IN/Bangalore) wrote: > Hi, > When I Install Cassandra 3.11X and Python 2.7.X

Issue with cassandra 3.1X and Python 2.7.13 in Debian 8.8

2017-07-31 Thread K Natarajan, Karthik (Nokia - IN/Bangalore)
Hi, When I Install Cassandra 3.11X and Python 2.7.X in Debian 8.8, the Cqlsh does not start. I get the following error. debian@vm-184:/opt/apache-cassandra-3.10/bin$ ./cqlsh Python Cassandra driver not installed, or not on PYTHONPATH. You might try "pip install cassandra-driver". Python: /usr/lo