Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
All
-
None
Description
After upgrading Cassandra from 3.11.10 to 3.11.11 on a CentOS 7 via the repository, cqlsh is no longer working, throwing the error below:
- cqlsh
Traceback (most recent call last):
File "/usr/bin/cqlsh.py", line 169, in <module>
from cqlshlib import cql3handling, cqlhandling, pylexotron, sslhandling, cqlshhandling
ImportError: No module named cqlshlib
The only cqlshlib found on the file system is located at /usr/lib/python3.6/site-packages/cqlshlib, so it would appear to be an issue with the deployed python libraries and those expected by cqlsh.
Attachments
Issue Links
- duplicates
-
CASSANDRA-16822 Wrong cqlsh python library location in cassandra-3.11.11-1 rhel packages
- Resolved