Closed jrsmroz closed 4 years ago
I have the same issue today with Python 3.7.3 on Ubuntu
Seems like developers changed the master
branch name to main
. So https://raw.githubusercontent.com/microsoft/vscode-python/master/experiments.json
changes to https://raw.githubusercontent.com/microsoft/vscode-python/main/experiments.json
and break the download link.
I've disabled experiments, but that did not fixed my problems.
Same issue on Ubuntu
VSCode Version: 1.49.0-insider Commit: e4256dd1a02339bb1d56647ecd9134bf38bc7c03 Date: 2020-09-04T18:45:03.783Z Electron: 9.2.1 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Linux x64 5.4.0-45-generic
Ubuntu version Ubuntu 18.04.5 LTS
Python version Python 3.7.6
Conda version conda 4.8.2
I am experiencing the same issue, if I revert back to stable python extension it works fine.
@LittleJohnD Sonds like you are on the insiders version of the Python extension. This has been resolved and the fix should go out sometime today.
@j-mroz
Please could you confirm the version of the Python extension & VS Code installed. We are aware of a similar issue, however it is only experienced in the insider version of the extension & not in the stable version.
Based on the logs, you are using the insider version of the Python extension. Closing as a dup of https://github.com/microsoft/vscode-python/issues/13804
I had the same problem with Insider, it had disabled all my extensions on startup.
I had same problem, tried to reinstall the Python extension, but still not work
I have the same problem with the current build.
Same problem..
Same problem
Can anyone who is still experiencing this problem let us know what build of VS Code insiders and Python extension you're using? We believe this has been fixed in the most recent releases of both.
Can anyone who is still experiencing this problem let us know what build of VS Code insiders and Python extension you're using? We believe this has been fixed in the most recent releases of both.
Version: 1.50.0-insider (user setup) Commit: 73b33dcbc8204c23ae30b53ce129b32c6da98197 Date: 2020-09-24T09:42:09.149Z Electron: 9.3.0 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Windows_NT x64 10.0.20221
Python Extension version : ms-python.python-2020.9.111407
Hi everyone, I'm currently looking into this issue. I apologize for this issue. If you haven't already, please could you provide the following information:
Python
& Jupyter
output panels.
Python: Show Output
& copy the contentsPython: Show Jupyter Output
& copy the contentsconsole log
(select the command Developer: Toggle Developer Tools
& get the contents of the console
window).
settings.json
file as follows & restarting VSCode.
"python.logging.level": "debug",
Thank you for your patience
Hi everyone, please could install the following VSIX which contains additional logging:
Extension: Install from VSIX
"python.logging.level": "debug",
Python: Show Output
)
@DonJayamanne -- I'm having the same issue reported above. I followed your instructions and this is what I saw in the Python output panel:
`User belongs to experiment group 'ShowPlayIcon - start' User belongs to experiment group 'DebugAdapterFactory - experiment' User belongs to experiment group 'PtvsdWheels37 - experiment' User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - control' User belongs to experiment group 'LocalZMQKernel - experiment' User belongs to experiment group 'CollectLSRequestTiming - control' User belongs to experiment group 'CollectNodeLSRequestTiming - experiment' User belongs to experiment group 'EnableIPyWidgets - experiment' User belongs to experiment group 'DeprecatePythonPath - experiment' User belongs to experiment group 'RunByLine - control' User belongs to experiment group 'CustomEditorSupport - control' User belongs to experiment group 'pythonaacf'
conda --version pyenv root python3.7 ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python3.6 ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python3 ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python2 ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" ~/miniconda2/bin/conda info --json python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" Error 2020-09-25 23:48:07: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): Unable to read file 'vscode-remote://wsl+ubuntu/home/dcieslak/.config/Code/User/settings.json' (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open '/home/dcieslak/.config/Code/User/settings.json') at _handleError (/home/dcieslak/.vscode-server/bin/e5e9e69aed6e1984f7499b7af85b3d05f9a6883a/out/vs/server/remoteExtensionHostProcess.js:730:74) at processTicksAndRejections (internal/process/task_queues.js:94:5) at async y.readText (/home/dcieslak/.vscode-server/extensions/ms-python.python-2020.9.0/out/client/extension.js:1:498797) at async p.doesFileNeedToBeFixed (/home/dcieslak/.vscode-server/extensions/ms-python.python-2020.9.0/out/client/extension.js:56:961676) at async /home/dcieslak/.vscode-server/extensions/ms-python.python-2020.9.0/out/client/extension.js:56:960803 at async Promise.all (index 0) at async p.getFilesToBeFixed (/home/dcieslak/.vscode-server/extensions/ms-python.python-2020.9.0/out/client/extension.js:56:960749) at async p.updateTestSettings (/home/dcieslak/.vscode-server/extensions/ms-python.python-2020.9.0/out/client/extension.js:56:960376)] { code: 'FileNotFound', name: 'EntryNotFound (FileSystemError)' } ~/miniconda2/bin/conda env list ~/miniconda2/bin/conda env list Error 2020-09-25 23:48:07: Jupyter Kernel Spec not found for a local connection Error 2020-09-25 23:48:07: Failed to determine if a notebook is active for the current editor Failed to find a kernelspec to use for ipykernel launch Error 2020-09-25 23:48:07: Failed to initialize S Failed to find a kernelspec to use for ipykernel launch Error 2020-09-25 23:48:07: DataScience Error Failed to find a kernelspec to use for ipykernel launch Error 2020-09-25 23:48:07: Failed to initialize ipywidgetHandler Failed to find a kernelspec to use for ipykernel launch Starting Jedi Python language engine. Error 2020-09-25 23:48:07: Diagnostic Code: InvalidPythonInterpreterDiagnostic, Message: No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging. Diagnostic Code: InvalidPythonInterpreterDiagnostic, Message: No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging. ~/miniconda2/envs/py3/bin/python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import jupyter" ~/miniconda2/envs/py3/bin/python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import notebook" Error 2020-09-25 23:48:09: Jupyter Kernel Spec not found for a local connection Error 2020-09-25 23:48:09: DataScience Error Failed to find a kernelspec to use for ipykernel launch ~/miniconda2/envs/py3/bin/python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py pip --version Error 2020-09-25 23:48:37: Jupyter Kernel Spec not found for a local connection Error 2020-09-25 23:48:37: DataScience Error Failed to find a kernelspec to use for ipykernel launch Error 2020-09-25 23:48:47: Jupyter Kernel Spec not found for a local connection Error 2020-09-25 23:48:47: DataScience Error Failed to find a kernelspec to use for ipykernel launch ~/miniconda2/envs/py3/bin/python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py pip --version Error 2020-09-25 23:50:16: Jupyter Kernel Spec not found for a local connection Error 2020-09-25 23:50:16: DataScience Error Failed to find a kernelspec to use for ipykernel launch Error 2020-09-25 23:50:23: Jupyter Kernel Spec not found for a local connection Error 2020-09-25 23:50:23: DataScience Error Failed to find a kernelspec to use for ipykernel launch Error 2020-09-25 23:50:31: Jupyter Kernel Spec not found for a local connection Error 2020-09-25 23:50:31: DataScience Error Failed to find a kernelspec to use for ipykernel launch Error 2020-09-25 23:50:45: Jupyter Kernel Spec not found for a local connection Error 2020-09-25 23:50:45: DataScience Error Failed to find a kernelspec to use for ipykernel launch Error 2020-09-25 23:51:09: Jupyter Kernel Spec not found for a local connection Error 2020-09-25 23:51:09: DataScience Error Failed to find a kernelspec to use for ipykernel launch `
@davidcieslak Thanks for providing the logs. Looks like you do not have a valid python interpreter selected. See below error in the logs. You probably would have received an error message related to this (generally displayed on the bottom right or VS Code).
Error 2020-09-25 23:48:07: Diagnostic Code: InvalidPythonInterpreterDiagnostic, Message: No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging.
Diagnostic Code: InvalidPythonInterpreterDiagnostic, Message: No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging.
Please could you confirm you have selected a Python interpreter.
Check the bottom left hand corner of of the status bar. You might want to delete the setting python.pythonPath
in your workspace .vscode/settings.json
file.
To fix this, please please select the command Python Select Interpreter
from the command palette.
Once done, retry please let me know how this goes.
@DonJayamanne -- You're correct in that a notification pops up about selecting a Python interpreter. I do select a valid one (3.8.5) at that point. The messages starting around 2020-09-25 23:48:37 come after I've selected the interpreter. I'm primarily getting messages of this type upon selecting the interpreter:
Error 2020-09-28 13:46:14: Jupyter Kernel Spec not found for a local connection Error 2020-09-28 13:46:14: Failed to initialize S Failed to find a kernelspec to use for ipykernel launch Error 2020-09-28 13:46:14: DataScience Error Failed to find a kernelspec to use for ipykernel launch Error 2020-09-28 13:46:14: Failed to initialize ipywidgetHandler Failed to find a kernelspec to use for ipykernel launch
@davidcieslak Please could you upload all of the logs. THanks
Same issue here, and rolling back to old version fixes this.
User belongs to experiment group 'ShowPlayIcon - start' User belongs to experiment group 'DebugAdapterFactory - experiment' User belongs to experiment group 'PtvsdWheels37 - experiment' User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - control' User belongs to experiment group 'LocalZMQKernel - experiment' User belongs to experiment group 'CollectLSRequestTiming - control' User belongs to experiment group 'CollectNodeLSRequestTiming - experiment' User belongs to experiment group 'EnableIPyWidgets - experiment' User belongs to experiment group 'DeprecatePythonPath - experiment' User belongs to experiment group 'RunByLine - control' User belongs to experiment group 'CustomEditorSupport - control' User belongs to experiment group 'pythonaacf'
conda --version pyenv root python3.7 ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python3.6 ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python3 ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python2 ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" ~/miniconda2/bin/conda info --json python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" Error 2020-09-28 14:39:14: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): Unable to read file 'vscode-remote://wsl+ubuntu/home/dcieslak/.config/Code/User/settings.json' (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open '/home/dcieslak/.config/Code/User/settings.json') at _handleError (/home/dcieslak/.vscode-server/bin/e5e9e69aed6e1984f7499b7af85b3d05f9a6883a/out/vs/server/remoteExtensionHostProcess.js:730:74) at processTicksAndRejections (internal/process/task_queues.js:94:5) at async y.readText (/home/dcieslak/.vscode-server/extensions/ms-python.python-2020.9.0/out/client/extension.js:1:498797) at async p.doesFileNeedToBeFixed (/home/dcieslak/.vscode-server/extensions/ms-python.python-2020.9.0/out/client/extension.js:56:961676) at async /home/dcieslak/.vscode-server/extensions/ms-python.python-2020.9.0/out/client/extension.js:56:960803 at async Promise.all (index 0) at async p.getFilesToBeFixed (/home/dcieslak/.vscode-server/extensions/ms-python.python-2020.9.0/out/client/extension.js:56:960749) at async p.updateTestSettings (/home/dcieslak/.vscode-server/extensions/ms-python.python-2020.9.0/out/client/extension.js:56:960376)] { code: 'FileNotFound', name: 'EntryNotFound (FileSystemError)' } python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)" ~/miniconda2/bin/conda env list ~/miniconda2/bin/conda env list Error 2020-09-28 14:39:14: Jupyter Kernel Spec not found for a local connection Error 2020-09-28 14:39:14: Failed to determine if a notebook is active for the current editor Failed to find a kernelspec to use for ipykernel launch Error 2020-09-28 14:39:14: Failed to initialize S Failed to find a kernelspec to use for ipykernel launch Error 2020-09-28 14:39:14: DataScience Error Failed to find a kernelspec to use for ipykernel launch Error 2020-09-28 14:39:14: Failed to initialize ipywidgetHandler Failed to find a kernelspec to use for ipykernel launch Starting Jedi Python language engine. Error 2020-09-28 14:39:14: Diagnostic Code: InvalidPythonInterpreterDiagnostic, Message: No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging. Diagnostic Code: InvalidPythonInterpreterDiagnostic, Message: No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging. ~/miniconda2/envs/py3/bin/python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import notebook" ~/miniconda2/envs/py3/bin/python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import jupyter" ~/miniconda2/envs/py3/bin/python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel" ~/miniconda2/envs/py3/bin/python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v Error 2020-09-28 14:39:35: Failed to download and store experiments, Class name = b, completed in 25219ms, has a falsy return value, , Return Value: undefined [Error: getaddrinfo EAI_AGAIN raw.githubusercontent.com at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26)] { errno: 'EAI_AGAIN', code: 'EAI_AGAIN', syscall: 'getaddrinfo', hostname: 'raw.githubusercontent.com' } Error 2020-09-28 14:39:35: Failed to initialize experiments, Class name = b, completed in 25220ms, has a falsy return value, , Return Value: undefined [Error: getaddrinfo EAI_AGAIN raw.githubusercontent.com at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26)] { errno: 'EAI_AGAIN', code: 'EAI_AGAIN', syscall: 'getaddrinfo', hostname: 'raw.githubusercontent.com' }
Note the above generates two notifications: “Failed to find a kernelspec to use for ipykernel launch” and “No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging.”
~/miniconda2/envs/py3/bin/python ~/.vscode-server/extensions/ms-python.python-2020.9.0/pythonFiles/pyvsc-run-isolated.py pip --version
Error 2020-09-28 14:41:22: Jupyter Kernel Spec not found for a local connection Error 2020-09-28 14:41:22: Failed to initialize S Failed to find a kernelspec to use for ipykernel launch Error 2020-09-28 14:41:22: DataScience Error Failed to find a kernelspec to use for ipykernel launch Error 2020-09-28 14:41:22: Failed to initialize ipywidgetHandler Failed to find a kernelspec to use for ipykernel launch
@davidcieslak
Do you always get the prompt No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging.
Questions
@ongcwang3 I'm sorry you had to downgrade the extension. Please could you install the extension with additional logging. Further information can be found here. https://github.com/microsoft/vscode-python/issues/13809#issuecomment-699083511
I'd like your help to get to the bottom of this, so that you can continue using the new version of the extension with newer features & fixes other known issues.
@davidcieslak Do you always get the prompt
No Python interpreter is selected. You need to select a Python interpreter to enable features such as IntelliSense, linting, and debugging.
yes
Questions
- I.e after reloading VS Code, do you still get this prompt?
I get this prompt for every session. Once I've selected an interpreter, I don't get it any more. However, if I do select "Developer: Reload Window" then I do get the prompt again.
- Do you have a workspace folder opened?
No
@davidcieslak Thanks for providing the requested information. I looks like you are having a different issue. I have created an issue for you here https://github.com/microsoft/vscode-python/issues/14141 Please could you fill in the requested information (OS, Python Extnsion Version, VS Code Version)
Same problem
Downloaded vsix file from https://github.com/microsoft/vscode-python/releases/download/2020.9.112786/ms-python-release.vsix (which is latest as of now and released on Sep-29-2020) and installed manually using "Install from VSIX" option from VS Code (Ctrl+Shift+p - Win/Linux, Cmd+Shift+p - Mac) and fixed the issue.
Today 2021/02, using W10, WSL2 with Ubuntu, I have exactly the same problem. Using the latest released insiders version of VSCode.
Today 2021/02, using W10, WSL2 with Ubuntu, I have exactly the same problem. Using the latest released insiders version of VSCode.
Same here
Same :( exact config as above except using default channel instead of insiders version
Bug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
print(1)
and try to runActual behavior
Failed to find a kernelspec to use for ipykernel launch
jupyer-notebook
commandExpected behavior
Your Jupyter and/or Python environment
Please provide as much info as you readily know
https://code.visualstudio.com/docs/python/jupyter-support
or another Python environment in which you've installed the Jupyter package
) it is OK.Python Output
User belongs to experiment group 'ShowPlayIcon - start' User belongs to experiment group 'DebugAdapterFactory - experiment' User belongs to experiment group 'PtvsdWheels37 - experiment' User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - control' User belongs to experiment group 'AA_testing - experiment' User belongs to experiment group 'LocalZMQKernel - experiment' User belongs to experiment group 'CollectLSRequestTiming - control' User belongs to experiment group 'CollectNodeLSRequestTiming - experiment' User belongs to experiment group 'EnableIPyWidgets - experiment' User belongs to experiment group 'RunByLine - control' User belongs to experiment group 'CustomEditorSupport - control' Info 2020-09-05 19:51:06: id is ffa7c811-1d8f-43a7-b6b5-f4658305535a User belongs to experiment group 'pythonaa' User belongs to experiment group 'pythonTipPromptWording' Info 2020-09-05 19:51:06: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Notify locators are locating, Class name = p, completed in 2ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false Info 2020-09-05 19:51:06: Detected refreshing of Interpreters, Class name = p, completed in 2ms, has a falsy return value, Arg 1: {}, Return Value: undefined Info 2020-09-05 19:51:06: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false Info 2020-09-05 19:51:06: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined Info 2020-09-05 19:51:06: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false Info 2020-09-05 19:51:06: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined Info 2020-09-05 19:51:06: Create file systemwatcher with pattern /python Info 2020-09-05 19:51:06: Create file systemwatcher with pattern /*/python Info 2020-09-05 19:51:06: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false Info 2020-09-05 19:51:06: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined Info 2020-09-05 19:51:06: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false Info 2020-09-05 19:51:06: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined Info 2020-09-05 19:51:06: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined Info 2020-09-05 19:51:06: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false Info 2020-09-05 19:51:06: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined Info 2020-09-05 19:51:06: Get Interpreters in CacheableLocatorService, Class name = m, completed in 29ms, has a truthy return value, Arg 1: <Uri:/Users/mroz/workspace/jupyter>, Return Value: [] Info 2020-09-05 19:51:06: Get Interpreters in CacheableLocatorService, Class name = m, completed in 25ms, has a truthy return value, Arg 1: <Uri:/Users/mroz/workspace/jupyter>, Return Value: [] Info 2020-09-05 19:51:06: Get Interpreters in CacheableLocatorService, Class name = m, completed in 24ms, has a truthy return value, Arg 1: <Uri:/Users/mroz/workspace/jupyter>, Return Value: [] Info 2020-09-05 19:51:06: Register Interpreter Watcher, Class name = p, completed in 22ms, has a falsy return value, Arg 1: <Uri:/Users/mroz/workspace/jupyter>, Return Value: undefined Info 2020-09-05 19:51:06: Get Interpreters in CacheableLocatorService, Class name = m, completed in 22ms, has a truthy return value, Arg 1: <Uri:/Users/mroz/workspace/jupyter>, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.5-final","major":3,"minor":8,"patch":5,"prerelease":["final"],"build":[],"version":"3.8.5-final"},"sysPrefix":"/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8","fileHash":"0ca049f62ca67b64ffbb594f6af9451ac4ec7bdec19de72593c977b71ec4a7b96646224769a0bea9c727866dae5b9cca5796215c46960d076d6c32815ec9955d","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.5-final","major":3,"minor":8,"patch":5,"prerelease":["final"],"build":[],"version":"3.8.5-final"},"sysPrefix":"/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8","fileHash":"b2c8a43e4237fa818908572ef005e9056192c30cc19bc19ac8b58b3763408891a89aa7ba2ab67f5c39305da66a9b9dfc44b3bc5d3230829c9e162c1df29c6606","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.5-final","major":3,"minor":8,"patch":5,"prerelease":["final"],"build":[],"version":"3.8.5-final"},"sysPrefix":"/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8","fileHash":"0ca049f62ca67b64ffbb594f6af9451ac4ec7bdec19de72593c977b71ec4a7b96646224769a0bea9c727866dae5b9cca5796215c46960d076d6c32815ec9955d","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.5-final","major":3,"minor":8,"patch":5,"prerelease":["final"],"build":[],"version":"3.8.5-final"},"sysPrefix":"/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8","fileHash":"b2c8a43e4237fa818908572ef005e9056192c30cc19bc19ac8b58b3763408891a89aa7ba2ab67f5c39305da66a9b9dfc44b3bc5d3230829c9e162c1df29c6606","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"3e69c0f281fbf60c6a98b9a7f66b7e9bff09a5772afa5fbfd28033e2a046a5207b20cca7fda89f229ac52905af16e2f43286db8041f3051aac0bdc65b567c22a","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"11e3766acb017181351af7068fd1472c05106677200ca67a2a600dbe91fae2d813b5fce9a9983c4c13335e5d7950067acdbde6d7883f3f2dac864ed87239f8c6","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"49a32306daeb90fb0bba247a2af342126f1502d6c2eaf023466f0b5b5b192852cba7a0fc646c44e06aa36d92dfacd42b5898decfc5febbdd288982630c2e91f1","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"08d28501cb460ded954c871dec6c29ce869775ae66928793cccb06bcd3f1593e515efae3e500c20faff3a502d096cea1eda39010c5671ddc2943774097f0c74d","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.5-final","major":3,"minor":8,"patch":5,"prerelease":["final"],"build":[],"version":"3.8.5-final"},"sysPrefix":"/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8","fileHash":"0ca049f62ca67b64ffbb594f6af9451ac4ec7bdec19de72593c977b71ec4a7b96646224769a0bea9c727866dae5b9cca5796215c46960d076d6c32815ec9955d","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.5-final","major":3,"minor":8,"patch":5,"prerelease":["final"],"build":[],"version":"3.8.5-final"},"sysPrefix":"/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8","fileHash":"b2c8a43e4237fa818908572ef005e9056192c30cc19bc19ac8b58b3763408891a89aa7ba2ab67f5c39305da66a9b9dfc44b3bc5d3230829c9e162c1df29c6606","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"3e69c0f281fbf60c6a98b9a7f66b7e9bff09a5772afa5fbfd28033e2a046a5207b20cca7fda89f229ac52905af16e2f43286db8041f3051aac0bdc65b567c22a","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"11e3766acb017181351af7068fd1472c05106677200ca67a2a600dbe91fae2d813b5fce9a9983c4c13335e5d7950067acdbde6d7883f3f2dac864ed87239f8c6","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"49a32306daeb90fb0bba247a2af342126f1502d6c2eaf023466f0b5b5b192852cba7a0fc646c44e06aa36d92dfacd42b5898decfc5febbdd288982630c2e91f1","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"08d28501cb460ded954c871dec6c29ce869775ae66928793cccb06bcd3f1593e515efae3e500c20faff3a502d096cea1eda39010c5671ddc2943774097f0c74d","envType":"Unknown","cachedEntry":true}] Info 2020-09-05 19:51:06: Get Interpreters in CacheableLocatorService, Class name = m, completed in 20ms, has a truthy return value, Arg 1: <Uri:/Users/mroz/workspace/jupyter>, Return Value: [{"architecture":3,"path":"/usr/local/opt/python@3.8/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.5-final","major":3,"minor":8,"patch":5,"prerelease":["final"],"build":[],"version":"3.8.5-final"},"sysPrefix":"/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8","fileHash":"2b47c4a0831f1ad74ddac86f89704a4a2ec9d6ec99078527a8aab77d6597163c6e8bea0698a0030e7d48692d45f45c2039540d5347858d2fe02378a4131e3537","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"ad6a59f9c8e7091388e4d82d49b12c8dbe715e6e994e047186a15968488723b4fe8853ca28d48ddbd8e45f122f74d746be2fdacaba2848549cbc5169f4e18fea","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"ad6a59f9c8e7091388e4d82d49b12c8dbe715e6e994e047186a15968488723b4fe8853ca28d48ddbd8e45f122f74d746be2fdacaba2848549cbc5169f4e18fea","envType":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/opt/python@3.8/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.5-final","major":3,"minor":8,"patch":5,"prerelease":["final"],"build":[],"version":"3.8.5-final"},"sysPrefix":"/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8","fileHash":"2b47c4a0831f1ad74ddac86f89704a4a2ec9d6ec99078527a8aab77d6597163c6e8bea0698a0030e7d48692d45f45c2039540d5347858d2fe02378a4131e3537","envType":"Unknown","cachedEntry":true}] Info 2020-09-05 19:51:06: ZMQ install verified. Info 2020-09-05 19:51:06: Build the workspace interpreter watcher, Class name = d, completed in 25ms, has a truthy return value, Arg 1: <Uri:/Users/mroz/workspace/jupyter>, Return Value:
Info 2020-09-05 19:51:06: Rule = settings, result = exit
Info 2020-09-05 19:51:06: autoSelectInterpreter, Class name = f, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/mroz/workspace/jupyter>, Arg 2: , Return Value: undefined
Info 2020-09-05 19:51:06: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2020-09-05 19:51:06: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
Info 2020-09-05 19:51:06: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
Info 2020-09-05 19:51:06: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
Info 2020-09-05 19:51:06: Rule = windowsRegistry, result = runNextRule
Info 2020-09-05 19:51:06: Executing next rule from windowsRegistry
Info 2020-09-05 19:51:06: Rule = settings, result = exit
Info 2020-09-05 19:51:06: autoSelectInterpreter, Class name = f, completed in 2ms, has a falsy return value, Arg 1: <Uri:/Users/mroz/workspace/jupyter>, Return Value: undefined
Info 2020-09-05 19:51:06: autoSelectInterpreter, Class name = f, completed in 3ms, has a falsy return value, Arg 1: <Uri:/Users/mroz/workspace/jupyter>, Return Value: undefined
Info 2020-09-05 19:51:06: > conda --version
Additional info
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer, @joyceerhl