VS Code failed to resovle the correct Python path #24610
Unanswered
wyatt-wong
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Try adding this to your user settings: then reload and see if it improves. If not Create a bug, and include logs from both Output> Python and Output> python locator. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed the Python and Jupyter extensions from Microsoft, but everytime when I create a new Jupyter notebook or opened an existing Jupyter notebook, I found that VS Code was stuck in executing "Reactivating terminals" and it is finding the old version of Python 3.13.0 as follows:
[error] sendStartupTelemetry() failed. l [Error]: Failed to resolve env "/Users/wyattwong/.pyenv/versions/3.13.0/bin/python"
I checked the Default Interpreter Path is pointing to /Users/wyattwong/.pyenv/versions/venv/bin/python
I checked the /Users/wyattwong/.pyenv/versions/venv/bin/python is already pointing to the correct Python version 3.13.1.
How do I fix this issue ?
Beta Was this translation helpful? Give feedback.
All reactions