Skip to content
Advertisement

Tag: cassandra

Cassandra & Python Driver Issue

I am getting this issue with my Cassandra, please help me resolve this issue. I am using the latest version of the cassandra_driver and python 3.10.5 Answer I figured out the issue, what happened was I was using a version of python that wasn’t supported by the Cassandra driver. Only python 2.7,3.5,3.6,3.7 and 3.8 work.

Advertisement