microsoft / vscode-python

Python extension for Visual Studio Code
https://aka.ms/pvsc-marketplace
MIT License
4.29k stars 1.17k forks source link

Versions newer than 2020.1.58038 don't find Python interpreters #11528

Closed texasaggie97-zz closed 4 years ago

texasaggie97-zz commented 4 years ago

Environment data

Expected behaviour

Python interpreters found automatically and listed in select python interpreter

Actual behaviour

When using any version of the extension later than 2020.1.58038 (I.e. this is the last one that works) no interpreters are found.

I have added C:\Users\marke\AppData\Local\pypoetry\Cache\virtualenvs to the Python: Venv Folders setting

Python 2.7, 3.6, 3.7 & 3.8 installed from python.org. All are x64 except 3.6 which is both x64 & x86. All are installed to c:\PythonXX[-32]

I hadn't had to change my Python environment in a while and when I tried to today, it couldn't find any of them. Even if I typed in an explicit path, it would not register the interpreter and would show me the dialog saying I needed to install Python from python.org.

Even using 2020.1.58038, Only the 64 bit versions of python 3.X are found and one virtual environment in the added path (there are three there).

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. XXX

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

``` User belongs to experiment group 'AlwaysDisplayTestExplorer - control' User belongs to experiment group 'ShowPlayIcon - start' User belongs to experiment group 'ShowExtensionSurveyPrompt - enabled' User belongs to experiment group 'DebugAdapterFactory - experiment' User belongs to experiment group 'PtvsdWheels37 - experiment' User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - control' User belongs to experiment group 'WebHostNotebook - control' User belongs to experiment group 'LocalZMQKernel - control' User belongs to experiment group 'CollectLSRequestTiming - control' User belongs to experiment group 'CollectNodeLSRequestTiming - experiment' User belongs to experiment group 'EnableIPyWidgets - 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)" > py -3.7 -c "import sys;print(sys.executable)" > py -3.6 -c "import sys;print(sys.executable)" > py -3 -c "import sys;print(sys.executable)" > py -2 -c "import sys;print(sys.executable)" > ~\AppData\Local\pypoetry\Cache\virtualenvs\component-inventory-FraR_okv-py3.6\Scripts\python.exe -c "import sys;print(sys.executable)" > conda info --json Starting Microsoft Python language server. > ~\AppData\Local\pypoetry\Cache\virtualenvs\component-inventory-FraR_okv-py3.6\Scripts\python.exe -m flake8 --max-line-length=120 --ignore=E203 --format=%(row)d,%(col)d,%(code).1s,%(code)s:%(text)s c:\Users\marke\Documents\AzDO\Tools\report\component_inventory\component_inventory\facets\distribution\jenkins_build_url.py cwd: c:\Users\marke\Documents\AzDO\Tools\report\component_inventory > ~\AppData\Local\pypoetry\Cache\virtualenvs\component-inventory-FraR_okv-py3.6\Scripts\python.exe -m flake8 --max-line-length=120 --ignore=E203 --format=%(row)d,%(col)d,%(code).1s,%(code)s:%(text)s c:\Users\marke\Documents\AzDO\Tools\report\component_inventory\component_inventory\facets\distribution\jenkins_build_url.py cwd: c:\Users\marke\Documents\AzDO\Tools\report\component_inventory ##########Linting Output - flake8########## 6,1,I,I100:Import statements are in the wrong order. 'import requests' should be before 'import toml' and in a different group. 14,82,E,E231:missing whitespace after ',' 15,72,E,E231:missing whitespace after ',' > conda --version > ~\AppData\Local\pypoetry\Cache\virtualenvs\component-inventory-FraR_okv-py3.6\Scripts\python.exe c:\Users\marke\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\testing_tools\run_adapter.py discover pytest -- --rootdir c:\Users\marke\Documents\AzDO\Tools\report\component_inventory -s --cache-clear tests cwd: c:\Users\marke\Documents\AzDO\Tools\report\component_inventory ```


Output from Console under the Developer Tools panel (toggle Developer Tools on under Help; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging)

``` log.ts:191 WARN SettingsEditor2: Settings not included in settingsLayout.ts: notebook.displayOrder TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.python. Old grammar file: file:///c%3A/Users/marke/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/python/syntaxes/MagicPython.tmLanguage.json. New grammar file: file:///c%3A/Users/marke/.vscode/extensions/magicstack.magicpython-1.1.0/grammars/MagicPython.tmLanguage register @ TMScopeRegistry.ts:45 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Notify locators are locating, Class name = p, completed in 5ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detected refreshing of Interpreters, Class name = p, completed in 7ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Create file systemwatcher with pattern *\python.exe console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Create file systemwatcher with pattern *\*\python.exe console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 35ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 20ms, Arg 1: , Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 19ms, Arg 1: , Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 18ms, Arg 1: , Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 15ms, Arg 1: , Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Register Interpreter Watcher, Class name = p, completed in 12ms, Arg 1: , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 14ms, Arg 1: , Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 11ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 8ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Build the workspace interpreter watcher, Class name = h, completed in 17ms, Arg 1: , Return Value: console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Rule = settings, result = exit console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: autoSelectInterpreter, Class name = f, completed in 5ms, Arg 1: , Arg 2: , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Rule = settings, result = exit console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Rule = workspaceEnvs, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Executing next rule from workspaceEnvs console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: autoSelectInterpreter, Class name = f, completed in 7ms, Arg 1: , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: autoSelectInterpreter, Class name = f, completed in 9ms, Arg 1: , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Build the workspace interpreter watcher, Class name = h, completed in 2ms, Arg 1: , Return Value: console.ts:137 [Extension Host] Error Python Extension: 2020-04-30 18:14:40: Failed to serialize gatherRules for DATASCIENCE.SETTINGS [TypeError: Cannot convert object to primitive value at Array.join () at Array.toString () at c:\Users\marke\.vscode\extensions\ms-python.python-2020.1.58038\out\client\extension.js:1:12901 at Array.forEach () at Object.l [as sendTelemetryEvent] (c:\Users\marke\.vscode\extensions\ms-python.python-2020.1.58038\out\client\extension.js:1:12818) at C.sendSettingsTelemetry (c:\Users\marke\.vscode\extensions\ms-python.python-2020.1.58038\out\client\extension.js:75:707093) at C.r.value (c:\Users\marke\.vscode\extensions\ms-python.python-2020.1.58038\out\client\extension.js:1:87512) at Timeout._onTimeout (c:\Users\marke\.vscode\extensions\ms-python.python-2020.1.58038\out\client\extension.js:1:86031) 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-04-30 18:14:40: > conda --version console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, , Return Value: [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > pyenv root console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > python3.7 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detection of Python Interpreter for Command python3.7 and args failed console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > python3.6 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detection of Python Interpreter for Command python3.6 and args failed console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > python3 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detection of Python Interpreter for Command python3 and args failed console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > python2 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Detection of Python Interpreter for Command python2 and args failed console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > python -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > py -3.7 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > py -3.6 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > py -3 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > py -2 -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > ~\AppData\Local\pypoetry\Cache\virtualenvs\component-inventory-FraR_okv-py3.6\Scripts\python.exe -c "import sys;print(sys.executable)" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Selected Interpreter from currentPath, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown","cachedEntry":true} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}] 5console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: , Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Current value for rule system is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.2 64-bit"} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Current value for rule currentPath is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown","cachedEntry":true} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters, Class name = m, completed in 238ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Cached data exists getEnvironmentVariables, console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: > conda info --json console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by CondaEnvFileService are of count 0 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by CondaEnvFileService are [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by PipEnvService are of count 0 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by PipEnvService are [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: setGlobalInterpreter, Class name = f, completed in 184ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: setGlobalInterpreter, Class name = f, completed in 182ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: setGlobalInterpreter, Class name = f, completed in 177ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Rule = windowsRegistry, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Executing next rule from windowsRegistry console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Rule = currentPath, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Executing next rule from currentPath console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Rule = cachedInterpreters, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Executing next rule from cachedInterpreters 3console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: autoSelectInterpreter, Class name = f, completed in 330ms, Arg 1: , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get Interpreters, Class name = m, completed in 184ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown","cachedEntry":true}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Selected Interpreter from system, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.8.2 64-bit"} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by CondaEnvService are of count 0 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by CondaEnvService are [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by VirtualEnvService are of count 0 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by VirtualEnvService are [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get language server folder name, Class name = f, completed in 56ms, Arg 1: , Return Value: "languageServer.0.5.45" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by KnownPathsService are of count 2 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown"}] console.ts:137 [Extension Host] Error Python Extension: 2020-04-30 18:14:40: Detection of Python Interpreter for Command py and args -2 failed as file Python 2 not found! (venv) -3.8-64 -3.7-64 -3.6-64 does not exist t.log @ console.ts:137 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Get language server folder name, Class name = f, completed in 22ms, Arg 1: , Return Value: "languageServer.0.5.45" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Cached data exists getEnvironmentVariables, console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Cached data exists getEnvironmentVariables, c:\Users\marke\Documents\AzDO\Tools\report\component_inventory\component_inventory\facets\distribution\jenkins_build_url.py console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by WorkspaceVirtualEnvService are of count 0 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Interpreters returned by WorkspaceVirtualEnvService are [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: setGlobalInterpreter, Class name = f, completed in 82ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.8.2 64-bit"}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Rule = system, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Executing next rule from system console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: autoSelectInterpreter, Class name = f, completed in 425ms, Arg 1: , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Activation Commands received C:/Users/marke/AppData/Local/pypoetry/Cache/virtualenvs/component-inventory-FraR_okv-py3.6/Scripts/activate.bat for shell cmd 2console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Cached data exists getEnvironmentVariables, c:\Users\marke\Documents\AzDO\Tools\report\component_inventory\component_inventory\facets\distribution\jenkins_build_url.py console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Has Custom Env Vars console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:40: Activating Environment to capture Environment variables, C:/Users/marke/AppData/Local/pypoetry/Cache/virtualenvs/component-inventory-FraR_okv-py3.6/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/marke/.vscode/extensions/ms-python.python-2020.1.58038/pythonFiles/printEnvVariables.py console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: Interpreters returned by CurrentPathService are of count 5 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","type":"Unknown"},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: Interpreters returned by WindowsRegistryService are of count 3 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: Interpreters returned by WindowsRegistryService are [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: All locators have completed locating, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: parseEnvironmentOutput, Class name = b, completed in 0ms console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: getActivatedEnvironmentVariables, Class name = b, completed in 472ms, Arg 1: , Arg 2: {"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown","displayName":"Python 3.6.8 64-bit"} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: Get language server folder name, Class name = f, completed in 9ms, Arg 1: , Return Value: "languageServer.0.5.45" console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: Cached data exists getEnvironmentVariables, c:\Users\marke\Documents\AzDO\Tools\report\component_inventory\component_inventory\facets\distribution\jenkins_build_url.py console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: > ~\AppData\Local\pypoetry\Cache\virtualenvs\component-inventory-FraR_okv-py3.6\Scripts\python.exe -m flake8 --max-line-length=120 --ignore=E203 --format=%(row)d,%(col)d,%(code).1s,%(code)s:%(text)s c:\Users\marke\Documents\AzDO\Tools\report\component_inventory\component_inventory\facets\distribution\jenkins_build_url.py console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: cwd: c:\Users\marke\Documents\AzDO\Tools\report\component_inventory console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: > ~\AppData\Local\pypoetry\Cache\virtualenvs\component-inventory-FraR_okv-py3.6\Scripts\python.exe -m flake8 --max-line-length=120 --ignore=E203 --format=%(row)d,%(col)d,%(code).1s,%(code)s:%(text)s c:\Users\marke\Documents\AzDO\Tools\report\component_inventory\component_inventory\facets\distribution\jenkins_build_url.py console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:41: cwd: c:\Users\marke\Documents\AzDO\Tools\report\component_inventory console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Cached data exists getEnvironmentVariables, c:\Users\marke\Documents\AzDO\Tools\report\component_inventory console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Starting Language Server, Class name = f, completed in 1102ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Cached data exists getEnvironmentVariables, c:\Users\marke\Documents\AzDO\Tools\report\component_inventory\component_inventory\facets\distribution\jenkins_build_url.py console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Activation Commands received C:/Users/marke/AppData/Local/pypoetry/Cache/virtualenvs/component-inventory-FraR_okv-py3.6/Scripts/activate.bat for shell cmd 2console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Cached data exists getEnvironmentVariables, c:\Users\marke\Documents\AzDO\Tools\report\component_inventory console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Has Custom Env Vars console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Activating Environment to capture Environment variables, C:/Users/marke/AppData/Local/pypoetry/Cache/virtualenvs/component-inventory-FraR_okv-py3.6/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/marke/.vscode/extensions/ms-python.python-2020.1.58038/pythonFiles/printEnvVariables.py console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Rule = settings, result = exit console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: autoSelectInterpreter, Class name = f, completed in 1ms, Arg 1: undefined, Arg 2: , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Rule = settings, result = exit console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Rule = workspaceEnvs, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Executing next rule from workspaceEnvs console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: autoSelectInterpreter, Class name = f, completed in 0ms, Arg 1: undefined, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: autoSelectInterpreter, Class name = f, completed in 1ms, Arg 1: undefined, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: [object Object]. Shell identified as undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Shell path from user settings 'null' console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: [object Object]. Shell identified as other console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Shell path 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe' console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Shell path identified as shell 'powershell' console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Shell path from user env 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe' console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: [object Object]. Shell identified as powershell console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Shell identified as 'powershell' 2console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Cached data exists getEnvironmentVariables, console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown"}] 5console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: , Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","type":"Unknown"},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args= console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: > conda --version console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters, Class name = m, completed in 7ms, Arg 1: , Return Value: [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown"} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","type":"Unknown"},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Selected Interpreter from currentPath, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown"} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Detected refreshing of Interpreters, Class name = p, completed in 2ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Create file systemwatcher with pattern *\python.exe console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Create file systemwatcher with pattern *\*\python.exe console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Detected refreshing of Interpreters, Class name = p, completed in 2ms, Arg 1: {}, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: undefined, Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Register Interpreter Watcher, Class name = p, completed in 3ms, Arg 1: undefined, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: undefined, Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: undefined, Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, Arg 1: undefined, Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, Arg 1: undefined, Return Value: [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","type":"Unknown"},{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Build the workspace interpreter watcher, Class name = h, completed in 4ms, Arg 1: undefined, Return Value: console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Get Interpreters, Class name = m, completed in 7ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python36\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Python36","fileHash":"37e20d6cfa0c8721fd192f42aa2689ef0a04e4ef06c5347db0fd5f6e630fe98c958547ecb14c06d1159e3910dc718ab2db97432241df67a66b3ee23d3b2330a2","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"C:\\Python37","fileHash":"9ce10d75eaef28760001643d29ebcd2ca254f729a88f22075105472b78e5f268cccf29da16b4a9bec39bd5f8b26286cfd8c547ac6eb15e7d3e254ae0518899ef","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6","fileHash":"fe1d1f0305fbcbe9e1527bf6c8b6c18cbcd062cf56cdf47f546f9af5044fad443cafe98a434b7c63f8ae98ed4981d63d31876a1217df28ed63ddf33d81fe6693","type":"Unknown"}] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Current value for rule system is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.2 64-bit"} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Current value for rule currentPath is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown"} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown"} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown"} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Selected Interpreter from system, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.2 64-bit"} console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Current value for rule workspaceEnvs is nothing console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: setGlobalInterpreter, Class name = f, completed in 25ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: setGlobalInterpreter, Class name = f, completed in 24ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","type":"Unknown"}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: setGlobalInterpreter, Class name = f, completed in 15ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Rule = windowsRegistry, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Executing next rule from windowsRegistry console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Rule = currentPath, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Executing next rule from currentPath console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Rule = cachedInterpreters, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Executing next rule from cachedInterpreters 3console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: autoSelectInterpreter, Class name = f, completed in 42ms, Arg 1: undefined, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Interpreters returned by PipEnvService are of count 0 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Interpreters returned by PipEnvService are [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: setGlobalInterpreter, Class name = f, completed in 17ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"C:\\Python38","fileHash":"7f671cc8163cda0f5abbb6bc0763c82eb3154d88d2966369b8db1cdd009fc1e8fd497abb060c1f44409a9da3cb8fe7982edc6fb5024dc984f5006108877f4cbc","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.2 64-bit"}, Arg 2: undefined, Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Rule = system, result = runNextRule console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Executing next rule from system console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: autoSelectInterpreter, Class name = f, completed in 50ms, Arg 1: undefined, Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Interpreters returned by WorkspaceVirtualEnvService are of count 0 console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Interpreters returned by WorkspaceVirtualEnvService are [] console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: parseEnvironmentOutput, Class name = b, completed in 1ms console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: getActivatedEnvironmentVariables, Class name = b, completed in 358ms, Arg 1: , Arg 2: undefined, Arg 3: false console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: > ~\AppData\Local\pypoetry\Cache\virtualenvs\component-inventory-FraR_okv-py3.6\Scripts\python.exe c:\Users\marke\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\testing_tools\run_adapter.py discover pytest -- --rootdir c:\Users\marke\Documents\AzDO\Tools\report\component_inventory -s --cache-clear tests console.ts:137 [Extension Host] Info Python Extension: 2020-04-30 18:14:42: cwd: c:\Users\marke\Documents\AzDO\Tools\report\component_inventory 2console.ts:137 [Extension Host] (node:37044) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. t.log @ console.ts:137 $logExtensionHostMessage @ mainThreadConsole.ts:39 _doInvokeHandler @ rpcProtocol.ts:402 _invokeHandler @ rpcProtocol.ts:387 _receiveRequest @ rpcProtocol.ts:303 _receiveOneMessage @ rpcProtocol.ts:230 (anonymous) @ rpcProtocol.ts:105 fire @ event.ts:587 fire @ ipc.net.ts:453 _receiveMessage @ ipc.net.ts:733 (anonymous) @ ipc.net.ts:592 fire @ event.ts:587 acceptChunk @ ipc.net.ts:239 (anonymous) @ ipc.net.ts:200 t @ ipc.net.ts:28 emit @ events.js:203 addChunk @ _stream_readable.js:295 readableAddChunk @ _stream_readable.js:276 Readable.push @ _stream_readable.js:210 onStreamRead @ internal/stream_base_commons.js:166 ```

ericsnowcurrently commented 4 years ago

@texasaggie97, thanks for getting in touch with us. The problem is that "Python: Venv Folders" (python.venvFolders) works relative to the home directory, so the setting you have doesn't work and causes problems during Python environment discovery. Instead, you likely want to use the "Python: Venv Path" (python.venvPath) setting.

What happens if you use "Python: Venv Path" instead (and leave "Python: Venv Folders" empty)?

texasaggie97-zz commented 4 years ago

If I use "Python: Venv Path" instead, It does find more of the venv's, but still only with 2020.1.58038 or older. As soon as I upgrade to even 2020.2.62710 no Python version are found. Here are the versions found when using the older version: image As soon as I upgrade to anything newer, that list is empty.

This is with "Python: Venv Folders" empty in both User and Workspace, and "Python Venv Path" only set in User, and empty in Workspace. I tried without any Venv Path as well and still got an empty list using newer versions.

Edit: Even with the versions listed above, I still get the dialog about Python not being installed. image

ericsnowcurrently commented 4 years ago

Please provide the content of your "Python" output panel when "Venv Folders" and "Venv Path" are both not set. Also, please provide your workspace settings.json. Thanks!

texasaggie97-zz commented 4 years ago

When blanking "Python: Venv Path" (and restarting) this is what I get: image Here is the contents of my workspace settings.json

{
    "python.linting.flake8Enabled": true,
    "python.linting.flake8Args": [
        "--max-line-length=120",
        "--ignore=E203",
    ],
    "python.linting.enabled": true,
    "python.formatting.provider": "black",
    "python.formatting.blackArgs": [
        "--line-length=120",
    ],
    "editor.formatOnSave": true,
    "python.testing.pytestArgs": [
        "tests"
    ],
    "python.testing.unittestEnabled": false,
    "python.testing.nosetestsEnabled": false,
    "python.testing.pytestEnabled": true,
    "python.pythonPath": "C:\\Users\\marke\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\component-inventory-FraR_okv-py3.6\\Scripts\\python.exe"
}
ericsnowcurrently commented 4 years ago

So when you select one of those (try your system-installed 3.8) you get a popup saying Python isn't installed? What happens if you completely remove the "python.pythonPath" setting and reload?

texasaggie97-zz commented 4 years ago

If I completely remove the "python.pythonPath" line, then I get an error about not being about to find flake8 or black.

After removing the line, I do see the installed versions of Python.

So I tried upgrading to the latest Python extension while the line was removed. I still saw the installed Pythons.

I added the "python.pythonPath" setting back to the original value in settings.json, and I continued to see the installed Pythons plus the one venv listed.

I then added back "Python: Venv Path" and I saw all the installed Pythons as well as the other venv's in that folder.

At this point I tried downgrading back to the version that I was using, I continued to see all Pythons listed.

I then upgraded to the latest, and still saw all versions.

Based on all this, it looks like to me maybe some sort of settings upgrade issue? I don't know the settings system well enough to even guess what it could be since it is just json. Feel free to close this now that it is working if that is your preference.

Also, I was not able to reproduce the "Need to install Python" dialog.

ericsnowcurrently commented 4 years ago

Yeah, I expect something was wrong in the cache of interpreter information that the extension keeps. I'm glad it's working now for you. If you see any other problems please let us know.