-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Windows: Discovering Python Interpreters takes forever #135210
Comments
Also, running 'Python: Select Interpreter' from the command palette does not offer a list of interpreters (and appears to do nothing). |
Uninstalling the MS Python extension, reloading VS Code, and re-installing the Python extension (v2021.10.1336267007) does not resolve the issue (same symptoms afterwards). |
Same here... |
same... |
/extPython |
Just a quick follow up. Why is the step of 'discovering python interpreters' always necessary, even though the code that I launched on open is dart? Is this step always happening because I have installed and enabled python extensions, even though I may not be using them in the current session? |
This issue is relating to the Python extension, you should ask questions about it at vscode-python |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
I'm unable to select a Python interpreter because VS Code never completes the process of discovering Python interpreters. This is 100% reproducible. I've waited up to 10 minutes but the 'Discovering Python Interpreters' spinner is still spinning.
For reference, this is a laptop with 500GB total SSD, 150 GB in use. Running "dir /s python.exe" from the root of the C: drive completes in (considerably) under one minute.
The text was updated successfully, but these errors were encountered: