Code0x58 edited a comment on issue #2924: Py3 heronpy
URL: https://github.com/apache/incubator-heron/pull/2924#issuecomment-581578633
 
 
   That sounds great to me! I think as long as you can publish a heronpy that 
works with python3, and build a python3 pex, which you can run in the executor 
docker image, then that's job done (especially if python2 support is dropped).
   
   As a heads up, you may find that the PEX uses an overly specific interpreter 
(e.g. `python3.8` rather than `python3`) which will cause issues if you have a 
version mismatch or don't have the specific version on the PATH.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to