zhengruifeng commented on code in PR #54154:
URL: https://github.com/apache/spark/pull/54154#discussion_r2780132490


##########
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:
   it seems we cannot install packages in this way, `deadsnakes` doesn't 
support such package.
   
   And for `venv`, do we need to additionally install it? It should be 
available after install python



-- 
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]

Reply via email to