Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
centos 7, datastax ddc 3.5
installed according to
http://docs.datastax.com/en/cassandra/3.x/cassandra/install/installRHEL.htmlJVM vendor/version: OpenJDK 64-Bit Server VM/1.8.0_77
Cassandra version: 3.5.0
-
Normal
Description
trying to run cqlsh produces:
cqlsh
Traceback (most recent call last):
File "/usr/bin/cqlsh.py", line 170, in <module>
from cqlshlib.copyutil import ExportTask, ImportTask
ImportError: /usr/lib/python2.7/site-packages/cqlshlib/copyutil.so: undefined symbol: PyUnicodeUCS2_DecodeUTF8
with 3.4 the error does not happen.
Attachments
Issue Links
- depends upon
-
CASSANDRA-11630 Make cython optional in pylib/setup.py
- Resolved