-
Notifications
You must be signed in to change notification settings - Fork 299
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
the same conda environment listed 3 times in kernel picker #12207
Comments
@amunger i think its only dispalyed 2 times, not three. |
1st, 3rd and 4th are the same, the third is just a relative path where the others are fully qualified |
@amunger please could you:
The logs you have provided aren't sufficient as it doesnlt contain the logs from when you created the conda env. |
note - the MRU kernel picker was used to create the environment and does not show duplicates. Switching back to the old kernel picker will show the duplicates. (C:\SRC\TEST\6.CONDA\PYTHON.EXE in this repro) |
how did you create the conda env, did you do this manually via the CLI or via the python extension commands |
with the MRU kernel picker: Select another kernel... -> Python Environments -> Create python environment -> conda |
Found the problem, sometimes the Uri (path to the executable) is upper cased and in other cases its not upper cased. Upstream bug microsoft/vscode-python#20300
|
@amunger this should be fixed in the latest pre-release version of Jupyter and Python extensxions. |
Testing #11963
after creating a conda env in the workspace and reloading vscode a few times, and disabling the mru kernel picker, I see the same environment listed multiple times:
jupyterlogs.txt
The text was updated successfully, but these errors were encountered: