zhengruifeng commented on code in PR #54154:
URL: https://github.com/apache/spark/pull/54154#discussion_r2780418444
##########
dev/spark-test-image/python-314-nogil/Dockerfile:
##########
@@ -50,6 +50,7 @@ RUN apt-get update && apt-get install -y \
RUN add-apt-repository ppa:deadsnakes/ppa
RUN apt-get update && apt-get install -y \
python3.14-nogil \
+ python3.14-venv \
Review Comment:
https://github.com/zhengruifeng/spark/actions/runs/21749252022/job/62742834544
it acutually failed with `python3.14-pip`
When upgrading the os to ubuntu 24, it seems the `venv` is already available
after intsalling `python3.14`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]