I am unable to install PlatformIO as it can't find python

I see this: , so I click “I have Py…”
image

Then a popup is ignorant enough to aks for .exe :slight_smile:

But it accepts “/usr/bin/python3” - which removes the red banner below the input box, but then it fails again once I press enter.

andre@andre-wks:~$ which python3
/usr/bin/python3
andre@andre-wks:~$ python3 -V
Python 3.11.6

Please help.

it was missing python3-venv package.

1 Like

Thanks, was experiencing the same issue.