WillAyd commented on issue #2257:
URL: https://github.com/apache/arrow-adbc/issues/2257#issuecomment-2412632068
> We need to explicitly `setup-python` in every pipeline we use `pip` (see
stack trace)
FWIW I think you also need to specify the version of Python to use
```
- uses: actions/setup-python@v5
with:
python-version: '3.12'
```
The root cause of this is that `ubuntu-latest` switched from 22.04 to 24.04,
and the python version distributed with 24.04 is the first to adhere to PEP 668
--
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]