raisinbl opened a new pull request, #2055:
URL: https://github.com/apache/phoenix/pull/2055

   # Problem
   can not start sqlline.py due to no module `pipes`
   ```bash
   Traceback (most recent call last):
     File "/opt/phoenix/bin/sqlline.py", line 103, in <module>
       (not args.noconnect and " -u " + phoenix_utils.shell_quote([jdbc_url]) 
or "") + \
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
     File "/opt/phoenix-hbase-2.5-5.2.1-bin/bin/phoenix_utils.py", line 209, in 
shell_quote
       import pipes
   ModuleNotFoundError: No module named 'pipes'
   ```
   
   # Causes
   - `pipes` module is deprecated in python 3.13
   
   # Fix
   changes `pipes` module to `shlex`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to