Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linting isn't working anymore after the new update. #86

Closed
Bluppsn opened this issue Jul 10, 2020 · 10 comments
Closed

Linting isn't working anymore after the new update. #86

Bluppsn opened this issue Jul 10, 2020 · 10 comments
Assignees
Labels
bug Something isn't working fixed in next version (main) A fix has been implemented and will appear in an upcoming version

Comments

@Bluppsn
Copy link

Bluppsn commented Jul 10, 2020

Environment data

  • Language Server version: 2020.7.0
  • OS and version: Windows 10
  • Python version (& distribution if applicable, e.g. Anaconda): 3.8.2

Expected behaviour

Get some sort of squiggles.

Actual behaviour

No squiggles at all. I didn't change anything, yesterday everything was fine.

Logs

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 '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 - control'
User belongs to experiment group 'RunByLine - control'
User belongs to experiment group 'CustomEditorSupport - control'
> conda --version
> pyenv root
> python3.7 c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3.6 c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3 c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python2 c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> py -3.7 c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> py -3.6 c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> py -3 c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> py -2 c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> ~\AppData\Local\Programs\Python\Python38-32\python.exe c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> conda info --json
Starting Pylance language server.
Python interpreter path: ~\AppData\Local\Programs\Python\Python38-32\python.exe
> ~\AppData\Local\Programs\Python\Python38-32\python.exe c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import jupyter"
> ~\AppData\Local\Programs\Python\Python38-32\python.exe c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import jupyter"
> ~\AppData\Local\Programs\Python\Python38-32\python.exe c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import notebook"
> ~\AppData\Local\Programs\Python\Python38-32\python.exe c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py -c "import notebook"
> conda --version
> ~\AppData\Local\Programs\Python\Python38-32\python.exe c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py jupyter kernelspec --version
> ~\AppData\Local\Programs\Python\Python38-32\python.exe c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\pyvsc-run-isolated.py jupyter kernelspec --version
> ~\AppData\Local\Programs\Python\Python38-32\python.exe c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\vscode_datascience_helpers\getJupyterKernelspecVersion.py
> ~\AppData\Local\Programs\Python\Python38-32\python.exe c:\Users\X246354\.vscode\extensions\ms-python.python-2020.6.91350\pythonFiles\vscode_datascience_helpers\getJupyterKernelspecVersion.py

[Info  - 09:54:11] Pylance language server 2020.7.0 starting
[Info  - 09:54:11] Server root directory: c:\Users\X246354\.vscode\extensions\ms-python.vscode-pylance-2020.7.0\server
[Info  - 09:54:11] No configuration file found.
[Info  - 09:54:11] Setting pythonPath for service "Test": "C:\Users\X246354\AppData\Local\Programs\Python\Python38-32\python.exe"
[Info  - 09:54:12] stubPath c:\Users\X246354\Documents\VIsual Studio Code\Python\Test\typings is not a valid directory.
[Info  - 09:54:12] Assuming Python version 3.8
[Info  - 09:54:12] Assuming Python platform Windows
[Info  - 09:54:13] Searching for source files
[Info  - 09:54:13] Found 1 source file
[FG] parsing: c:\Users\X246354\Documents\VIsual Studio Code\Python\Test\test.py (38ms)
[FG] parsing: c:\Users\X246354\.vscode\extensions\ms-python.vscode-pylance-2020.7.0\server\typeshed-fallback\stdlib\2and3\builtins.pyi (206ms)
[FG] binding: c:\Users\X246354\.vscode\extensions\ms-python.vscode-pylance-2020.7.0\server\typeshed-fallback\stdlib\2and3\builtins.pyi (85ms)
[FG] binding: c:\Users\X246354\Documents\VIsual Studio Code\Python\Test\test.py (0ms)
IntelliCode model c:\Users\X246354\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.9\cache\15708AE89896CA5DF1690433B7A8D93D28B7_215F8B4FAB1F4663ABD624559FD205B9
Loading ONNX runtime...
Loaded ONNX runtime. Creating IntelliCode session...
2020-07-10 08:54:16.2756913 [I:onnxruntime:, inference_session.cc:174 onnxruntime::InferenceSession::ConstructorCommon] Creating and using per session threadpools since use_per_session_threads_ is true
2020-07-10 08:54:16.2778997 [W:onnxruntime:, graph.cc:814 onnxruntime::Graph::Graph] Initializer embeddings_matrix:0_quantized appears in graph inputs and will not be treated as constant value/weight. This may fail some of the graph optimizations, like const folding. Move it out of graph inputs if there is no need to override it, by either re-generating the model with latest exporter/converter or with the tool onnxruntime/tools/python/remove_initializer_from_input.py.
2020-07-10 08:54:16.2779415 [W:onnxruntime:, graph.cc:814 onnxruntime::Graph::Graph] Initializer embeddings_matrix:0_scale appears in graph inputs and will not be treated as constant value/weight. This may fail some of the graph optimizations, like const folding. Move it out of graph inputs if there is no need to override it, by either re-generating the model with latest exporter/converter or with the tool onnxruntime/tools/python/remove_initializer_from_input.py.
2020-07-10 08:54:16.2779601 [W:onnxruntime:, graph.cc:814 onnxruntime::Graph::Graph] Initializer embeddings_matrix:0_zero_point appears in graph inputs and will not be treated as constant value/weight. This may fail some of the graph optimizations, like const folding. Move it out of graph inputs if there is no need to override it, by either re-generating the model with latest exporter/converter or with the tool onnxruntime/tools/python/remove_initializer_from_input.py.
2020-07-10 08:54:16.2779751 [W:onnxruntime:, graph.cc:814 onnxruntime::Graph::Graph] Initializer fixed_quantization_range_uint8 appears in graph inputs and will not be treated as constant value/weight. This may fail some of the graph optimizations, like const folding. Move it out of graph inputs if there is no need to override it, by either re-generating the model with latest exporter/converter or with the tool onnxruntime/tools/python/remove_initializer_from_input.py.
2020-07-10 08:54:16.2779918 [W:onnxruntime:, graph.cc:814 onnxruntime::Graph::Graph] Initializer fixed_zero appears in graph inputs and will not be treated as constant value/weight. This may fail some of the graph optimizations, like const folding. Move it out of graph inputs if there is no need to override it, by either re-generating the model with latest exporter/converter or with the tool onnxruntime/tools/python/remove_initializer_from_input.py.
2020-07-10 08:54:16.2800269 [I:onnxruntime:, inference_session.cc:830 onnxruntime::InferenceSession::Initialize] Initializing session.
2020-07-10 08:54:16.2800665 [I:onnxruntime:, inference_session.cc:848 onnxruntime::InferenceSession::Initialize] Adding default CPU execution provider.
2020-07-10 08:54:16.2825172 [I:onnxruntime:, reshape_fusion.cc:37 onnxruntime::ReshapeFusion::ApplyImpl] Total fused reshape node count: 0
2020-07-10 08:54:16.2833948 [I:onnxruntime:, reshape_fusion.cc:37 onnxruntime::ReshapeFusion::ApplyImpl] Total fused reshape node count: 0
2020-07-10 08:54:16.2851529 [V:onnxruntime:, inference_session.cc:671 onnxruntime::InferenceSession::TransformGraph] Node placements
2020-07-10 08:54:16.2851867 [V:onnxruntime:, inference_session.cc:673 onnxruntime::InferenceSession::TransformGraph] All nodes have been placed on [CPUExecutionProvider].
2020-07-10 08:54:16.2852327 [I:onnxruntime:, session_state.cc:25 onnxruntime::SessionState::SetGraph] SaveMLValueNameIndexMapping
2020-07-10 08:54:16.2853536 [I:onnxruntime:, session_state.cc:70 onnxruntime::SessionState::SetGraph] Done saving OrtValue mappings.
2020-07-10 08:54:16.2872678 [I:onnxruntime:, session_state_initializer.cc:178 onnxruntime::SaveInitializedTensors] Saving initialized tensors.
2020-07-10 08:54:16.3132173 [I:onnxruntime:, session_state_initializer.cc:223 onnxruntime::SaveInitializedTensors] Done saving initialized tensors
2020-07-10 08:54:16.3199724 [I:onnxruntime:, inference_session.cc:919 onnxruntime::InferenceSession::Initialize] Session successfully initialized.
Created IntelliCode session.

settings

Code Snippet / Additional information

This is what happens when I use Pylance.

pylance

This is the old Microsoft Language Server.

microsoft_language_server

@vhtkrk
Copy link

vhtkrk commented Jul 10, 2020

I'm having the same problem since the latest update today. MacOS 10.14.6, Python 3.7.7 in a venv.

VSCode info:

Version: 1.47.0
Commit: d5e9aa0227e057a60c82568bf31c04730dc15dcd
Date: 2020-07-09T08:01:54.115Z
Electron: 7.3.2
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 18.7.0

I opened the developer tools and found this error in the console:
console.ts:137 [Extension Host] Error Python Extension: 2020-07-10 11:38:16: Attempted to download with skipDownload true.

Here's the full log:

TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.python.
Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/python/syntaxes/MagicPython.tmLanguage.json.
New grammar file: file:///Users/jh/.vscode/extensions/magicstack.magicpython-1.1.0/grammars/MagicPython.tmLanguage
register @ TMScopeRegistry.ts:45
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.sql.
Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/sql/syntaxes/sql.tmLanguage.json.
New grammar file: file:///Users/jh/.vscode/extensions/ms-ossdata.vscode-postgresql-0.3.0/syntaxes/SQL.plist
register @ TMScopeRegistry.ts:45
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.
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:14: id is a0051060-3f4d-494c-a283-3a68b304ba5d
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:14: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: 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-07-10 11:38:14: Get Interpreters in CacheableLocatorService, Class name = m, completed in 22ms, has a truthy return value, Arg 1: <Uri:/Users/jh/Desktop/example.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:14: Get Interpreters in CacheableLocatorService, Class name = m, completed in 20ms, has a truthy return value, Arg 1: <Uri:/Users/jh/Desktop/example.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:14: Get Interpreters in CacheableLocatorService, Class name = m, completed in 19ms, has a truthy return value, Arg 1: <Uri:/Users/jh/Desktop/example.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:14: Register Interpreter Watcher, Class name = p, completed in 18ms, has a falsy return value, Arg 1: <Uri:/Users/jh/Desktop/example.py>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:14: Get Interpreters in CacheableLocatorService, Class name = m, completed in 17ms, has a truthy return value, Arg 1: <Uri:/Users/jh/Desktop/example.py>, 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":"a4a19d9d5d861e7260818b89af49e6fb3239a1ba8c6416e1a96e1a3c4f3a4bad31999afd3be760cdb2c9e4e91b1ab0a9d97f4d88808dae2287fa0414f33b003f","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":"9de09e4a73409e808ee4f62515842995c18f0cbd86743995f2bd2b28de4e45a4302048fff61c1b9f810230e9286fcf9db2b21001143f0eae89c9935f3dc6c47a","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"c61ccdc262d6bf19f8c325300cc25bcd6586ed2fe759fdd0ec4cfbcffa4639a3bb41b7dac3511bf108862cb4d2d835248382876bbd654d983dd533ae409eec2f","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":"a4a19d9d5d861e7260818b89af49e6fb3239a1ba8c6416e1a96e1a3c4f3a4bad31999afd3be760cdb2c9e4e91b1ab0a9d97f4d88808dae2287fa0414f33b003f","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":"9de09e4a73409e808ee4f62515842995c18f0cbd86743995f2bd2b28de4e45a4302048fff61c1b9f810230e9286fcf9db2b21001143f0eae89c9935f3dc6c47a","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"c61ccdc262d6bf19f8c325300cc25bcd6586ed2fe759fdd0ec4cfbcffa4639a3bb41b7dac3511bf108862cb4d2d835248382876bbd654d983dd533ae409eec2f","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:14: Get Interpreters in CacheableLocatorService, Class name = m, completed in 16ms, has a truthy return value, Arg 1: <Uri:/Users/jh/Desktop/example.py>, 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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:14: ZMQ install verified.
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:14: Build the workspace interpreter watcher, Class name = d, completed in 19ms, has a truthy return value, Arg 1: <Uri:/Users/jh/Desktop/example.py>, Return Value: <Return value cannot be serialized for logging>
2console.ts:137 [Extension Host] (node:25355) [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
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: 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-07-10 11:38:15: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Executing next rule from workspaceEnvs
3console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: 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-07-10 11:38:15: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Get Interpreters in CacheableLocatorService, Class name = m, completed in 281ms, has a truthy return value, Arg 1: <Uri:/Users/jh/Desktop/example.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: > python3.7 ~/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: > python3.6 ~/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: > python3 ~/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: > python2 ~/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: > python ~/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: > ~/v/bin/python ~/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Detection of Python Interpreter for Command python3.6 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Detection of Python Interpreter for Command python2 and args  failed
2console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Cached data exists getEnvironmentVariables, /Users/jh/Desktop/example.py
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Build the workspace interpreter watcher, Class name = d, completed in 5ms, has a truthy return value, Arg 1: <Uri:/Users/jh/Desktop/example.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Current value for rule system is {"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown","displayName":"Python 3.7.7 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Current value for rule currentPath is {"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, 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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Selected Interpreter from currentPath, {"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown","cachedEntry":true}
3console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, 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":"a4a19d9d5d861e7260818b89af49e6fb3239a1ba8c6416e1a96e1a3c4f3a4bad31999afd3be760cdb2c9e4e91b1ab0a9d97f4d88808dae2287fa0414f33b003f","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":"9de09e4a73409e808ee4f62515842995c18f0cbd86743995f2bd2b28de4e45a4302048fff61c1b9f810230e9286fcf9db2b21001143f0eae89c9935f3dc6c47a","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"c61ccdc262d6bf19f8c325300cc25bcd6586ed2fe759fdd0ec4cfbcffa4639a3bb41b7dac3511bf108862cb4d2d835248382876bbd654d983dd533ae409eec2f","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":"a4a19d9d5d861e7260818b89af49e6fb3239a1ba8c6416e1a96e1a3c4f3a4bad31999afd3be760cdb2c9e4e91b1ab0a9d97f4d88808dae2287fa0414f33b003f","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":"9de09e4a73409e808ee4f62515842995c18f0cbd86743995f2bd2b28de4e45a4302048fff61c1b9f810230e9286fcf9db2b21001143f0eae89c9935f3dc6c47a","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"c61ccdc262d6bf19f8c325300cc25bcd6586ed2fe759fdd0ec4cfbcffa4639a3bb41b7dac3511bf108862cb4d2d835248382876bbd654d983dd533ae409eec2f","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, 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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Interpreters returned by CondaEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: 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-07-10 11:38:15: Get Interpreters, Class name = m, completed in 903ms, has a truthy return value, Arg 1: <Uri:/Users/jh/Desktop/example.py>, 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":"a4a19d9d5d861e7260818b89af49e6fb3239a1ba8c6416e1a96e1a3c4f3a4bad31999afd3be760cdb2c9e4e91b1ab0a9d97f4d88808dae2287fa0414f33b003f","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
2console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: setGlobalInterpreter, Class name = f, completed in 224ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: autoSelectInterpreter, Class name = f, completed in 812ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: setGlobalInterpreter, Class name = f, completed in 232ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: autoSelectInterpreter, Class name = f, completed in 821ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Get Interpreters, Class name = m, completed in 241ms, 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":"a4a19d9d5d861e7260818b89af49e6fb3239a1ba8c6416e1a96e1a3c4f3a4bad31999afd3be760cdb2c9e4e91b1ab0a9d97f4d88808dae2287fa0414f33b003f","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Selected Interpreter from system, {"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.7 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Interpreters returned by KnownPathsService are of count 8
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: 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":"a4a19d9d5d861e7260818b89af49e6fb3239a1ba8c6416e1a96e1a3c4f3a4bad31999afd3be760cdb2c9e4e91b1ab0a9d97f4d88808dae2287fa0414f33b003f","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":"9de09e4a73409e808ee4f62515842995c18f0cbd86743995f2bd2b28de4e45a4302048fff61c1b9f810230e9286fcf9db2b21001143f0eae89c9935f3dc6c47a","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"c61ccdc262d6bf19f8c325300cc25bcd6586ed2fe759fdd0ec4cfbcffa4639a3bb41b7dac3511bf108862cb4d2d835248382876bbd654d983dd533ae409eec2f","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":"a4a19d9d5d861e7260818b89af49e6fb3239a1ba8c6416e1a96e1a3c4f3a4bad31999afd3be760cdb2c9e4e91b1ab0a9d97f4d88808dae2287fa0414f33b003f","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":"9de09e4a73409e808ee4f62515842995c18f0cbd86743995f2bd2b28de4e45a4302048fff61c1b9f810230e9286fcf9db2b21001143f0eae89c9935f3dc6c47a","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"c61ccdc262d6bf19f8c325300cc25bcd6586ed2fe759fdd0ec4cfbcffa4639a3bb41b7dac3511bf108862cb4d2d835248382876bbd654d983dd533ae409eec2f","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Activation Commands received source /Users/jh/v/bin/activate for shell bash
2console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Activating Environment to capture Environment variables, . /Users/jh/v/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/jh/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py /Users/jh/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/printEnvVariables.py
2console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Found interpreter for /usr/local/opt/python/bin/python3.7,/Users/jh/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py,/Users/jh/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/interpreterInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: setGlobalInterpreter, Class name = f, completed in 50ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","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-07-10 11:38:15: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: autoSelectInterpreter, Class name = f, completed in 881ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Activation Commands received source /Users/jh/v/bin/activate for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Activation Commands received source /Users/jh/v/bin/activate for shell bash
3console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Activating Environment to capture Environment variables, . /Users/jh/v/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/jh/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py /Users/jh/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:15: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Activating Environment to capture Environment variables, . /Users/jh/v/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/jh/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py /Users/jh/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Interpreters returned by VirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Checking whether locactors have completed locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: false
2console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: 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-07-10 11:38:16: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: getActivatedEnvironmentVariables, Class name = E, completed in 1121ms, has a truthy return value, Arg 1: undefined
console.ts:137 [Extension Host] Error Python Extension: 2020-07-10 11:38:16: Attempted to download with skipDownload true.
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Interpreters returned by CurrentPathService are of count 4
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: 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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown"},{"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: 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-07-10 11:38:16: 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-07-10 11:38:16: All locators have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: getActivatedEnvironmentVariables, Class name = E, completed in 321ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown","displayName":"Python 3.7.7 64-bit"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: > ~/v/bin/python ~/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: getActivatedEnvironmentVariables, Class name = E, completed in 342ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown","displayName":"Python 3.7.7 64-bit"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: > ~/v/bin/python ~/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Starting Language Server, Class name = r, completed in 323ms, has a falsy return value, , Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Cached data exists getEnvironmentVariables, /Users/jh/Desktop/example.py
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: [object Object]. Shell identified as undefined 
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Shell path '/bin/bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Shell path identified as shell 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Terminal shell path '/bin/bash' identified as shell 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: [object Object]. Shell identified as bash 
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Shell identified as 'bash'
2console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Cached data exists getEnvironmentVariables, <No Resource>
4console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, 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":"a4a19d9d5d861e7260818b89af49e6fb3239a1ba8c6416e1a96e1a3c4f3a4bad31999afd3be760cdb2c9e4e91b1ab0a9d97f4d88808dae2287fa0414f33b003f","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":"9de09e4a73409e808ee4f62515842995c18f0cbd86743995f2bd2b28de4e45a4302048fff61c1b9f810230e9286fcf9db2b21001143f0eae89c9935f3dc6c47a","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"c61ccdc262d6bf19f8c325300cc25bcd6586ed2fe759fdd0ec4cfbcffa4639a3bb41b7dac3511bf108862cb4d2d835248382876bbd654d983dd533ae409eec2f","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":"a4a19d9d5d861e7260818b89af49e6fb3239a1ba8c6416e1a96e1a3c4f3a4bad31999afd3be760cdb2c9e4e91b1ab0a9d97f4d88808dae2287fa0414f33b003f","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":"9de09e4a73409e808ee4f62515842995c18f0cbd86743995f2bd2b28de4e45a4302048fff61c1b9f810230e9286fcf9db2b21001143f0eae89c9935f3dc6c47a","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"c61ccdc262d6bf19f8c325300cc25bcd6586ed2fe759fdd0ec4cfbcffa4639a3bb41b7dac3511bf108862cb4d2d835248382876bbd654d983dd533ae409eec2f","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, 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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","type":"Unknown"},{"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Get Interpreters, Class name = m, completed in 14ms, 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":"a4a19d9d5d861e7260818b89af49e6fb3239a1ba8c6416e1a96e1a3c4f3a4bad31999afd3be760cdb2c9e4e91b1ab0a9d97f4d88808dae2287fa0414f33b003f","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.10-final","major":2,"minor":7,"patch":10,"prerelease":["final"],"build":[],"version":"2.7.10-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"e8a9c245aee3cdca978b5384f8cb1f3ea4eda0ba1e15971740e6ddd617c5e5c5323628f067ea5fdbb9fd23f5474ad6e1b44fce497edddf50661898983a4f7ace","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":"45b923c470a6d18527899873a3c4b216b5a8293ae40388ff628ae4e96c82aa5e122519209eb895a8c61115f81210f51978ce6663537df588c0d4b2c5944dd66b","type":"Unknown"},{"architecture":3,"path":"/Users/jh/v/bin/python","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":"/Users/jh/v","fileHash":"94c1752c9e7d36bf92f6299555c760669a0876cf74336450effc61454ca28c82d123d707364bf75b08a521be7d64854a63f2b54dcc2aa2530dd179deabb3b9e1","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-07-10 11:38:16: Current value for rule workspaceEnvs is nothing

@judej judej added the needs investigation Could be an issue - needs investigation label Jul 10, 2020
@jakebailey
Copy link
Member

That error is a red herring and doesn't mean anything, unfortunately. A Python extension bug to fix but not related.

@jakebailey
Copy link
Member

For those having this issue, do things like completion work? I'm thinking it's only diagnostics (the error/warning squiggles) that are having a problem.

@vhtkrk
Copy link

vhtkrk commented Jul 10, 2020

Yes that's right, code completion works and so does hovering over functions and variables to see their type annotations in a tooltip. But all diagnostics like the red squiggles and marking unreachable code does not.

@jakebailey jakebailey added bug Something isn't working in backlog and removed needs investigation Could be an issue - needs investigation labels Jul 10, 2020
@jakebailey
Copy link
Member

Thanks for confirming. For now, you can roll back to 2020.6.1 in VS Code's extension manager, but I'm currently working on this.

@cgarciae
Copy link

Same problem in Ubuntu 20.04.

@jakebailey jakebailey added fixed in next version (main) A fix has been implemented and will appear in an upcoming version and removed in backlog labels Jul 10, 2020
@shaunlandau1973
Copy link

I've had the same issue on both Windows 10 home 64 bit and centos 7 in docker. In both cases I'm using a python 3.8.3 venv. Did somebody leave the tequila bottle on the delete key?

@jakebailey
Copy link
Member

This issue will be fixed in the next release (which is pending).

@shaunlandau1973
Copy link

Other than this blip I love the product. Keep up the great work folks!

@jakebailey
Copy link
Member

This issue has been fixed in version 2020.7.1, which we've just released. You can find the changelog here: https://github.com/microsoft/pylance-release/blob/master/CHANGELOG.md#202071-10-july-2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed in next version (main) A fix has been implemented and will appear in an upcoming version
Projects
None yet
Development

No branches or pull requests

6 participants