相关疑难解决方法(0)

cql 是否支持 python 3?

cql 是否支持python3?

我尝试使用 pip 安装,但失败了。

rabit@localhost:/usr/bin> pip-3.3 install cql
^CDownloading/unpacking cql
Operation cancelled by user
Storing complete log in /home/rabit/.pip/pip.log
rabit@localhost:/usr/bin> sudo pip-3.3 install cql
root's password:
Downloading/unpacking cql
  Downloading cql-1.4.0.tar.gz (76kB): 76kB downloaded
  Running setup.py egg_info for package cql

Downloading/unpacking thrift (from cql)
  Running setup.py egg_info for package thrift
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/tmp/pip-build/thrift/setup.py", line 45
        except DistutilsPlatformError, x:
                                     ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback …
Run Code Online (Sandbox Code Playgroud)

python thrift cql cassandra python-3.x

2
推荐指数
1
解决办法
6259
查看次数

标签 统计

cassandra ×1

cql ×1

python ×1

python-3.x ×1

thrift ×1