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

Python interpreters on Windows are reported as 'Unknown' #11304

Closed
kimadeline opened this issue Apr 21, 2020 · 2 comments
Closed

Python interpreters on Windows are reported as 'Unknown' #11304

kimadeline opened this issue Apr 21, 2020 · 2 comments
Labels
area-diagnostics Logging/Features to facilitate diagnosing user problems area-environments Features relating to handling interpreter environments bug Issue identified by VS Code Team member as probable bug needs spike Label for issues that need investigation before they can be worked on. verified Verification succeeded
Milestone

Comments

@kimadeline
Copy link

On master, commit 1768483, after having added the readdir fix for #10850 manually:

Interpreters installed from the Windows Store are of type Unknown because they are found through the KnownPathService locator, and not WindowsRegistryService:

image

And interpreters installed from python.org are also of type Unknown because they are found using the WindowsRegistryService locator:

image

@kimadeline kimadeline added bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team area-diagnostics Logging/Features to facilitate diagnosing user problems area-environments Features relating to handling interpreter environments labels Apr 21, 2020
@karthiknadig karthiknadig added the needs spike Label for issues that need investigation before they can be worked on. label Apr 22, 2020
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Apr 22, 2020
@karthiknadig
Copy link
Member

The spike is to find more places where we use UNKNOWN

@karrtikr karrtikr added this to the October 2021 milestone Oct 21, 2021
@karrtikr
Copy link

No longer valid.

@karrtikr karrtikr added the verified Verification succeeded label Oct 25, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-diagnostics Logging/Features to facilitate diagnosing user problems area-environments Features relating to handling interpreter environments bug Issue identified by VS Code Team member as probable bug needs spike Label for issues that need investigation before they can be worked on. verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants