[
https://issues.apache.org/jira/browse/NIFI-14323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933999#comment-17933999
]
ASF subversion and git services commented on NIFI-14323:
--------------------------------------------------------
Commit d9187f3ad1c0912434879b9f9fb0bdd5ab2d9244 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=d9187f3ad1 ]
NIFI-14323 Added Support for Astral uv to Install Python Dependencies
- Added setup-uv to system-tests workflow
- Preferred uv for installing Python dependencies when command is found
- Installed Astral uv in Docker image build
- Removed python3-pip package from Docker image build
This closes #9771.
Signed-off-by: Lehel Boer <[email protected]>
> Add Support for Astral uv to Install Python Dependencies
> --------------------------------------------------------
>
> Key: NIFI-14323
> URL: https://issues.apache.org/jira/browse/NIFI-14323
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The [Astral uv|https://docs.astral.sh/uv/] project is a modern Python package
> manager that provides optimized support for installing Python libraries. The
> uv project has a [pip interface|https://docs.astral.sh/uv/pip/] that provides
> a direct replacement for standard Python pip commands. The uv pip interface
> provides such optimized capabilities as parallel dependency downloading,
> significantly reducing the time required to install Python dependencies.
> Support for Astral uv should be implemented using command detection so that
> the NiFi Python Extension Manager prefers {{uv pip}} instead of Python pip
> when uv is available.
> Adding support for Astral uv should be integrated into the NiFi Docker image,
> removing the need to install the Python 3 pip package, and providing optimal
> support for Python Processors.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)