pioarduino/pioarduino-vscode-ide

Missing python in v1.0.7

Closed this issue · 1 comments

When I update to v1.0.7, about half way though it complains about missing python 3.6+. I have the options to install python, select python, try again and abort the installation.
Because I like to keep my system clean I do not want to install a new python somewhere so I like to add the python of a specific conda environment. So I click select python, enter D:\Programme\Miniconda\envs\pioarduino\python.exe and a few seconds later it asks again. Also when using exactly python 3.6 in this environment it does not work.

Same behaviour when I update to v1.0.8 or freshly install one of these two version. With olderversion this is not a problem.
I am working with windows 11 and latest VS code.
And just to be clear: Yes I am using "pioarduino IDE" extension, not the other one.

So do I have to click install python?

Okay, I have done the same thing, but opened the .platformio/python3 folder and run python.exe --version to confirm it is python 3 and it just worked. I am absolutly not sure what happend there