platformio-core-installer icon indicating copy to clipboard operation
platformio-core-installer copied to clipboard

Python interpreter not found

Open bzucak opened this issue 3 years ago • 3 comments

Hello I have a problem with instalation of platformio on Linux 16.04.7 LTS. the Platformio exstension isnot able locate the python interpreter even if propper version already installed as you can see on following figure: inter

I always obtain this message: err

Specification of the Interpreter patch, or Try again does snot work.

I tried to modify extension path as folows path and set the portable build in interpreter portable but nothing worked.

I am totaly out of the idea what might be wrong. I will be glad for any hints.

bzucak avatar Aug 11 '22 08:08 bzucak

Thanks for the report!

Please re-test with the next:

  1. Close VSCode
  2. Open system terminal and cd /tmp
  3. wget https://raw.githubusercontent.com/platformio/platformio-core-installer/develop/get-platformio.py
  4. python3.10 get-platformio.py
  5. Start VSCode

Does it work now?

ivankravets avatar Aug 12 '22 11:08 ivankravets

Hello unfortunately it doesnot work, I received the following err: image

bzucak avatar Aug 13 '22 16:08 bzucak

It works great. Thanks for the report. The rest of issues are systems issues. Please google for the SSL error. You need to install additional apt packages

ivankravets avatar Aug 13 '22 17:08 ivankravets