Details
-
Improvement
-
Status: Triage Needed
-
P2
-
Resolution: Fixed
-
None
-
None
Description
requirements.txt only supports source-distribution dependencies [1].
--extra_packages does not officially support wheel files [2].
It is possible to expand this to support binary distributions as long as we have the knowledge of the target platform.
We should take into consideration the mechanisms of staging dependencies through portability framework, and perhaps consolidate some of the existing options.
Attachments
Issue Links
- is related to
-
BEAM-13719 Install dependencies from requirements.txt on the container image when pre-building container image
- Resolved
- relates to
-
BEAM-14176 Beam dataflow hangs with requirements.txt
- Resolved
-
BEAM-13314 Revise recommendations to manage Python pipeline dependencies.
- Resolved
- links to