AnandInguva opened a new issue, #22637: URL: https://github.com/apache/beam/issues/22637
### What would you like to happen? RIght now, the beam python sdk uses `cibuildwheel==1.11.0` that use get-pip.py to install the PyPI dependencies. There has been some issues related to `get-pip.py`, setuptools>=60.0 and distutils, which causes the RC wheels build to fail. As of now, the workaround has been added at https://github.com/apache/beam/pull/22636 and https://github.com/apache/beam/pull/22635 by introducing the environment variable `SETUPTOOLS_USE_DISTUTILS=stdlib`. This can be removed once the `cibuildwheel` gets updated to a latest version. `cibuildwheel` is not updated as part of the solution because it was taking so much time to build the aarch wheels and it causes time outs while building the RC wheels. ### Issue Priority Priority: 2 ### Issue Component Component: sdk-py-core -- 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]
