Open rsm31 opened 3 years ago
Thanks Scott - i'll take a look - even better I spotted the pull :)
Just a note to say that I am passing this extension over to ApamaCommunity and as part of the handover someone else will be working though this to get some direct experience. Hopefully it will happen soon.
Thanks John. Of course I'm happy to help, test, etc. if needed.
The Python installation detection in
getPysysInterpreter()
is looking forersion
in the output from the-V
option to the Python interpreter. However, all the Python interpreters I have available produce output of the formPython x.y.z
, e.g.This is on WSL2 Ubuntu 18.04 and Raspberry Pi OS December 2020, using Pythons from the standard repos, so I don't think there is anything weird going on in my environment. I've opened PR #21 to (maybe) fix this and a related issue I found while trying to debug the first one.