wenjin272 opened a new pull request, #585: URL: https://github.com/apache/flink-agents/pull/585
<!-- * Thank you very much for contributing to Flink Agents. * Please add the relevant components in the PR title. E.g., [api], [runtime], [java], [python], [hotfix], etc. --> <!-- Please link the PR to the relevant issue(s). Hotfix doesn't need this. --> ### Purpose of change It appears that after the pulled uv version changed (0.11.0 -> 0.11.1), uv no longer installs pip by default in the virtual environment, causing subsequent builds to fail. <img width="2172" height="450" alt="image" src="https://github.com/user-attachments/assets/099e253b-4a1a-411e-a264-d287770fd039" /> I added the following command to built.sh to ensure that pip is installed: `uv run python -m ensurepip --default-pip` ### Tests <!-- How is this change verified? --> ### API <!-- Does this change touches any public APIs? --> ### Documentation <!-- Do not remove this section. Check the proper box only. --> - [ ] `doc-needed` <!-- Your PR changes impact docs --> - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-included` <!-- Your PR already contains the necessary documentation updates --> -- 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]
