python-language-server icon indicating copy to clipboard operation
python-language-server copied to clipboard

Unresolved import 'fnmatch'

Open mic4ael opened this issue 4 years ago • 25 comments

Environment data

  • VS Code version: 1.44.1
  • Extension version (available under the Extensions sidebar): 2020.3.71659
  • OS and version: MacOS 10.15.4
  • Python version (& distribution if applicable, e.g. Anaconda): python2
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): pew
  • Relevant/affected Python packages and their versions: flake8
  • Relevant/affected Python-related VS Code extensions and their versions: None
  • Jedi or Language Server? (i.e. what is "python.jediEnabled" set to; more info microsoft/vscode-python#3977): Language server
  • Value of the python.languageServer setting: Microsoft

Expected behaviour

I expect VSCode to not report flake8 related errors.

Actual behaviour

VSCode reports errors from flake8 related to "missing" imports. VSCode most probably uses different version of Python.

Steps to reproduce:

source /Users/mic4ael/.virtualenvs/indico/bin/activate
╭─mic4ael@batmobile ~/dev/others/indico  ‹submit-to-editable-type*› 
╰─➤  source /Users/mic4ael/.virtualenvs/indico/bin/activate
(indico) ╭─mic4ael@batmobile ~/dev/others/indico  ‹submit-to-editable-type*› 
╰─➤  which flake8
/Users/mic4ael/.local/share/virtualenvs/indico/bin/flake8
(indico) ╭─mic4ael@batmobile ~/dev/others/indico  ‹submit-to-editable-type*› 
╰─➤  flake8 indico/modules/events/editing/fields.py
(indico) ╭─mic4ael@batmobile ~/dev/others/indico  ‹submit-to-editable-type*› 

Logs

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

> conda --version
> conda info --json
> 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)"
> ~/.virtualenvs/indico/bin/python -c "import sys;print(sys.executable)"
Starting Microsoft Python language server.
> ~/.virtualenvs/indico/bin/python -c "import jupyter"
> ~/.virtualenvs/indico/bin/python -c "import notebook"
> ~/.virtualenvs/indico/bin/flake8 --max-line-length=120 --format=%(row)d,%(col)d,%(code).1s,%(code)s:%(text)s ~/dev/others/indico/indico/modules/events/editing/fields.py
cwd: ~/dev/others/indico
> conda --version
##########Linting Output - flake8##########

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)

Click to expand!
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: id is 396be0c5-4dba-4c12-839e-8f9163e0c417
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Get Interpreters in CacheableLocatorService, Class name = m, completed in 12ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Get Interpreters in CacheableLocatorService, Class name = m, completed in 10ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Get Interpreters in CacheableLocatorService, Class name = m, completed in 9ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Get Interpreters in CacheableLocatorService, Class name = m, completed in 8ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: [{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"891abafe17a61b16fae148cdfd2ac725f1239a9106fe5f8af292621167e991b087bb1852777caf3fd82295bfad3d61fb33e93747e05f06db9c653a6bbf607faa","envName":"indico","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"891abafe17a61b16fae148cdfd2ac725f1239a9106fe5f8af292621167e991b087bb1852777caf3fd82295bfad3d61fb33e93747e05f06db9c653a6bbf607faa","envName":"indico","type":"Venv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Register Interpreter Watcher, Class name = p, completed in 6ms, has a falsy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Get Interpreters in CacheableLocatorService, Class name = m, completed in 7ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Get Interpreters in CacheableLocatorService, Class name = m, completed in 6ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"5511eed0f896a068a54bd8c95dc9d96dcbf9dce20a82efa36d327269fbd6dbdd4edc05b1e72f48f18b9ad330572d68476d0029859df1a093f20475ce921a0427","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"068b77d536921fd77035d37257d43e883fff2b5c823e984cd058a98afc9495ba0e387729f7b5ef4212fff603f696fbd2f64e30aa6b8408c8b46a50ac8ae87705","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"5511eed0f896a068a54bd8c95dc9d96dcbf9dce20a82efa36d327269fbd6dbdd4edc05b1e72f48f18b9ad330572d68476d0029859df1a093f20475ce921a0427","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"068b77d536921fd77035d37257d43e883fff2b5c823e984cd058a98afc9495ba0e387729f7b5ef4212fff603f696fbd2f64e30aa6b8408c8b46a50ac8ae87705","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Build the workspace interpreter watcher, Class name = h, completed in 7ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: > python3.7 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: > python3.6 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: > python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: > python2 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: > python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: > ~/.virtualenvs/indico/bin/python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Detection of Python Interpreter for Command python3.6 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Get Interpreters, Class name = m, completed in 540ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: [{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Executing next rule from workspaceEnvs
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Interpreters returned by CondaEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Interpreters returned by PipEnvService are []
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Activation Commands received source /Users/mic4ael/.virtualenvs/indico/bin/activate for shell bash
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Activating Environment to capture Environment variables, . /Users/mic4ael/.virtualenvs/indico/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/mic4ael/.vscode/extensions/ms-python.python-2020.3.71659/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Current value for rule system is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown","displayName":"Python 3.7.7 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Current value for rule currentPath is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:49: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Interpreters returned by CurrentPathService are of count 5
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Activation Commands received source /Users/mic4ael/.virtualenvs/indico/bin/activate for shell bash
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Activating Environment to capture Environment variables, . /Users/mic4ael/.virtualenvs/indico/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/mic4ael/.vscode/extensions/ms-python.python-2020.3.71659/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: parseEnvironmentOutput, Class name = C, completed in 1ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: getActivatedEnvironmentVariables, Class name = C, completed in 826ms, has a truthy return value, Arg 1: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: setGlobalInterpreter, Class name = f, completed in 45ms, has a truthy return value, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: autoSelectInterpreter, Class name = f, completed in 204ms, has a falsy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: autoSelectInterpreter, Class name = f, completed in 205ms, has a falsy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: autoSelectInterpreter, Class name = f, completed in 206ms, has a falsy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Executing next rule from workspaceEnvs
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Cached data exists getEnvironmentVariables, /Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Cached data exists getEnvironmentVariables, /Users/mic4ael/dev/others/indico
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: autoSelectInterpreter, Class name = f, completed in 5ms, has a falsy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: autoSelectInterpreter, Class name = f, completed in 6ms, has a falsy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Build the workspace interpreter watcher, Class name = h, completed in 4ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Activation Commands received source /Users/mic4ael/.virtualenvs/indico/bin/activate for shell bash
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Activating Environment to capture Environment variables, . /Users/mic4ael/.virtualenvs/indico/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/mic4ael/.vscode/extensions/ms-python.python-2020.3.71659/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Interpreters returned by KnownPathsService are of count 12
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"5511eed0f896a068a54bd8c95dc9d96dcbf9dce20a82efa36d327269fbd6dbdd4edc05b1e72f48f18b9ad330572d68476d0029859df1a093f20475ce921a0427","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"068b77d536921fd77035d37257d43e883fff2b5c823e984cd058a98afc9495ba0e387729f7b5ef4212fff603f696fbd2f64e30aa6b8408c8b46a50ac8ae87705","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"5511eed0f896a068a54bd8c95dc9d96dcbf9dce20a82efa36d327269fbd6dbdd4edc05b1e72f48f18b9ad330572d68476d0029859df1a093f20475ce921a0427","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"068b77d536921fd77035d37257d43e883fff2b5c823e984cd058a98afc9495ba0e387729f7b5ef4212fff603f696fbd2f64e30aa6b8408c8b46a50ac8ae87705","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Current value for rule system is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown","displayName":"Python 3.7.7 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Current value for rule currentPath is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: [{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"891abafe17a61b16fae148cdfd2ac725f1239a9106fe5f8af292621167e991b087bb1852777caf3fd82295bfad3d61fb33e93747e05f06db9c653a6bbf607faa","envName":"indico","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"891abafe17a61b16fae148cdfd2ac725f1239a9106fe5f8af292621167e991b087bb1852777caf3fd82295bfad3d61fb33e93747e05f06db9c653a6bbf607faa","envName":"indico","type":"Venv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Get Interpreters in CacheableLocatorService, Class name = m, completed in 3ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}
3console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Get Interpreters in CacheableLocatorService, Class name = m, completed in 3ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"5511eed0f896a068a54bd8c95dc9d96dcbf9dce20a82efa36d327269fbd6dbdd4edc05b1e72f48f18b9ad330572d68476d0029859df1a093f20475ce921a0427","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"068b77d536921fd77035d37257d43e883fff2b5c823e984cd058a98afc9495ba0e387729f7b5ef4212fff603f696fbd2f64e30aa6b8408c8b46a50ac8ae87705","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"5511eed0f896a068a54bd8c95dc9d96dcbf9dce20a82efa36d327269fbd6dbdd4edc05b1e72f48f18b9ad330572d68476d0029859df1a093f20475ce921a0427","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"068b77d536921fd77035d37257d43e883fff2b5c823e984cd058a98afc9495ba0e387729f7b5ef4212fff603f696fbd2f64e30aa6b8408c8b46a50ac8ae87705","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Get Interpreters, Class name = m, completed in 4ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: [{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Selected Interpreter from system, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown","displayName":"Python 3.7.7 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: parseEnvironmentOutput, Class name = C, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: getActivatedEnvironmentVariables, Class name = C, completed in 261ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv","displayName":"Python 2.7.16 64-bit ('indico': venv)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: > ~/.virtualenvs/indico/bin/python -c "import jupyter"
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: parseEnvironmentOutput, Class name = C, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: getActivatedEnvironmentVariables, Class name = C, completed in 264ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv","displayName":"Python 2.7.16 64-bit ('indico': venv)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: > ~/.virtualenvs/indico/bin/python -c "import notebook"
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: setGlobalInterpreter, Class name = f, completed in 31ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: autoSelectInterpreter, Class name = f, completed in 66ms, has a falsy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: setGlobalInterpreter, Class name = f, completed in 30ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: autoSelectInterpreter, Class name = f, completed in 69ms, has a falsy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Get language server folder name, Class name = f, completed in 26ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: "languageServer.0.5.45"
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: setGlobalInterpreter, Class name = f, completed in 24ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown","displayName":"Python 3.7.7 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: autoSelectInterpreter, Class name = f, completed in 74ms, has a falsy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Interpreters returned by VirtualEnvService are of count 6
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Interpreters returned by VirtualEnvService are [{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"891abafe17a61b16fae148cdfd2ac725f1239a9106fe5f8af292621167e991b087bb1852777caf3fd82295bfad3d61fb33e93747e05f06db9c653a6bbf607faa","envName":"indico","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"891abafe17a61b16fae148cdfd2ac725f1239a9106fe5f8af292621167e991b087bb1852777caf3fd82295bfad3d61fb33e93747e05f06db9c653a6bbf607faa","envName":"indico","type":"Venv"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: All locators have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Get language server folder name, Class name = f, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: "languageServer.0.5.45"
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Cached data exists getEnvironmentVariables, /Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Activation Commands received source /Users/mic4ael/.virtualenvs/indico/bin/activate for shell bash
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Cached data exists getEnvironmentVariables, /Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Activating Environment to capture Environment variables, . /Users/mic4ael/.virtualenvs/indico/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/mic4ael/.vscode/extensions/ms-python.python-2020.3.71659/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: parseEnvironmentOutput, Class name = C, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: getActivatedEnvironmentVariables, Class name = C, completed in 53ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Arg 2: {"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv","displayName":"Python 2.7.16 64-bit ('indico': venv)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:50: Get language server folder name, Class name = f, completed in 2ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py>, Return Value: "languageServer.0.5.45"
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Starting Language Server, Class name = f, completed in 1114ms, has a falsy return value, , Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Cached data exists getEnvironmentVariables, /Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: > ~/.virtualenvs/indico/bin/flake8 --max-line-length=120 --format=%(row)d,%(col)d,%(code).1s,%(code)s:%(text)s ~/dev/others/indico/indico/modules/events/editing/fields.py
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: cwd: ~/dev/others/indico
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Cached data exists getEnvironmentVariables, /Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Current value for rule system is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown","displayName":"Python 3.7.7 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Current value for rule currentPath is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: setGlobalInterpreter, Class name = f, completed in 3ms, has a truthy return value, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: autoSelectInterpreter, Class name = f, completed in 5ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: autoSelectInterpreter, Class name = f, completed in 7ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Executing next rule from workspaceEnvs
3console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: autoSelectInterpreter, Class name = f, completed in 1ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: [object Object]. Shell identified as undefined 
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Shell path '/bin/zsh'
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Shell path identified as shell 'zsh'
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Terminal shell path '/bin/zsh' identified as shell 'zsh'
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: [object Object]. Shell identified as zsh 
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Shell identified as 'zsh'
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Cached data exists getEnvironmentVariables, <No Resource>
3console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: [{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"891abafe17a61b16fae148cdfd2ac725f1239a9106fe5f8af292621167e991b087bb1852777caf3fd82295bfad3d61fb33e93747e05f06db9c653a6bbf607faa","envName":"indico","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"891abafe17a61b16fae148cdfd2ac725f1239a9106fe5f8af292621167e991b087bb1852777caf3fd82295bfad3d61fb33e93747e05f06db9c653a6bbf607faa","envName":"indico","type":"Venv"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"5511eed0f896a068a54bd8c95dc9d96dcbf9dce20a82efa36d327269fbd6dbdd4edc05b1e72f48f18b9ad330572d68476d0029859df1a093f20475ce921a0427","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"068b77d536921fd77035d37257d43e883fff2b5c823e984cd058a98afc9495ba0e387729f7b5ef4212fff603f696fbd2f64e30aa6b8408c8b46a50ac8ae87705","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"5511eed0f896a068a54bd8c95dc9d96dcbf9dce20a82efa36d327269fbd6dbdd4edc05b1e72f48f18b9ad330572d68476d0029859df1a093f20475ce921a0427","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"068b77d536921fd77035d37257d43e883fff2b5c823e984cd058a98afc9495ba0e387729f7b5ef4212fff603f696fbd2f64e30aa6b8408c8b46a50ac8ae87705","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters, Class name = m, completed in 6ms, has a truthy return value, Arg 1: <Uri:/Users/mic4ael/dev/others/indico>, Return Value: [{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Notify locators are locating, Class name = p, completed in 2ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Detected refreshing of Interpreters, Class name = p, completed in 2ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Current value for rule system is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown","displayName":"Python 3.7.7 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Current value for rule currentPath is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Register Interpreter Watcher, Class name = p, completed in 2ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}
2console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 5ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"891abafe17a61b16fae148cdfd2ac725f1239a9106fe5f8af292621167e991b087bb1852777caf3fd82295bfad3d61fb33e93747e05f06db9c653a6bbf607faa","envName":"indico","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"891abafe17a61b16fae148cdfd2ac725f1239a9106fe5f8af292621167e991b087bb1852777caf3fd82295bfad3d61fb33e93747e05f06db9c653a6bbf607faa","envName":"indico","type":"Venv"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"5511eed0f896a068a54bd8c95dc9d96dcbf9dce20a82efa36d327269fbd6dbdd4edc05b1e72f48f18b9ad330572d68476d0029859df1a093f20475ce921a0427","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"068b77d536921fd77035d37257d43e883fff2b5c823e984cd058a98afc9495ba0e387729f7b5ef4212fff603f696fbd2f64e30aa6b8408c8b46a50ac8ae87705","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"5511eed0f896a068a54bd8c95dc9d96dcbf9dce20a82efa36d327269fbd6dbdd4edc05b1e72f48f18b9ad330572d68476d0029859df1a093f20475ce921a0427","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"068b77d536921fd77035d37257d43e883fff2b5c823e984cd058a98afc9495ba0e387729f7b5ef4212fff603f696fbd2f64e30aa6b8408c8b46a50ac8ae87705","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Build the workspace interpreter watcher, Class name = h, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Get Interpreters, Class name = m, completed in 6ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/fastapi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/Users/mic4ael/.local/share/virtualenvs/fastapi","fileHash":"23c0a1a544b8d418dbf7cc72526b4bd78169e8d0d327daac039d67d3a7fe0a666ea987dcd7bc56b74384a4c42f95bf5c0d3cf0b53f5614e9d3e26977da31f659","envName":"fastapi","type":"Venv"},{"architecture":3,"path":"/Users/mic4ael/.virtualenvs/indico/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/Users/mic4ael/.virtualenvs/indico","fileHash":"395fc75e1c00bf0d14d012525c4c3202a2c22b09ceff72dff90b373c4b9bd75ed97aa31bf574ccf37f23a72e750ffcd9da48ce28151fad86eab8c0e0453f0575","envName":"indico","type":"Venv"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"61b86e13e28360099f5ac70a27f825e5e1e058e7cd447583c3db1cfd34af44ab7b65ce7dca1bb8fc139f95695246f9c1272d088ceb9008b25efa95feab400616","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7","fileHash":"15b8aede258a01506882fc01a59208c1e1bee42e442235addc55fb4c1b8d30127f61775cbc8e84b71503b61855dfe50760e71fd907b008a19054e6e44e58ecb6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2ba89bdbf3050fed0330887a8ee0f22bcbf632280a2158ee7173223067ed0208acbe69c10755e29931c59e856b35f746d688356cace8ee21b01db6b4e8f7412c","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"},{"architecture":3,"path":"/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"fb8b2574a5c684ae583cfcdb62f9e867f66f4950924e3da2047c2f489e6b8105d5f5a81573725b1b94783c18ae95e27a87f875095f0aeca62ae00d890ebb4f04","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Selected Interpreter from system, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown","displayName":"Python 3.7.7 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Current value for rule workspaceEnvs is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: setGlobalInterpreter, Class name = f, completed in 18ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: autoSelectInterpreter, Class name = f, completed in 39ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: setGlobalInterpreter, Class name = f, completed in 20ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: autoSelectInterpreter, Class name = f, completed in 42ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: setGlobalInterpreter, Class name = f, completed in 18ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7","fileHash":"cb73eb023cc47d148307429f787c97c6575fc2feea885a99e9c0eca1a26750062ac7ad7b3cfb3b4d237ed0b021a850ea0ffb17398ecf21adbb9b07f6661ca87b","type":"Unknown","displayName":"Python 3.7.7 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: autoSelectInterpreter, Class name = f, completed in 48ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:42:51: All locators have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:43:52: Cached data exists getEnvironmentVariables, extension-output-#14
console.ts:137 [Extension Host] Info Python Extension: 2020-04-16 12:43:52: Cached data exists getEnvironmentVariables, extension-output-#4

mic4ael avatar Apr 16 '20 10:04 mic4ael

FYI, I just did a quick test to let you reproduce the problem. I cloned https://github.com/indico/indico and used pew to create a virtualenv. I selected the proper python version in VSCode and unfortunately the problem still exists.

mic4ael avatar Apr 28 '20 06:04 mic4ael

@mic4ael, sorry for the long delay. What happens when you run the following command (from the "Python" output panel) in your shell?

~/.virtualenvs/indico/bin/flake8 --max-line-length=120 --format=%(row)d,%(col)d,%(code).1s,%(code)s:%(text)s ~/dev/others/indico/indico/modules/events/editing/fields.py

ericsnowcurrently avatar May 04 '20 22:05 ericsnowcurrently

@mic4ael, sorry for the long delay. What happens when you run the following command (from the "Python" output panel) in your shell?

~/.virtualenvs/indico/bin/flake8 --max-line-length=120 --format=%(row)d,%(col)d,%(code).1s,%(code)s:%(text)s ~/dev/others/indico/indico/modules/events/editing/fields.py

Hey @ericsnowcurrently , thanks for the reply. I tried this command while debugging this (saw it in logs). No errors/warnings are reported which is what I would expect.

mic4ael avatar May 05 '20 05:05 mic4ael

Hmm, the "Python" output panel shows exactly what was run, including the directory in which it was run. It may also be related to settings. Please provide the contents of your workspace settings.json.

ericsnowcurrently avatar May 05 '20 16:05 ericsnowcurrently

@ericsnowcurrently my workspace settings

{
    "python.pythonPath": "~/.virtualenvs/indico/bin/python",
    "python.linting.flake8Path": "~/.virtualenvs/indico/bin/flake8"
}

mic4ael avatar May 05 '20 16:05 mic4ael

@mic4ael, what happens when you remove your "python.linting.flake8Path" setting?

ericsnowcurrently avatar May 05 '20 17:05 ericsnowcurrently

@ericsnowcurrently nothing has changed

User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'DebugAdapterFactory - experiment'
User belongs to experiment group 'PtvsdWheels37 - experiment'
User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - control'
User belongs to experiment group 'WebHostNotebook - control'
User belongs to experiment group 'LocalZMQKernel - control'
User belongs to experiment group 'CollectLSRequestTiming - control'
User belongs to experiment group 'CollectNodeLSRequestTiming - experiment'
User belongs to experiment group 'EnableIPyWidgets - experiment'
User belongs to experiment group 'RunByLine - control'
> conda --version
> pyenv root
> python3.7 ~/.vscode/extensions/ms-python.python-2020.4.76186/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3.6 ~/.vscode/extensions/ms-python.python-2020.4.76186/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3 ~/.vscode/extensions/ms-python.python-2020.4.76186/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python2 ~/.vscode/extensions/ms-python.python-2020.4.76186/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode/extensions/ms-python.python-2020.4.76186/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> ~/.virtualenvs/indico/bin/python ~/.vscode/extensions/ms-python.python-2020.4.76186/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> conda info --json
Starting Microsoft Python language server.
Python interpreter path: ~/.virtualenvs/indico/bin/python
> ~/.virtualenvs/indico/bin/python ~/.vscode/extensions/ms-python.python-2020.4.76186/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> ~/.virtualenvs/indico/bin/python ~/.vscode/extensions/ms-python.python-2020.4.76186/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> conda --version
> ~/.virtualenvs/indico/bin/python ~/.vscode/extensions/ms-python.python-2020.4.76186/pythonFiles/pyvsc-run-isolated.py flake8 --max-line-length=120 --format=%(row)d,%(col)d,%(code).1s,%(code)s:%(text)s ~/dev/others/indico/indico/modules/events/editing/fields.py
cwd: ~/dev/others/indico
> ~/.virtualenvs/indico/bin/python ~/.vscode/extensions/ms-python.python-2020.4.76186/pythonFiles/pyvsc-run-isolated.py flake8 --max-line-length=120 --format=%(row)d,%(col)d,%(code).1s,%(code)s:%(text)s ~/dev/others/indico/indico/modules/events/editing/fields.py
cwd: ~/dev/others/indico
##########Linting Output - flake8##########

mic4ael avatar May 05 '20 17:05 mic4ael

The command looks correct. Does running that command manually (from that "cwd" directory) still show no errors?

Is there anything in the log after ##########Linting Output - flake8##########? You should see the reported errors.

ericsnowcurrently avatar May 05 '20 17:05 ericsnowcurrently

As to the Linting Output - nope there is nothing after that. And running the command by hand from the cwd doesn't show any errors at all.

mic4ael avatar May 05 '20 17:05 mic4ael

So it appears that flake8 is not actually finding any problems. Does the "Problems" panel attribute the errors to flake8 or some other tool?

ericsnowcurrently avatar May 05 '20 17:05 ericsnowcurrently

This is an example:

{
	"resource": "/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py",
	"owner": "_generated_diagnostic_collection_name_#1",
	"code": "unresolved-import",
	"severity": 4,
	"message": "unresolved import 'fnmatch'",
	"source": "Python",
	"startLineNumber": 10,
	"startColumn": 8,
	"endLineNumber": 10,
	"endColumn": 15
}

mic4ael avatar May 05 '20 17:05 mic4ael

I found what actually makes the errors appear:

"python.languageServer": "Microsoft"

It works fine, If I change the value of this setting to Jedi.

mic4ael avatar May 05 '20 20:05 mic4ael

{
	"resource": "/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py",
	"owner": "_generated_diagnostic_collection_name_#1",
	"code": "unresolved-import",
	"severity": 4,
	"message": "unresolved import 'fnmatch'",
	"source": "Python",
	"startLineNumber": 10,
	"startColumn": 8,
	"endLineNumber": 10,
	"endColumn": 15
}

Is that what you see in the "Problems" panel? If not, please show us what you see in that panel.

As to the language server, it does report problems. However, they are not labeled "flake8".

ericsnowcurrently avatar May 06 '20 17:05 ericsnowcurrently

Hey @ericsnowcurrently, no, this snippet is what I get after right clicking on the problem and selecting "copy".

mic4ael avatar May 06 '20 17:05 mic4ael

What text do you see in the "Problems" window. I expect it will not refer to "flake8" since the text from https://github.com/microsoft/vscode-python/issues/11207#issuecomment-624211309 doesn't. "source": "Python", means it came from the language server. Do you still see the reported "problem" if you add "python.languageServer": "None' (or "python.jediEnabled": true) to your workspace settings.json?

Also, it's a little strange that the language server cannot find the "fnmatch" module but flake8 can. What do you get when running the following command? ~/.virtualenvs/indico/bin/python -c 'import fnmatch; print(fnmatch.__file__) Is there a copy of the failing code we can look at? (If it's relatively short feel free to paste it into a comment.)

ericsnowcurrently avatar May 12 '20 16:05 ericsnowcurrently

What text do you see in the "Problems" window

"unresolved import 'fnmatch' Python(unresolved-import)"

Yeah, maybe I made it a bit confusing - since I initially thought that the problem was reported by flake8.

Also, it's a little strange that the language server cannot find the "fnmatch" module but flake8 can. What do you get when running the following command? ~/.virtualenvs/indico/bin/python -c 'import fnmatch; print(fnmatch.file)

/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.pyc

Is there a copy of the failing code we can look at? (If it's relatively short feel free to paste it into a comment.)

I have been testing this: https://github.com/indico/indico/blob/master/indico/modules/events/editing/fields.py

mic4ael avatar May 12 '20 18:05 mic4ael

Sorry, I forgot to answer to the following:

Do you still see the reported "problem" if you add "python.languageServer": "None' (or "python.jediEnabled": true) to your workspace settings.json?

In case of "python.languageServer": "None' the errors are not reported. The same happens if I set python.jediEnabled to true

mic4ael avatar May 13 '20 06:05 mic4ael

Okay, then this is definitely a problem with the language server. I'm going to transfer this issue over to that project. Sorry it's taken so long to get to this point.

ericsnowcurrently avatar May 13 '20 16:05 ericsnowcurrently

/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.pyc

FYI, we recommend against using the MacOS system-installed python, which is what you appear to be using.

ericsnowcurrently avatar May 13 '20 16:05 ericsnowcurrently

Okay, then this is definitely a problem with the language server. I'm going to transfer this issue over to that project. Sorry it's taken so long to get to this point.

Ok, thanks a lot and no worries ;)

mic4ael avatar May 13 '20 17:05 mic4ael

What errors specifically are the problem?

MikhailArkhipov avatar Jun 16 '20 02:06 MikhailArkhipov

What errors specifically are the problem?

For example missing imports unresolved import 'fnmatch'

mic4ael avatar Jun 16 '20 05:06 mic4ael

Import resolution has nothing to do with linting. Have you looked into https://github.com/microsoft/python-language-server/blob/master/TROUBLESHOOTING.md#unresolved-import-warnings?

MikhailArkhipov avatar Jun 16 '20 16:06 MikhailArkhipov

But the problems were reported by the Python extension as I mentioned in the issue before:

{
	"resource": "/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py",
	"owner": "_generated_diagnostic_collection_name_#1",
	"code": "unresolved-import",
	"severity": 4,
	"message": "unresolved import 'fnmatch'",
	"source": "Python",
	"startLineNumber": 10,
	"startColumn": 8,
	"endLineNumber": 10,
	"endColumn": 15
}

This is an import that shouldn't cause any problem since this package is included with every Python distribution. Apart from that, as I mentioned in the issue before, this was resolved once I changed the python.languageServer setting.

mic4ael avatar Jun 16 '20 16:06 mic4ael

Right, but it is not about linting. It is hard to say why standard module is not resolved in your environment. This is why I provided troubleshooting link. In standard case it works In 3.8 and 2.7.

image

Perhaps specific setup of your environment is an issue.

MikhailArkhipov avatar Jun 16 '20 17:06 MikhailArkhipov