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

Brad Schoening edited comment on CASSANDRA-17417 at 3/29/22, 1:01 AM:
----------------------------------------------------------------------

Does this occur because the driver isn't installed with 'pip', but is loaded as 
a script?

The find_zip process here seems an unorthodox way to load modules.  But, this 
PR was never intended to address that, so restoring it makes sense.

Thanks [~brandon.williams] and [[email protected]] for the clever observations.


was (Author: bschoeni):
Does this occur because the driver isn't installed with 'pip', but is loaded as 
a script?

> Replace use of 'six' compatibility library with python 3 equivalents
> --------------------------------------------------------------------
>
>                 Key: CASSANDRA-17417
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17417
>             Project: Cassandra
>          Issue Type: Task
>          Components: CQL/Interpreter
>            Reporter: Brad Schoening
>            Assignee: Brad Schoening
>            Priority: Normal
>             Fix For: 4.x
>
>         Attachments: signature.asc, signature.asc, six.pdf
>
>          Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> _Six_ is a _Python_ 2 and 3 compatibility library.  It provides simple 
> utilities for wrapping the differences between Python 2 and Python 3. It is 
> intended to support codebases that work on both Python 2 and 3.
> Since CQLSH requires python version >= 3.6, its use can be replaced with 
> native python 3 constructs.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to