Python Language Server will not start when opening a file without any folder opened
See original GitHub issueEnvironment data
- VS Code version:
1.45.1
- Extension version (available under the Extensions sidebar):
2020.5.80290
- OS and version:
macOS Catalina 10.15.5
- Python version (& distribution if applicable, e.g. Anaconda):
3.7.7, Homebrew
- Type of virtual environment used (N/A | venv | virtualenv | conda | …):
N/A
- Relevant/affected Python packages and their versions:
N/A
- Relevant/affected Python-related VS Code extensions and their versions:
vscodeintellicode 1.2.7
- Jedi or Language Server? (i.e. what is
"python.jediEnabled"
set to; more info microsoft/vscode-python#3977):python.jediEnabled: false
- Value of the
python.languageServer
setting:"python.languageServer": "Microsoft"
Expected behaviour
Intellicode starts and provides relevant functionality and recommendations.
Actual behaviour
Intellicode fails to start with the following error: Error while activating Python: {}
Steps to reproduce:
- Launch VS Code
- Open/create .py file
Logs
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
User belongs to experiment group 'AlwaysDisplayTestExplorer - control'
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 'WebHostNotebook - control'
User belongs to experiment group 'LocalZMQKernel - control'
User belongs to experiment group 'NativeNotebook - control'
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'
> python3.7 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3.6 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python2 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/local/bin/python3 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> conda --version
> pyenv root
> python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> conda info --json
Python interpreter path: /usr/local/bin/python3
> /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging
)
[Extension Host] Info Python Extension: 2020-05-31 14:07:00: id is c2502704-a485-435d-adbc-2469e16cf55b
console.ts:137 [Extension Host] Error Python Extension: 2020-05-31 14:07:00: Failed to activate a workspace, Class name = v, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jcoffman/Documents/Projects/Testing/test.py>, Return Value: undefined [Error: Cannot update workspace settings as no workspace is opened at m.update (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:90:659470) at m._copyWorkspaceFolderValueToNewStorage (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:90:660767) at m.copyOldInterpreterStorageValuesToNew (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:90:660330) at v.activateWorkspace (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:83:28284) at v.s.value (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:1:9412) at v.activate (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:83:27937) at processTicksAndRejections (internal/process/task_queues.js:85:5)]
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-31 14:07:00: Failure during activation. [Error: Cannot update workspace settings as no workspace is opened at m.update (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:90:659470) at m._copyWorkspaceFolderValueToNewStorage (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:90:660767) at m.copyOldInterpreterStorageValuesToNew (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:90:660330) at v.activateWorkspace (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:83:28284) at v.s.value (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:1:9412) at v.activate (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:83:27937) at processTicksAndRejections (internal/process/task_queues.js:85:5)]
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-31 14:07:00: sendStartupTelemetry() failed. [Error: Cannot update workspace settings as no workspace is opened at m.update (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:90:659470) at m._copyWorkspaceFolderValueToNewStorage (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:90:660767) at m.copyOldInterpreterStorageValuesToNew (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:90:660330) at v.activateWorkspace (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:83:28284) at v.s.value (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:1:9412) at v.activate (/Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:83:27937) at processTicksAndRejections (internal/process/task_queues.js:85:5)]
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: autoSelectInterpreter, Class name = f, completed in 0ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: autoSelectInterpreter, Class name = f, completed in 1ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: autoSelectInterpreter, Class name = f, completed in 3ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: autoSelectInterpreter, Class name = f, completed in 2ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
6console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Current value for rule system is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Current value for rule currentPath is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 22ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"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":"b119dbe77e7c290fe6f5f95a9929040de12c79561cf9714a4efacc4cbed62a05d46de6f6b76c30a16c57ab55b44774c92332ae1df8ec564bfd8fb1722ad6046d","type":"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":"b119dbe77e7c290fe6f5f95a9929040de12c79561cf9714a4efacc4cbed62a05d46de6f6b76c30a16c57ab55b44774c92332ae1df8ec564bfd8fb1722ad6046d","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 10ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 8ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Register Interpreter Watcher, Class name = p, completed in 5ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"821cfefc78726f9017a85bd314adf64dc9b3e8907e30994830d6c7104f04dab31654f7934a784544a6fe4dfeb8ce820c6ede1f9cae04d01a579918fef7538fa1","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"821cfefc78726f9017a85bd314adf64dc9b3e8907e30994830d6c7104f04dab31654f7934a784544a6fe4dfeb8ce820c6ede1f9cae04d01a579918fef7538fa1","type":"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":"98c1ae3272eabe536561d29716ee660e894db76d572b8a2a7651c7d27a10300df3d1905669566eac39251c307d9f4946266c8869660efa16ef9f518e971844e1","type":"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":"5cec989a5bc8f018a81f4150ef0ef70ee296a9d748c26b36a02f83d26cc174af65dcb75fa94c5cba325669f47db79e3b05788545cd4db2f1373447b874bf545f","type":"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":"2672df6bbd53278b21e85a5875bba490be728d7ce19c016c96df8770a89f80aefba462bad0f2bd679604c1c2aebbb7dd247e6be8b4b6a5415ead1893f476f4bf","type":"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":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"18d0765eca5a886993ef3dca5cbddbd3cb458f0f0ae2240993d7e2ce64bf0bda29e6d512ba506536142fdf21d65e09675d4c9e1310288e76be771bb0adc31ca4","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"821cfefc78726f9017a85bd314adf64dc9b3e8907e30994830d6c7104f04dab31654f7934a784544a6fe4dfeb8ce820c6ede1f9cae04d01a579918fef7538fa1","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"821cfefc78726f9017a85bd314adf64dc9b3e8907e30994830d6c7104f04dab31654f7934a784544a6fe4dfeb8ce820c6ede1f9cae04d01a579918fef7538fa1","type":"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":"98c1ae3272eabe536561d29716ee660e894db76d572b8a2a7651c7d27a10300df3d1905669566eac39251c307d9f4946266c8869660efa16ef9f518e971844e1","type":"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":"5cec989a5bc8f018a81f4150ef0ef70ee296a9d748c26b36a02f83d26cc174af65dcb75fa94c5cba325669f47db79e3b05788545cd4db2f1373447b874bf545f","type":"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":"2672df6bbd53278b21e85a5875bba490be728d7ce19c016c96df8770a89f80aefba462bad0f2bd679604c1c2aebbb7dd247e6be8b4b6a5415ead1893f476f4bf","type":"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":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"18d0765eca5a886993ef3dca5cbddbd3cb458f0f0ae2240993d7e2ce64bf0bda29e6d512ba506536142fdf21d65e09675d4c9e1310288e76be771bb0adc31ca4","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"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":"b119dbe77e7c290fe6f5f95a9929040de12c79561cf9714a4efacc4cbed62a05d46de6f6b76c30a16c57ab55b44774c92332ae1df8ec564bfd8fb1722ad6046d","type":"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":"b119dbe77e7c290fe6f5f95a9929040de12c79561cf9714a4efacc4cbed62a05d46de6f6b76c30a16c57ab55b44774c92332ae1df8ec564bfd8fb1722ad6046d","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > python3.7 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > python3.6 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > python3 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > python2 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > /usr/local/bin/python3 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Build the workspace interpreter watcher, Class name = d, completed in 31ms, has a truthy return value, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Detection of Python Interpreter for Command python3.6 and args /Users/jcoffman/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Activation Commands received undefined for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: getActivatedEnvironmentVariables, Class name = E, completed in 144ms, has a falsy return value, Arg 1: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: setGlobalInterpreter, Class name = f, completed in 171ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: autoSelectInterpreter, Class name = f, completed in 200ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: setGlobalInterpreter, Class name = f, completed in 197ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: autoSelectInterpreter, Class name = f, completed in 227ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Get Interpreters, Class name = g, completed in 222ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"821cfefc78726f9017a85bd314adf64dc9b3e8907e30994830d6c7104f04dab31654f7934a784544a6fe4dfeb8ce820c6ede1f9cae04d01a579918fef7538fa1","type":"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":"98c1ae3272eabe536561d29716ee660e894db76d572b8a2a7651c7d27a10300df3d1905669566eac39251c307d9f4946266c8869660efa16ef9f518e971844e1","type":"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":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"18d0765eca5a886993ef3dca5cbddbd3cb458f0f0ae2240993d7e2ce64bf0bda29e6d512ba506536142fdf21d65e09675d4c9e1310288e76be771bb0adc31ca4","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"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":"b119dbe77e7c290fe6f5f95a9929040de12c79561cf9714a4efacc4cbed62a05d46de6f6b76c30a16c57ab55b44774c92332ae1df8ec564bfd8fb1722ad6046d","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Selected Interpreter from system, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by CondaEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by KnownPathsService are of count 12
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"821cfefc78726f9017a85bd314adf64dc9b3e8907e30994830d6c7104f04dab31654f7934a784544a6fe4dfeb8ce820c6ede1f9cae04d01a579918fef7538fa1","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"821cfefc78726f9017a85bd314adf64dc9b3e8907e30994830d6c7104f04dab31654f7934a784544a6fe4dfeb8ce820c6ede1f9cae04d01a579918fef7538fa1","type":"Unknown"},{"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":"98c1ae3272eabe536561d29716ee660e894db76d572b8a2a7651c7d27a10300df3d1905669566eac39251c307d9f4946266c8869660efa16ef9f518e971844e1","type":"Unknown"},{"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":"5cec989a5bc8f018a81f4150ef0ef70ee296a9d748c26b36a02f83d26cc174af65dcb75fa94c5cba325669f47db79e3b05788545cd4db2f1373447b874bf545f","type":"Unknown"},{"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":"2672df6bbd53278b21e85a5875bba490be728d7ce19c016c96df8770a89f80aefba462bad0f2bd679604c1c2aebbb7dd247e6be8b4b6a5415ead1893f476f4bf","type":"Unknown"},{"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":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"18d0765eca5a886993ef3dca5cbddbd3cb458f0f0ae2240993d7e2ce64bf0bda29e6d512ba506536142fdf21d65e09675d4c9e1310288e76be771bb0adc31ca4","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"821cfefc78726f9017a85bd314adf64dc9b3e8907e30994830d6c7104f04dab31654f7934a784544a6fe4dfeb8ce820c6ede1f9cae04d01a579918fef7538fa1","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"821cfefc78726f9017a85bd314adf64dc9b3e8907e30994830d6c7104f04dab31654f7934a784544a6fe4dfeb8ce820c6ede1f9cae04d01a579918fef7538fa1","type":"Unknown"},{"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":"98c1ae3272eabe536561d29716ee660e894db76d572b8a2a7651c7d27a10300df3d1905669566eac39251c307d9f4946266c8869660efa16ef9f518e971844e1","type":"Unknown"},{"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":"5cec989a5bc8f018a81f4150ef0ef70ee296a9d748c26b36a02f83d26cc174af65dcb75fa94c5cba325669f47db79e3b05788545cd4db2f1373447b874bf545f","type":"Unknown"},{"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":"2672df6bbd53278b21e85a5875bba490be728d7ce19c016c96df8770a89f80aefba462bad0f2bd679604c1c2aebbb7dd247e6be8b4b6a5415ead1893f476f4bf","type":"Unknown"},{"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":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"18d0765eca5a886993ef3dca5cbddbd3cb458f0f0ae2240993d7e2ce64bf0bda29e6d512ba506536142fdf21d65e09675d4c9e1310288e76be771bb0adc31ca4","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: setGlobalInterpreter, Class name = f, completed in 8ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: autoSelectInterpreter, Class name = f, completed in 253ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Activation Commands received undefined for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: getActivatedEnvironmentVariables, Class name = E, completed in 160ms, has a falsy return value, Arg 1: undefined, Arg 2: {"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":"b119dbe77e7c290fe6f5f95a9929040de12c79561cf9714a4efacc4cbed62a05d46de6f6b76c30a16c57ab55b44774c92332ae1df8ec564bfd8fb1722ad6046d","type":"Unknown","displayName":"Python 2.7.16 64-bit"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Activation Commands received undefined for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: getActivatedEnvironmentVariables, Class name = E, completed in 166ms, has a falsy return value, Arg 1: undefined, Arg 2: {"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":"b119dbe77e7c290fe6f5f95a9929040de12c79561cf9714a4efacc4cbed62a05d46de6f6b76c30a16c57ab55b44774c92332ae1df8ec564bfd8fb1722ad6046d","type":"Unknown","displayName":"Python 2.7.16 64-bit"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: > /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by CurrentPathService are of count 5
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown"},{"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":"b119dbe77e7c290fe6f5f95a9929040de12c79561cf9714a4efacc4cbed62a05d46de6f6b76c30a16c57ab55b44774c92332ae1df8ec564bfd8fb1722ad6046d","type":"Unknown"},{"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":"b119dbe77e7c290fe6f5f95a9929040de12c79561cf9714a4efacc4cbed62a05d46de6f6b76c30a16c57ab55b44774c92332ae1df8ec564bfd8fb1722ad6046d","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"6f7283ce3d39ec221fee69414fd7994ea22bd4c73922a139d719382d0d9758d68f6608e488070d731d2e12572af4d41bc5e235fee66e8ff90a77a69db0575d31","type":"Unknown"}]
3console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Interpreters returned by VirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:00: All locators have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
notificationsAlerts.ts:40 Sorry, something went wrong activating IntelliCode support for Python. Please check the "Python" and "VS IntelliCode" output windows for details.
onDidChangeNotification @ notificationsAlerts.ts:40
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:04: Cached data exists getEnvironmentVariables, extension-output-#1
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:04: Cached data exists getEnvironmentVariables, /Users/jcoffman/Documents/Projects/Testing/test.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:04: Cached data exists getEnvironmentVariables, extension-output-#4
2console.ts:137 [Extension Host] (node:18482) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:21: Cached data exists getEnvironmentVariables, /Users/jcoffman/Documents/Projects/Testing/test.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:07:21: Cached data exists getEnvironmentVariables, extension-output-#5
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:08:29: Cached data exists getEnvironmentVariables, /Users/jcoffman/Documents/Projects/Testing/test.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:09:52: Cached data exists getEnvironmentVariables, /Users/jcoffman/Documents/Projects/Testing/test.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:10:57: Cached data exists getEnvironmentVariables, extension-output-#5
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:10:57: Cached data exists getEnvironmentVariables, extension-output-#4
console.ts:137 [Extension Host] Info Python Extension: 2020-05-31 14:11:40: Cached data exists getEnvironmentVariables, extension-output-#5
log.ts:197 ERR No application in the Launch Services database matches the input criteria.: Error: No application in the Launch Services database matches the input criteria.
Issue Analytics
- State:
- Created 3 years ago
- Comments:24
Top Results From Across the Web
Language Server Protocol Specification - 3.17
This document describes the 3.17.x version of the language server protocol. An implementation for node of the 3.17.x version of the protocol can...
Read more >Visual Studio Code Workspace Trust security
The Workspace Trust feature lets you decide whether code in your project folder can be executed by VS Code and extensions without your...
Read more >Language Server Protocol Support in BBEdit 14
If the dot is gray and shows a dash (-), the server has not (yet) returned any diagnostics information for this file. Click...
Read more >Getting started with VS Code for Python: Setting up a ...
Setting up a working development environment is the first step for any ... if you open a .py file or have selected the...
Read more >Options and settings for Python - Visual Studio (Windows)
Visual Studio for Mac no Visual Studio Code. To view Python options, use the Tools > Options menu command, make sure Show all...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Added and restarted. No change in behavior or Python log output.
Fixed in the latest release