tuhaihe commented on PR #1283: URL: https://github.com/apache/cloudberry/pull/1283#issuecomment-3144070235
We will have a failure during the build process if enabling the configure option `--with-pythonsrc-ext` without pre-installing the `python3-pip` package in Ubuntu. The following is how to fix it: - Pre-install `python3-pip` as a required dependency; - Check if the python3-pip is installed; if not, will install this package to resolve the failure. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
