Skip to content

Can't autodetect pipenv in WSL #12482

New issue

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

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

Already on GitHub? Sign in to your account

Closed
astashko opened this issue Jun 21, 2020 · 9 comments
Closed

Can't autodetect pipenv in WSL #12482

astashko opened this issue Jun 21, 2020 · 9 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@astashko
Copy link

Environment data

  • VS Code version: 1.46.1
  • Extension version (available under the Extensions sidebar): 2020.6.89148
  • OS and version: Windows 10 2004
  • Python version (& distribution if applicable, e.g. Anaconda): Python 3.8.2
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): pipenv
  • Relevant/affected Python packages and their versions: pipenv 2020.6.2
  • Remote OS Version: Ubuntu 20.04
  • Remote Extension/Connection Type: WSL2

Expected behaviour

When I open remote folder that contains Pipfile, pipfile interpreter is autodetected and virtual env activated

Actual behaviour

The interpreter is non-pipenv 3.8.2

Steps to reproduce:

  1. Install WSL2 + VSC. I've actually documented steps I performed in this file.
  2. Install pipenv using pip3 install pipenv.
  3. Clone new github repo and cd to it's root folder.
  4. Run pipenv --three.
  5. Run pipenv install boto3.
  6. Open Visual Studio Code and open repo's root directory.
  7. Create new py file.

Logs

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

User belongs to experiment group 'AlwaysDisplayTestExplorer - control'
User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - 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'
User belongs to experiment group 'CustomEditorSupport - control'
> conda --version
> pyenv root
> python3.7 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3.6 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python2 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> conda info --json
> python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Python interpreter path: /usr/bin/python3
Starting Jedi Python language engine.
> conda --version
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py site --user-site
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py site --user-site
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/completion.py
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/completion.py
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/code/snapshotalyzer-30000/shotty/shotty.py
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/code/snapshotalyzer-30000/shotty/shotty.py
cwd: ~/code/snapshotalyzer-30000
##########Linting Output - pylint##########
************* Module shotty
1,0,error,import-error:Unable to import 'boto3'

------------------------------------------------------------------
Your code has been rated at 1.67/10 (previous run: 1.67/10, +0.00)


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)

console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: id is db25daf8-8ce1-43b4-9f46-b0be97002d99
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 11ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 8ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 7ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Register Interpreter Watcher, Class name = p, completed in 7ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 7ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 6ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Build the workspace interpreter watcher, Class name = d, completed in 8ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] (node:380) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python3.7 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python3.6 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python2 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detection of Python Interpreter for Command python3.7 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detection of Python Interpreter for Command python3.6 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detection of Python Interpreter for Command python2 and args  failed
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detection of Python Interpreter for Command python and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Interpreters returned by CondaEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters, Class name = m, completed in 281ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: 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-06-22 01:48:12: Interpreters returned by CurrentPathService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Activation Commands received undefined for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: getActivatedEnvironmentVariables, Class name = E, completed in 1011ms, has a falsy return value, Arg 1: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by VirtualEnvService are []
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: Interpreters returned by KnownPathsService are of count 8
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"}]
4console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 579ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: {"ignoreCache":true}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: All locators have completed locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule system is {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 16ms, has a truthy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 78ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 662ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 664ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from settings
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000/shotty/shotty.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 12ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Build the workspace interpreter watcher, Class name = d, completed in 6ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: []
3console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters, Class name = m, completed in 2ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from system, {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule system is {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 6ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from currentPath
console.ts:137 [Extension Host] Error Python Extension: 2020-06-22 01:48:13: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): Unable to read file 'vscode-remote://wsl+ubuntu/home/astashko/.config/Code/User/settings.json' (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open '/home/astashko/.config/Code/User/settings.json')	at _handleError (/home/astashko/.vscode-server/bin/cd9ea6488829f560dc949a8b2fb789f3cdc05f5d/out/vs/server/remoteExtensionHostProcess.js:687:25)	at processTicksAndRejections (internal/process/task_queues.js:89:5)	at async v.readText (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:1:588970)	at async p.doesFileNeedToBeFixed (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:899382)	at async /home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898509	at async Promise.all (index 0)	at async p.getFilesToBeFixed (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898455)	at async p.updateTestSettings (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898082)] {  code: 'FileNotFound',  name: 'EntryNotFound (FileSystemError)'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-06-22 01:48:13: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): Unable to read file 'vscode-remote://wsl+ubuntu/home/astashko/code/snapshotalyzer-30000/.vscode/settings.json' (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open '/home/astashko/code/snapshotalyzer-30000/.vscode/settings.json')	at _handleError (/home/astashko/.vscode-server/bin/cd9ea6488829f560dc949a8b2fb789f3cdc05f5d/out/vs/server/remoteExtensionHostProcess.js:687:25)	at processTicksAndRejections (internal/process/task_queues.js:89:5)	at async v.readText (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:1:588970)	at async p.doesFileNeedToBeFixed (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:899382)	at async /home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898509	at async Promise.all (index 1)	at async p.getFilesToBeFixed (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898455)	at async p.updateTestSettings (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898082)] {  code: 'FileNotFound',  name: 'EntryNotFound (FileSystemError)'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 30ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 9ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 7ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from cachedInterpreters
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 34ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000/shotty/shotty.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 123ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: {"ignoreCache":true}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 125ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 105ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: {"ignoreCache":true}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule system is {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 7ms, has a truthy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 55ms, 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-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 162ms, 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-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from settings
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 4ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: [object Object]. Shell identified as undefined 
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Shell path '/bin/bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Shell path identified as shell 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Terminal shell path '/bin/bash' identified as shell 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: [object Object]. Shell identified as bash 
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Shell identified as 'bash'
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists getEnvironmentVariables, <No Resource>
4console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters, Class name = m, completed in 5ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: Current value for rule system is {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Register Interpreter Watcher, Class name = p, completed in 3ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Build the workspace interpreter watcher, Class name = d, completed in 5ms, 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-06-22 01:48:13: Get Interpreters, Class name = m, completed in 6ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from system, {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule workspaceEnvs is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 7ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 44ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 9ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 7ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 49ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 92ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: {"ignoreCache":true}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 92ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: 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-06-22 01:48:13: 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-06-22 01:48:13: All locators have completed locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
5console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/completion.py
console.ts:137 [Extension Host] Error Python Extension: 2020-06-22 01:48:14: stderr jediProxy Error (stderr) /home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/completion.py:586: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).get_names instead.  jedi.api.names(
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: Cached data exists getEnvironmentVariables, extension-output-#3
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000/shotty/shotty.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/code/snapshotalyzer-30000/shotty/shotty.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/code/snapshotalyzer-30000/shotty/shotty.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 02:02:33: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 02:02:33: Cached data exists getEnvironmentVariables, extension-output-#4
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 02:02:35: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 02:02:35: Cached data exists getEnvironmentVariables, extension-output-#3

@astashko astashko added triage-needed Needs assignment to the proper sub-team bug Issue identified by VS Code Team member as probable bug labels Jun 21, 2020
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Jun 22, 2020
@kimadeline
Copy link

Hi @astashko, thank you for reaching out.

We don't perform automatic pipenv environment selection on activation anymore (PR: #11369). Does the pipenv environment appear in the list of available interpreters when you try to select a new one?

@kimadeline kimadeline added the info-needed Issue requires more information from poster label Jun 22, 2020
@astashko
Copy link
Author

Hi @kimadeline, thanks for your response.

I would like to apologize in advance for my incompetence - I'm going through the AWS course that uses Python for automation, so my experience with it is tiny and I'm just trying to figure out what is going on.

To your question - yes I can select pipenv manually from the list of available interpreters, but from reading instructions on the internet I thought that that was supposed to happen automatically. Now I'm curious why wouldn't anybody want to select the correct interpreter by default, but I wasn't able to find any insight on that. There is still a small issue with this - if I select interpreter manually, the first bash window that opens automatically does not activate virtual env, while all bash windows I create manually are activating it. But even more to that - it seems like pipenv doesn't really like that it's executed inside a virtual environment (it complains when I run something using pipenv run, seems like it would prefer integration using pipenv shell?), which forced me to search for ways to disable activation.

Overall, it seems like this issue I've reported is not actually an issue and this thread can be closed. But I still have a feeling that I'm doing something wrong. The fact that pipenv interpreter is not selected by default and the fact that pipenv and vs code aren't really well integrated (besides pylint install) Leeds me to believe that I'm not using Python + VSCode the way most people use it. So is the problem in me using WSL, me using pipenv, or me using combination of them in a fundamentally wrong way? Thanks again for your answer and sorry for bothering you with silly questions.

@kimadeline
Copy link

Hi @astashko,

Don't apologize, these are not silly questions! We all start somewhere, so thank you for working with me to find a solution 😊

We don't automatically select pipenv environments the first time the Python extension activates in a workspace, you'll have to pick it manually from the list of interpreters. Once set, the extension should remember the interpreter you chose every time it gets activated in the workspace by opening a Python file (the extension doesn't automatically activate if there are no files open, see #4765).

Is the pipenv interpreter remembered, or do you have to re-select it every time the extension activates?

if I select interpreter manually, the first bash window that opens automatically does not activate virtual env, while all bash windows I create manually are activating it.

Setting python.terminal.activateEnvInCurrentTerminal to true should do the trick here.

it seems like pipenv doesn't really like that it's executed inside a virtual environment (it complains when I run something using pipenv run, seems like it would prefer integration using pipenv shell?)

Could you elaborate a bit on that? Do you also have repro steps and sample code (a sample repository would be great) I could use to try and replicate this issue?

@scratchmex
Copy link

Following this issue, I have it too. Whenever I create a new python project and I open it in VSCode with code . after running pipenv shell, VSCode doesn't asks me to select the correct interpreter and uses the previous one (from other project), and when opening a terminal it activates the wrong env. There is no .vscode/settings.json.

If you could help me with some workaround to this I would appreciate it much because sometimes I forgot to set the correct interpreter and gives me so much errors. Thanks

@kimadeline
Copy link

Hi @scratchmex, thank you for reaching out!

Could you copy here the output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)?

A couple of things to note here:

  • the .vscode/settings.json file is created per-workspace, and appears whenever you modify your workspace settings, for example if you enable/disable a specific linter or configure tests. You can also create it manually, and then add a python.pythonPath entry there.
  • The extension will try to select the "best" interpreter it can find when you open a new project, however this does not include pipenv (see Do not perform pipenv interpreter discovery on activation #11369). When you say that VS Code uses the previous interpreter, is it a pipenv interpreter?
  • If you have a global interpreter you want to rely on, you could try setting it in your user settings, either in the python.pythonPath setting, or the python.defaultInterpreterPath if you're in the DeprecatePythonPath - experiment experiment group (depending on the content of the Python output panel).

@scratchmex
Copy link

New pipenv project without .vscode/ folder in it logs this:

Starting Jedi Python language engine.
Python interpreter path: ~/.local/share/virtualenvs/backend-vQU3uVba/bin/python

I don't know from where it is taking that python interpreter path (it is also activating it when opening integrated shell) because the only Python setting I have is "python.venvPath": "~/.local/share/virtualenvs" and where python is giving me

where python
/home/ivan/.local/share/virtualenvs/backend-vQU3uVba/bin/python
/usr/bin/python

That virtualenv is the previous pipenv interpreter I'm referring to, as in EVERY new project it selects that specific venv.

This is my whole .vscode-server/.../settings.json:

{
    "python.linting.flake8Enabled": true,
    "python.venvPath": "~/.local/share/virtualenvs",
    "editor.fontFamily": "FiraCode NF, Consolas, 'Courier New', monospace",
    "editor.fontSize": 15,
    "python.formatting.provider": "black"
}

The solution was to remove the problematic venv but if you could guide me to some troubleshoot of why was it selecting that specific venv I would appreciate it. Thanks

@kimadeline
Copy link

Could you copy the beginning of the logging output, including the User belongs to experiment group.... lines?

When you type where python, is it once the Python extension is activated? If you have a WSL terminal open (without the extension being activated), what is the result of which python?

This environment is most likely selected because the extension tries to locate different types of environments (global python install, conda install, virtual environment in the current workspace, among others), and tries to guess which environment would be the most appropriate. In your case, the guess is incorrect 🙂

What happens if you add a value to the python.pythonPath setting in .vscode-server/.../settings.json?

Thanks!

@scratchmex
Copy link

With normal WSL I get /usr/bin/python only, the text before was after the Python extension was activated.
If you add the correct python interpreter in python.pythonPath it actually use that instead of the other one.

@kimadeline kimadeline removed the info-needed Issue requires more information from poster label Aug 28, 2020
@kimadeline
Copy link

Closing since the original issue was caused by our pipenv changes, and second issue should be addressed by refactoring our environment discovery #12020 (could not repro either).

@ghost ghost removed the triage label Sep 2, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

4 participants