Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Manager - Python3 is installed already but installer does not recognise it #1783

Closed
electrojit opened this issue Oct 25, 2021 · 2 comments

Comments

@electrojit
Copy link

%23 Description of problem
Leave a comment...

BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN

%23 Configuration

VSCode: 1.61.2
PIO IDE: v2.3.4
System: Linux, 5.11.0-38-generic, x64

%23 Exception

Error: Can not find Python Interpreter. Please install Python 3.6 or above manually
  at H.value (/home/alien/.vscode/extensions/platformio.platformio-ide-2.3.4/node_modules/platformio-node-helpers/dist/index.js:1:765899)
  at processTicksAndRejections (internal/process/task_queues.js:93:5)
  at async H.value (/home/alien/.vscode/extensions/platformio.platformio-ide-2.3.4/node_modules/platformio-node-helpers/dist/index.js:1:764349)
  at async t.default.install (/home/alien/.vscode/extensions/platformio.platformio-ide-2.3.4/dist/extension.js:1:6773)
  at async /home/alien/.vscode/extensions/platformio.platformio-ide-2.3.4/dist/extension.js:1:12776
@Slushee-a
Copy link

It spits out this error but what it actually has missing isn't python3.8. It is missing python3-venv, because for some reason it doesn't come with ubuntu (and it's different flavors). You just have to do sudo apt install python3-venv in your terminal and restart vs code. Try installing Platform IO again and it should suceed.

@ivankravets
Copy link
Member

See the solution in #1774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants