agoragames / kairos

Python module for time series data in Redis and Mongo
BSD 3-Clause "New" or "Revised" License
207 stars 38 forks source link

problems with cql #62

Open ayat-rashad opened 8 years ago

ayat-rashad commented 8 years ago

I tried creating a client with python cql, I got some problem then I know it was deprecated and replaced with https://github.com/datastax/python-driver Now when I try to make a connection with this new driver, I get this error from kairos: ImportError: ('Unsupported or unknown client type %s', 'cassandra')

Is this because of using the new driver, or something else?