Re: Import failure for use python cassandra-driver

2016-10-26 Thread Tyler Hobbs
This was fixed by the 3.7.1 release of the python driver: https://groups.google.com/a/lists.datastax.com/forum/#!topic/python-driver-user/1UbvYc_h9KQ On Wed, Oct 26, 2016 at 4:35 AM, Stefano Ortolani wrote: > Did you try the workaround they posted (aka, downgrading Cython)? > > Cheers, > Stefano

Re: Import failure for use python cassandra-driver

2016-10-26 Thread Stefano Ortolani
Did you try the workaround they posted (aka, downgrading Cython)? Cheers, Stefano On Wed, Oct 26, 2016 at 10:01 AM, Zao Liu wrote: > Same happen to my ubuntu boxes. > > File > "/home/jasonl/.pex/install/cassandra_driver-3.7.0-cp27-none-linux_x86_64.whl.ebfb31ab99650d53ad134e0b312c7494296cdd2b/

Re: Import failure for use python cassandra-driver

2016-10-26 Thread Zao Liu
Same happen to my ubuntu boxes. File "/home/jasonl/.pex/install/cassandra_driver-3. 7.0-cp27-none-linux_x86_64.whl. ebfb31ab99650d53ad134e0b312c7494296cdd2b/cassandra_driver-3. 7.0-cp27-none-linux_x86_64.whl/cassandra/cqlengine/connection.py", line 20, in from cassandra.cluster import Clus

Import failure for use python cassandra-driver

2016-10-26 Thread Zao Liu
Hi, Suddenly I start to get this following errors when use python cassandra driver 3.7.0 in my macbook pro running OS X EI Capitan. Tries to reinstall the package and all the dependencies, unfortunately no luck. I was able to run it a few days earlier. Really can't recall what I changed could caus