What happened?
We need to update stager.py and the entrypoints for Beam's container and Dataflow internal container to work with the new wheel format.
pointers:
https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/portability/stager.py#L721
|
wheelName = fmt.Sprintf("cp%s-cp%sm-manylinux1_x86_64.whl", pyVersion, pyVersion) |
Issue Priority
Priority: 1
Issue Component
Component: sdk-py-core