You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python installation detection in getPysysInterpreter() is looking for ersion in the output from the -V option to the Python interpreter. However, all the Python interpreters I have available produce output of the form Python 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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: