gaogaotiantian commented on code in PR #53705: URL: https://github.com/apache/spark/pull/53705#discussion_r2666810205
########## dev/requirements.txt: ########## @@ -77,6 +77,8 @@ graphviz==0.20.3 flameprof==0.4 viztracer debugpy +pystack>=1.5.1; python_version!='3.13' and sys_platform=='linux' # no 3.13t wheels Review Comment: Unfortunately yes. `pystack` only supports Linux. Good news is that that's actually most of our users (and most of our CIs). We can't use it on mac locally though. Python 3.14 comes with remote exec capability which can does similar things (and supports all platforms). My goal is to use the latest python native method when possible and eventually get rid of `pystack`. -- 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]
