Datastax Python cassandra driver build fails on Ubuntu

后端 未结 2 847
心在旅途
心在旅途 2020-12-18 03:23

I was trying to install Datastax Python Cassandra driver on Ubuntu 14.04.5. LTS. Installation succeeds but subsequent attempt to use it fails with the error:

Welc         


        
2条回答
  •  借酒劲吻你
    2020-12-18 04:09

    We just released a patch version 3.7.1 to fix that issue caused by the new version of Cython. Upgrade your cassandra-driver:

        pip install --upgrade cassandra-driver
    

提交回复
热议问题