You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Krajmalnik (Jira)" <ji...@apache.org> on 2021/09/01 16:16:00 UTC

[jira] [Created] (CASSANDRA-16908) cqlsh broken after upgrade from 3.11.10 to 3.11.11

Benjamin Krajmalnik created CASSANDRA-16908:
-----------------------------------------------

             Summary: cqlsh broken after upgrade from 3.11.10 to 3.11.11
                 Key: CASSANDRA-16908
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16908
             Project: Cassandra
          Issue Type: Bug
          Components: CQL/Interpreter
            Reporter: Benjamin Krajmalnik


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org