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

[jira] [Commented] (CASSANDRA-16822) Wrong cqlsh python library location in cassandra-3.11.11-1 rhel packages

    [ https://issues.apache.org/jira/browse/CASSANDRA-16822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17419489#comment-17419489 ] 

bkmdev commented on CASSANDRA-16822:
------------------------------------

Thanks [~mck], the workaround described worked over here (y)

In case anyone else encounters this issue it manifested as the below error instead for me, on an upgraded CentOS v7.9 box:  
{code:python}
$ cqlsh
Traceback (most recent call last):
  File "/usr/bin/cqlsh.py", line 173, in <module>
    from cqlshlib.formatting import (DEFAULT_DATE_FORMAT, DEFAULT_NANOTIME_FORMAT,
ImportError: cannot import name CqlType
$ python --version
Python 2.7.5
{code}

> Wrong cqlsh python library location in cassandra-3.11.11-1 rhel packages 
> -------------------------------------------------------------------------
>
>                 Key: CASSANDRA-16822
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16822
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: Ville Savolainen
>            Assignee: Brandon Williams
>            Priority: Normal
>             Fix For: 2.2.20, 3.0.26, 3.11.12
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> cqlsh does not work because cqlshlib is in wrong location while I think it should be in python2.7 for cassandra-3.11
> cassandra.spec seems to define python interpreter to /usr/bin/python so I think build environment has been changed after 3.11.10 so /usr/bin/python points to python3 instead of python2.
> cassandra-3.11.10 did have chqlshlib in python2.7 site-packages
> {noformat}
> $ rpm -qpl cassandra-3.11.11-1.noarch.rpm |grep cql
> warning: cassandra-3.11.11-1.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID 0b84c041: NOKEY
> /etc/cassandra/default.conf/cqlshrc.sample
> /usr/bin/cqlsh
> /usr/bin/cqlsh.py
> /usr/bin/debug-cql
> /usr/lib/python3.6/site-packages/cqlshlib
> /usr/lib/python3.6/site-packages/cqlshlib/__init__.py
> /usr/lib/python3.6/site-packages/cqlshlib/copyutil.py
> /usr/lib/python3.6/site-packages/cqlshlib/cql3handling.py
> /usr/lib/python3.6/site-packages/cqlshlib/cqlhandling.py
> /usr/lib/python3.6/site-packages/cqlshlib/cqlshhandling.py
> /usr/lib/python3.6/site-packages/cqlshlib/displaying.py
> /usr/lib/python3.6/site-packages/cqlshlib/formatting.py
> /usr/lib/python3.6/site-packages/cqlshlib/helptopics.py
> /usr/lib/python3.6/site-packages/cqlshlib/pylexotron.py
> /usr/lib/python3.6/site-packages/cqlshlib/saferscanner.py
> /usr/lib/python3.6/site-packages/cqlshlib/sslhandling.py
> /usr/lib/python3.6/site-packages/cqlshlib/tracing.py
> /usr/lib/python3.6/site-packages/cqlshlib/util.py
> /usr/lib/python3.6/site-packages/cqlshlib/wcwidth.py
> {noformat}
>  
> Pull request to cassandra-3.11: https://github.com/apache/cassandra/pull/1124



--
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