[
https://issues.apache.org/jira/browse/PHOENIX-7553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17938993#comment-17938993
]
ASF GitHub Bot commented on PHOENIX-7553:
-----------------------------------------
stoty commented on PR #175:
URL:
https://github.com/apache/phoenix-queryserver/pull/175#issuecomment-2758531904
The commit message should be the same as the JIRA description.
Please update all three to be the same.
> Python3.13 dropped support for pipes module
> -------------------------------------------
>
> Key: PHOENIX-7553
> URL: https://issues.apache.org/jira/browse/PHOENIX-7553
> Project: Phoenix
> Issue Type: Bug
> Components: python
> Reporter: Norbert Mészáros
> Priority: Minor
>
> Python3.13 dropped support for pipes module
> [https://peps.python.org/pep-0594/]
>
> Solution could be to replace pipes with shlex.
>
> {code:java}
> python3.13 bin/sqlline.py localhost:57344
> Traceback (most recent call last):
> File "/Users/norbertmeszaros/IdeaProjects/phoenix/bin/sqlline.py", line
> 105, in <module>
> (not args.noconnect and " -u " + phoenix_utils.shell_quote([jdbc_url]) or
> "") + \
> ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
> File "/Users/norbertmeszaros/IdeaProjects/phoenix/bin/phoenix_utils.py",
> line 224, in shell_quote
> import pipes
> ModuleNotFoundError: No module named 'pipes'{code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)