When I try to install PIO in SSH remote, it can't find python interpreter. I then got a pop-up wich tells me either to install it or to locate the executable (as shown below).
I have python 3.10.6 on my linux machine (remote) and python 3.11 on my windows machine (host). If I try to specify a path for the executable no matter what I write, PIO keeps saying it's an invalid path (on the picture I tried with python, but I also tried with python3 and others).
Error code given by PIO after aborting the installation:
Error: Can not find Python Interpreter. Please install Python 3.6 or above manually
at ZA.whereIsPython (/home/julien/.vscode-server/extensions/platformio.platformio-ide-3.3.0-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:956687)
at async ZA.install (/home/julien/.vscode-server/extensions/platformio.platformio-ide-3.3.0-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:959810)
at async k.install (/home/julien/.vscode-server/extensions/platformio.platformio-ide-3.3.0-linux-x64/dist/extension.js:1:9248)
at async /home/julien/.vscode-server/extensions/platformio.platformio-ide-3.3.0-linux-x64/dist/extension.js:1:45104...
Hi,
When I try to install PIO in SSH remote, it can't find python interpreter. I then got a pop-up wich tells me either to install it or to locate the executable (as shown below). I have python 3.10.6 on my linux machine (remote) and python 3.11 on my windows machine (host). If I try to specify a path for the executable no matter what I write, PIO keeps saying it's an invalid path (on the picture I tried with python, but I also tried with python3 and others).
Note :
python
is a symbolic link topython3
.Error code given by PIO after aborting the installation:
Thanks for the help !