gaogaotiantian commented on code in PR #54154:
URL: https://github.com/apache/spark/pull/54154#discussion_r2780366227
##########
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:
Huh? Could you post the failure? It's only not supported in 3.14 or 3.14t?
That's how I install venv.
So `venv`, like many other "standard libraries", is actually optional to
Python package. How to package it is determined by the distribution. On Linux I
believe `venv` is not always packaged with python.
We can use `uv`, but this should in theory work. deadsnake should have it.
--
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]