OS: MacOS
OS Version: 10.15.2
VSCode Version: 1.41.1
Extension Version: 2019.11.50794
Python Version: Python 3.7.5
Using jedi : Yes
Conda environment: No
Problem:
Intelisense autocomplete takes forever to complete downloaded Python modules such as pandas (but other as well, numpy, scikit-learn...) under MacOS.
Steps to Reproduce:

Does this issue occur when all other extensions are disabled?: Yes
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
Thanks for reporting this issue.
Please could you ensure you have selected the correct python interpreter.
The selected interpreter is displayed on the bottom left hand corner of the statusbar. Please ensure you select the python interpreter that has pandas installed.
Also, please could you fill in the issue template (we're after the version of Python, extension, whether its a conda environment and whether you are using jedi for intellisense or not).
@DonJayamanne I have updated my Issue with the information you mentioned which was missing.
I have checked, and it's the correct python interpreter.
I have this same issue. When working in both interactive and notebook modes, I get completion suggestions only for variable names that exist in the current cell -- not those that were defined earlier in the file. Sometimes I've waited up to 17 seconds (yes, I timed it) to get a variable name completion suggestion. Attribute and method completions are similarly slow.
@kevin-hv, are you having the problem in the editor panel or in the interactive/notebook panel (or both)? Do you have the problem if you switch to the language server? (set "python.jediEnabled": false in your settings.json)
@ericsnowcurrently
I have tested with jediEnabled : false and it was still unusably slow.
The gif above depicts what happens in editor panel.
I have just tested out in interactive, and it's different there, sometimes when I write the dot and wait for autocompletion it hangs and does nothing, and other times it autocompletes almost instantly, which I assume should be the expected behaviour.
(Here is another gif of that)

Thanks for the clarification. The issue with the interactive window is likely a different one, though somewhat related. Let's focus on the behavior in the editor panel (and please open a separate issue regarding the interactive window).
There's a chance that in your case the default is the language server rather than Jedi, so let's check just to be sure the "python.jediEnabled" setting had the expected effect. Please take a look at the top of the "Python" output panel. Does it say anything about experiement groups. If so, please paste those lines here. Also, try setting "python.jediEnabled": true to avoid the default. Thanks!
While the packages you've imported are rather large, they shouldn't cause a massive delay in autocomplete. There are many folks using those same packages that don't have the slowness you're seeing. So we'll need to track down what makes your case different. (Assuming that the extension is behaving the same way with both Jedi and the language server, that implies something else is going on.) Here are some possible problems, which we'll use as a starting point to figure out what's going on:
Regarding those first two, please include here the content of the "Python" and "Python Language Server" output panels. Also please provide the content of the "Developer Tools console" (in the "Help" menu, click on "Toggle Developer Tools", then click on "Console" in the panel that pops up).
As to limited resources, please check your memory and CPU usage before, during, and after autocomplete runs. Does anything max out? Also, are you using a network drive or otherwise have a slow disk drive?
@ericsnowcurrently
This is my Jedi Settings:

My settings.json

The Developer Tools


Full Dev Log:
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/kevinvarga/.vscode/extensions/ms-mssql.mssql-1.8.0/syntaxes/SQL.plist
register @ TMScopeRegistry.ts:45
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Notify locators are locating, Class name = p, completed in 3ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Detected refreshing of Interpreters, Class name = p, completed in 4ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 14ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython/test.py>, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 9ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython/test.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 8ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython/test.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Register Interpreter Watcher, Class name = p, completed in 6ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython/test.py>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython/test.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython/test.py>, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"eeca5d34180fb5e76e299259be1e5c92de5a2484d27eee54762a723bf780ff41d23bbf1be3907c9bb56a664fb1ad0cb684c67a0f382f8330123ac83aee132866","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"b493697b4b5e3b71283683e336829a315575b7bd94fb15c47d6c698240e7b7557171753613347e40c9988f2dd089dd1d2c494186a42dcb4eefa3fd65229c247b","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":"7612765dd2c2505d3db4f6a38c5199ba7d3a277deba48e5fa597563296b7faecaaed2e304139ca254dc695399b481daf687785fe92958279e944ef027e629387","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"eeca5d34180fb5e76e299259be1e5c92de5a2484d27eee54762a723bf780ff41d23bbf1be3907c9bb56a664fb1ad0cb684c67a0f382f8330123ac83aee132866","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"b493697b4b5e3b71283683e336829a315575b7bd94fb15c47d6c698240e7b7557171753613347e40c9988f2dd089dd1d2c494186a42dcb4eefa3fd65229c247b","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":"7612765dd2c2505d3db4f6a38c5199ba7d3a277deba48e5fa597563296b7faecaaed2e304139ca254dc695399b481daf687785fe92958279e944ef027e629387","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython/test.py>, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Build the workspace interpreter watcher, Class name = h, completed in 8ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython/test.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Error Python Extension: 2020-01-11 15:21:01: Failed to serialize gatherRules for DATASCIENCE.SETTINGS [TypeError: Cannot convert object to primitive value at Array.join (<anonymous>) at Array.toString (<anonymous>) at /Users/kevinvarga/.vscode/extensions/ms-python.python-2020.1.57204/out/client/extension.js:1:12901 at Array.forEach (<anonymous>) at Object.l [as sendTelemetryEvent] (/Users/kevinvarga/.vscode/extensions/ms-python.python-2020.1.57204/out/client/extension.js:1:12818) at C.sendSettingsTelemetry (/Users/kevinvarga/.vscode/extensions/ms-python.python-2020.1.57204/out/client/extension.js:75:707255) at C.r.value (/Users/kevinvarga/.vscode/extensions/ms-python.python-2020.1.57204/out/client/extension.js:1:87504) at Timeout._onTimeout (/Users/kevinvarga/.vscode/extensions/ms-python.python-2020.1.57204/out/client/extension.js:1:86023) at listOnTimeout (internal/timers.js:531:17) at processTimers (internal/timers.js:475:7)]
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: > python3.7 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: > python3.6 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Detection of Python Interpreter for Command python3.6 and args failed
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: > python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: > python2 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: > python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: > /usr/local/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:01: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown","displayName":"Python 3.7.6 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters, Class name = m, completed in 186ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython/test.py>, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by CondaEnvService are []
3console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by VirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by KnownPathsService are of count 12
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"eeca5d34180fb5e76e299259be1e5c92de5a2484d27eee54762a723bf780ff41d23bbf1be3907c9bb56a664fb1ad0cb684c67a0f382f8330123ac83aee132866","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"b493697b4b5e3b71283683e336829a315575b7bd94fb15c47d6c698240e7b7557171753613347e40c9988f2dd089dd1d2c494186a42dcb4eefa3fd65229c247b","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":"7612765dd2c2505d3db4f6a38c5199ba7d3a277deba48e5fa597563296b7faecaaed2e304139ca254dc695399b481daf687785fe92958279e944ef027e629387","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"eeca5d34180fb5e76e299259be1e5c92de5a2484d27eee54762a723bf780ff41d23bbf1be3907c9bb56a664fb1ad0cb684c67a0f382f8330123ac83aee132866","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"b493697b4b5e3b71283683e336829a315575b7bd94fb15c47d6c698240e7b7557171753613347e40c9988f2dd089dd1d2c494186a42dcb4eefa3fd65229c247b","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":"7612765dd2c2505d3db4f6a38c5199ba7d3a277deba48e5fa597563296b7faecaaed2e304139ca254dc695399b481daf687785fe92958279e944ef027e629387","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by WorkspaceVirtualEnvService are []
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by CurrentPathService are of count 5
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: setGlobalInterpreter, Class name = f, completed in 62ms, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = cachedInterpreters, result = exit
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 111ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 112ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from workspaceEnvs
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists getEnvironmentVariables, /Users/kevinvarga/Developer/LearnPython/test.py
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists getEnvironmentVariables, /Users/kevinvarga/Developer/LearnPython
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 4ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 5ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Build the workspace interpreter watcher, Class name = h, completed in 3ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython/test.py>, Return Value: <Return value cannot be serialized for logging>
3console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists getEnvironmentVariables, <No Resource>
3console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
3console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}
3console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"eeca5d34180fb5e76e299259be1e5c92de5a2484d27eee54762a723bf780ff41d23bbf1be3907c9bb56a664fb1ad0cb684c67a0f382f8330123ac83aee132866","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"b493697b4b5e3b71283683e336829a315575b7bd94fb15c47d6c698240e7b7557171753613347e40c9988f2dd089dd1d2c494186a42dcb4eefa3fd65229c247b","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":"7612765dd2c2505d3db4f6a38c5199ba7d3a277deba48e5fa597563296b7faecaaed2e304139ca254dc695399b481daf687785fe92958279e944ef027e629387","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"eeca5d34180fb5e76e299259be1e5c92de5a2484d27eee54762a723bf780ff41d23bbf1be3907c9bb56a664fb1ad0cb684c67a0f382f8330123ac83aee132866","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"b493697b4b5e3b71283683e336829a315575b7bd94fb15c47d6c698240e7b7557171753613347e40c9988f2dd089dd1d2c494186a42dcb4eefa3fd65229c247b","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":"7612765dd2c2505d3db4f6a38c5199ba7d3a277deba48e5fa597563296b7faecaaed2e304139ca254dc695399b481daf687785fe92958279e944ef027e629387","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters, Class name = m, completed in 1ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown","displayName":"Python 3.7.6 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown","displayName":"Python 3.7.6 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists getEnvironmentVariables, /Users/kevinvarga/Developer/LearnPython/test.py
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists getEnvironmentVariables, /Users/kevinvarga/Developer/LearnPython/test.py
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: setGlobalInterpreter, Class name = f, completed in 28ms, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 48ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown","displayName":"Python 3.7.6 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: setGlobalInterpreter, Class name = f, completed in 27ms, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 51ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: setGlobalInterpreter, Class name = f, completed in 24ms, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown","displayName":"Python 3.7.6 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 54ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: setGlobalInterpreter, Class name = f, completed in 13ms, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = cachedInterpreters, result = exit
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 15ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 16ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from workspaceEnvs
3console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 1ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: [object Object]. Shell identified as undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Shell path from user settings 'null'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: [object Object]. Shell identified as other
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Shell path '/bin/zsh'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Shell path identified as shell 'zsh'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Shell path from user env '/bin/zsh'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: [object Object]. Shell identified as zsh
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Shell identified as 'zsh'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists getEnvironmentVariables, <No Resource>
5console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"eeca5d34180fb5e76e299259be1e5c92de5a2484d27eee54762a723bf780ff41d23bbf1be3907c9bb56a664fb1ad0cb684c67a0f382f8330123ac83aee132866","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"b493697b4b5e3b71283683e336829a315575b7bd94fb15c47d6c698240e7b7557171753613347e40c9988f2dd089dd1d2c494186a42dcb4eefa3fd65229c247b","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":"7612765dd2c2505d3db4f6a38c5199ba7d3a277deba48e5fa597563296b7faecaaed2e304139ca254dc695399b481daf687785fe92958279e944ef027e629387","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"eeca5d34180fb5e76e299259be1e5c92de5a2484d27eee54762a723bf780ff41d23bbf1be3907c9bb56a664fb1ad0cb684c67a0f382f8330123ac83aee132866","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"b493697b4b5e3b71283683e336829a315575b7bd94fb15c47d6c698240e7b7557171753613347e40c9988f2dd089dd1d2c494186a42dcb4eefa3fd65229c247b","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":"7612765dd2c2505d3db4f6a38c5199ba7d3a277deba48e5fa597563296b7faecaaed2e304139ca254dc695399b481daf687785fe92958279e944ef027e629387","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters, Class name = m, completed in 2ms, Arg 1: <Uri:/Users/kevinvarga/Developer/LearnPython>, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Register Interpreter Watcher, Class name = p, completed in 1ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"eeca5d34180fb5e76e299259be1e5c92de5a2484d27eee54762a723bf780ff41d23bbf1be3907c9bb56a664fb1ad0cb684c67a0f382f8330123ac83aee132866","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"b493697b4b5e3b71283683e336829a315575b7bd94fb15c47d6c698240e7b7557171753613347e40c9988f2dd089dd1d2c494186a42dcb4eefa3fd65229c247b","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":"7612765dd2c2505d3db4f6a38c5199ba7d3a277deba48e5fa597563296b7faecaaed2e304139ca254dc695399b481daf687785fe92958279e944ef027e629387","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"eeca5d34180fb5e76e299259be1e5c92de5a2484d27eee54762a723bf780ff41d23bbf1be3907c9bb56a664fb1ad0cb684c67a0f382f8330123ac83aee132866","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"b493697b4b5e3b71283683e336829a315575b7bd94fb15c47d6c698240e7b7557171753613347e40c9988f2dd089dd1d2c494186a42dcb4eefa3fd65229c247b","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":"7612765dd2c2505d3db4f6a38c5199ba7d3a277deba48e5fa597563296b7faecaaed2e304139ca254dc695399b481daf687785fe92958279e944ef027e629387","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Build the workspace interpreter watcher, Class name = h, completed in 2ms, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Get Interpreters, Class name = m, completed in 4ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"3f8500d775851154a22842138e7021c60c9c79ca02ec2149adc9f817afc95a751c89df75857d7cc04fd43da51edb1d450bf5abbb2fa5662011b4c3528bb2c8fa","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":"297321ab0962759dec06b8fe8db19684bf6a36ae7c86e1888dc4232662c27a3ab128b14c1818114f3977c18da356c82650c19b857bd673ac23c72681ab462f20","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":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"c55d61b56d4a3805551b0917629e56edbee323cf3a6db671e41bd475a721c1794541687e86bdf591f4dd39f488337ecf2b73b23ed965137b610cd1253f80a5e1","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","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":"69b15c31eb92a3ab83b5931dca6b3d7b518097187795cf7f34054818ec58478a8b74175c539e6e78cb749e7df35f69173e3d0a330e360c87098e3bbd43eab35d","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown","displayName":"Python 3.7.6 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown","displayName":"Python 3.7.6 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: 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.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Current value for rule workspaceEnvs is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: setGlobalInterpreter, Class name = f, completed in 18ms, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 25ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: setGlobalInterpreter, Class name = f, completed in 20ms, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown","displayName":"Python 3.7.6 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 32ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: setGlobalInterpreter, Class name = f, completed in 24ms, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7","fileHash":"1602ff2a0819b56ffddabd23157dd51f7e620652a59c588b1dc006c42eb654bfba665a0184c9e9cad3d616092a40987dc6e9d8c3b22bdbc31401b9131d81a376","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: autoSelectInterpreter, Class name = f, completed in 36ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined
5console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists getEnvironmentVariables, /Users/kevinvarga/Developer/LearnPython
4console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > /usr/local/bin/python3 -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: cwd: ~/Developer/LearnPython
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > /usr/local/bin/python3 -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: cwd: ~/Developer/LearnPython
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > /usr/local/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: cwd: ~/Developer/LearnPython
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > /usr/local/bin/python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: cwd: ~/Developer/LearnPython
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > /usr/local/bin/python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: cwd: ~/Developer/LearnPython
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > /usr/local/bin/python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: cwd: ~/Developer/LearnPython
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > /usr/local/bin/python3 -m site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: cwd: ~/Developer/LearnPython
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > /usr/local/bin/python3 -m site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: cwd: ~/Developer/LearnPython
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists getEnvironmentVariables, /Users/kevinvarga/Developer/LearnPython
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > /usr/local/bin/python3 completion.py custom ~/Library/Python/3.7/lib/python/site-packages
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: cwd: ~/.vscode/extensions/ms-python.python-2020.1.57204/pythonFiles
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: > /usr/local/bin/python3 completion.py custom ~/Library/Python/3.7/lib/python/site-packages
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:02: cwd: ~/.vscode/extensions/ms-python.python-2020.1.57204/pythonFiles
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:03: Cached data exists getEnvironmentVariables, /Users/kevinvarga/Developer/LearnPython/test.py
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:03: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:03: > /usr/local/bin/python3 -m pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/Developer/LearnPython/test.py
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:03: cwd: ~/Developer/LearnPython
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:03: > /usr/local/bin/python3 -m pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/Developer/LearnPython/test.py
console.ts:137 [Extension Host] Info Python Extension: 2020-01-11 15:21:03: cwd: ~/Developer/LearnPython
2console.ts:137 [Extension Host] (node:2250) [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
log.ts:196 ERR No application in the Launch Services database matches the input criteria.: Error: No application in the Launch Services database matches the input criteria.
This is the contents of my Python Output Window:
User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'ShowExtensionSurveyPrompt - control'
User belongs to experiment group 'DebugAdapterFactory - experiment'
> conda --version
> pyenv root
> python3.7 -c "import sys;print(sys.executable)"
> python3.6 -c "import sys;print(sys.executable)"
> python3 -c "import sys;print(sys.executable)"
> python2 -c "import sys;print(sys.executable)"
> python -c "import sys;print(sys.executable)"
> /usr/local/bin/python3 -c "import sys;print(sys.executable)"
> conda info --json
> conda --version
> conda --version
> conda --version
Starting Jedi Python language engine.
> /usr/local/bin/python3 -c "import sys;print(sys.prefix)"
cwd: ~/Developer/LearnPython
> /usr/local/bin/python3 -c "import sys;print(sys.prefix)"
cwd: ~/Developer/LearnPython
> /usr/local/bin/python3 -c "import sys;print(sys.executable)"
cwd: ~/Developer/LearnPython
> /usr/local/bin/python3 -c "import sys;print(sys.executable)"
cwd: ~/Developer/LearnPython
> /usr/local/bin/python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: ~/Developer/LearnPython
> /usr/local/bin/python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: ~/Developer/LearnPython
> /usr/local/bin/python3 -m site --user-site
cwd: ~/Developer/LearnPython
> /usr/local/bin/python3 -m site --user-site
cwd: ~/Developer/LearnPython
> /usr/local/bin/python3 completion.py custom ~/Library/Python/3.7/lib/python/site-packages
cwd: ~/.vscode/extensions/ms-python.python-2020.1.57204/pythonFiles
> /usr/local/bin/python3 completion.py custom ~/Library/Python/3.7/lib/python/site-packages
cwd: ~/.vscode/extensions/ms-python.python-2020.1.57204/pythonFiles
> /usr/local/bin/python3 -m pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/Developer/LearnPython/test.py
cwd: ~/Developer/LearnPython
> /usr/local/bin/python3 -m pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/Developer/LearnPython/test.py
cwd: ~/Developer/LearnPython
##########Linting Output - pylint##########
--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
> /usr/local/bin/python3 -m pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/Developer/LearnPython/test.py
cwd: ~/Developer/LearnPython
> /usr/local/bin/python3 -m pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/Developer/LearnPython/test.py
cwd: ~/Developer/LearnPython
##########Linting Output - pylint##########
--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
And I could not copy the Python Language Server output panel, because it looks like I don't have that.

Nothing maxes out, I have 16GB of ram, more than half of it free (checked with jedi memory limit -1, does not help), CPU usage is low, nowhere near maxing out, and I have a pretty fast ssd (2018 Macbook Pro, i5 4 core, touchbar model)
PS: Can I ask whether you were able to reproduce the problem or not? Because I had it on 2 different macs, where I have installed everything with the steps I laid out in my first post.
Thanks for the extra info. What is in your workspace settings.json (${workspaceroot}/.vscode/settings.json)?
As to reproducing the problem, no I have not been able to. However, I have not tried on a Mac. I'm checking with a colleague who has a Mac.
Your logs look fine, BTW.
We were able to reproduce the problem using large packages (pandas). It was worse for Jedi, but the language server also had a bit of a delay. There's not much we can do about Jedi (you can open an issue on that project directly). For the language server I'm going to send this issue over there. Thanks!
Is the about no completions on data which is a dynamically created object based on the CSV file contents and since LS is not running any code or read user data files, there are no completions. See #981.
Or is it about specific performance issues? What happens with simple
import numpy
numpy.
? Typical numpy analysis takes maybe ~10 sec? Enabling caching might help with subsequent analysis runs after the library info is cached.
Yupp, numpy. takes between 8 - 10 seconds to autocomplete. So is this behaviour is normal?
Only at startup. Once it completes, then it should be instant since the work is done.
I see, it works like the way you describe @jakebailey
You can also try "python.analysis.cachingLevel": "Library" and see of cache works for you. It basically stores analysis of the library so next time you open VS Code it won't run the library analysis again.
Thank you for your help.
Most helpful comment
You can also try
"python.analysis.cachingLevel": "Library"and see of cache works for you. It basically stores analysis of the library so next time you open VS Code it won't run the library analysis again.