Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Stuck on Discovering Python Interpreters #20250

Closed
krsambhav opened this issue Nov 19, 2022 · 10 comments
Closed

Stuck on Discovering Python Interpreters #20250

krsambhav opened this issue Nov 19, 2022 · 10 comments
Assignees
Labels
area-environments Features relating to handling interpreter environments debt Covers everything internal: CI, testing, refactoring of the codebase, etc. info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team

Comments

@krsambhav
Copy link

Type: Bug

Behaviour

Expected vs. Actual

Discovering Python Interpreters should vanish after few seconds, but it keeps running.

Diagnostic data

  • Python version (& distribution if applicable, e.g. Anaconda): 3.11.0
  • Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Global
  • Value of the python.languageServer setting: Pylance
Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

Telemetry is disabled
Experiments are disabled, only manually opted experiments are active.
LSP Notebooks experiment is enabled
LSP Notebooks interactive window support is enabled
[INFO 2022-10-19 14:43:22.219]: [
  'Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined'
]
[INFO 2022-10-19 14:43:22.233]: [
  'Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined'
]
> conda info --json
[INFO 2022-10-19 14:43:22.242]: Environments added to cache [{"name":"base","location":"/Users/kumarsambhav/miniforge3","kind":"virt-conda","executable":{"filename":"/Users/kumarsambhav/miniforge3/bin/python","sysPrefix":"/Users/kumarsambhav/miniforge3","ctime":1667009301356,"mtime":1667009301356},"display":"Python 3.9.13 ('base')","version":{"major":3,"minor":9,"micro":13,"release":{"level":"final","serial":0},"sysVersion":"3.9.13 | packaged by conda-forge | (main, May 27 2022, 17:01:00) \n[Clang 13.0.1 ]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"/Users/kumarsambhav/miniforge3/bin/python","detailedDisplayName":"Python 3.9.13 ('base': conda)"}]
[INFO 2022-10-19 14:43:22.244]: Found: /usr/bin/python3 --> /usr/bin/python3
> ~/.pyenv/versions/3.11.0/bin/python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
> /opt/homebrew/bin/python3.11 ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
[INFO 2022-10-19 14:43:22.294]: Found interpreter for /Users/kumarsambhav/.pyenv/versions/3.11.0/bin/python,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
[INFO 2022-10-19 14:43:22.320]: Found interpreter for /opt/homebrew/bin/python3.11,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
Python interpreter path: /opt/homebrew/bin/python3.11
[INFO 2022-10-19 14:43:22.756]: [
  'getActivatedEnvironmentVariables, Class name = O, completed in 432ms, has a falsy return value, Arg 1: undefined, Arg 2: {"id":"/opt/homebrew/bin/python3.11","sysPrefix":"/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11","envType":"Global","envName":"","architecture":3,"sysVersion":"3.11.0 (main, Nov 12 2022, 12:35:43) [Clang 14.0.0 (clang-1400.0.29.202)]","version":{"raw":"3.11.0","major":3,"minor":11,"patch":0,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.11.0 64-bit","detailedDisplayName":"Python 3.11.0 64-bit","path":"/opt/homebrew/bin/python3.11"}, Arg 3: false'
]
> conda run -n base --no-capture-output python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/printEnvVariables.py
> conda run -n base --no-capture-output python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/printEnvVariables.py
> ~/miniforge3/bin/python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
> ~/miniforge3/envs/TENSOR_MAC/bin/python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
[INFO 2022-10-19 14:43:23.85]: Found interpreter for /Users/kumarsambhav/miniforge3/bin/python,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
> ~/miniforge3/envs/tensorflow/bin/python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
[INFO 2022-10-19 14:43:23.138]: Found interpreter for /Users/kumarsambhav/miniforge3/envs/TENSOR_MAC/bin/python,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
[INFO 2022-10-19 14:43:23.152]: Found interpreter for /Users/kumarsambhav/miniforge3/envs/tensorflow/bin/python,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
> conda run -n base --no-capture-output python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/printEnvVariables.py
> conda run -n base --no-capture-output python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/printEnvVariables.py
> conda run -n base --no-capture-output python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/printEnvVariables.py
[INFO 2022-10-19 14:43:24.582]: [
  'parseEnvironmentOutput, Class name = O, completed in 0ms, has a truthy return value'
]
[INFO 2022-10-19 14:43:24.582]: [
  `getActivatedEnvironmentVariables, Class name = O, completed in 2346ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/kumarsambhav/miniforge3/bin/python","sysPrefix":"/Users/kumarsambhav/miniforge3","envType":"Conda","envName":"base","envPath":"/Users/kumarsambhav/miniforge3","architecture":3,"sysVersion":"3.9.13 | packaged by conda-forge | (main, May 27 2022, 17:01:00) \\n[Clang 13.0.1 ]","version":{"raw":"3.9.13","major":3,"minor":9,"patch":13,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.13 ('base')","detailedDisplayName":"Python 3.9.13 ('base': conda)","path":"/Users/kumarsambhav/miniforge3/bin/python"}, Arg 3: false`
]
[INFO 2022-10-19 14:43:24.583]: [
  'parseEnvironmentOutput, Class name = O, completed in 0ms, has a truthy return value'
]
[INFO 2022-10-19 14:43:24.584]: [
  `getActivatedEnvironmentVariables, Class name = O, completed in 2348ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/kumarsambhav/miniforge3/bin/python","sysPrefix":"/Users/kumarsambhav/miniforge3","envType":"Conda","envName":"base","envPath":"/Users/kumarsambhav/miniforge3","architecture":3,"sysVersion":"3.9.13 | packaged by conda-forge | (main, May 27 2022, 17:01:00) \\n[Clang 13.0.1 ]","version":{"raw":"3.9.13","major":3,"minor":9,"patch":13,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.13 ('base')","detailedDisplayName":"Python 3.9.13 ('base': conda)","path":"/Users/kumarsambhav/miniforge3/bin/python"}, Arg 3: false`
]
[INFO 2022-10-19 14:43:24.631]: [
  'parseEnvironmentOutput, Class name = O, completed in 0ms, has a truthy return value'
]
[INFO 2022-10-19 14:43:24.631]: [
  `getActivatedEnvironmentVariables, Class name = O, completed in 1405ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/kumarsambhav/miniforge3/bin/python","sysPrefix":"/Users/kumarsambhav/miniforge3","envType":"Conda","envName":"base","envPath":"/Users/kumarsambhav/miniforge3","architecture":3,"sysVersion":"3.9.13 | packaged by conda-forge | (main, May 27 2022, 17:01:00) \\n[Clang 13.0.1 ]","version":{"raw":"3.9.13","major":3,"minor":9,"patch":13,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.13 ('base')","detailedDisplayName":"Python 3.9.13 ('base': conda)","path":"/Users/kumarsambhav/miniforge3/bin/python"}, Arg 3: false`
]
[INFO 2022-10-19 14:43:24.946]: [
  'parseEnvironmentOutput, Class name = O, completed in 0ms, has a truthy return value'
]
[INFO 2022-10-19 14:43:24.947]: [
  `getActivatedEnvironmentVariables, Class name = O, completed in 1455ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/kumarsambhav/miniforge3/bin/python","sysPrefix":"/Users/kumarsambhav/miniforge3","envType":"Conda","envName":"base","envPath":"/Users/kumarsambhav/miniforge3","architecture":3,"sysVersion":"3.9.13 | packaged by conda-forge | (main, May 27 2022, 17:01:00) \\n[Clang 13.0.1 ]","version":{"raw":"3.9.13","major":3,"minor":9,"patch":13,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.13 ('base')","detailedDisplayName":"Python 3.9.13 ('base': conda)","path":"/Users/kumarsambhav/miniforge3/bin/python"}, Arg 3: false`
]
[INFO 2022-10-19 14:43:24.951]: [
  'parseEnvironmentOutput, Class name = O, completed in 0ms, has a truthy return value'
]
[INFO 2022-10-19 14:43:24.951]: [
  `getActivatedEnvironmentVariables, Class name = O, completed in 1459ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/kumarsambhav/miniforge3/bin/python","sysPrefix":"/Users/kumarsambhav/miniforge3","envType":"Conda","envName":"base","envPath":"/Users/kumarsambhav/miniforge3","architecture":3,"sysVersion":"3.9.13 | packaged by conda-forge | (main, May 27 2022, 17:01:00) \\n[Clang 13.0.1 ]","version":{"raw":"3.9.13","major":3,"minor":9,"patch":13,"build":[],"prerelease":["final","0"]},"companyDisplayName":"Anaconda, Inc.","displayName":"Python 3.9.13 ('base')","detailedDisplayName":"Python 3.9.13 ('base': conda)","path":"/Users/kumarsambhav/miniforge3/bin/python"}, Arg 3: false`
]

User Settings


languageServer: "Pylance"

Extension version: 2022.18.2
VS Code version: Code 1.73.1 (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T02:22:48.959Z)
OS version: Darwin arm64 22.1.0
Modes:
Sandboxed: No

System Info
Item Value
CPUs Apple M1 Pro (10 x 24)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) 10, 9, 9
Memory (System) 32.00GB (0.30GB free)
Process Argv
Screen Reader yes
VM 0%
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Nov 19, 2022
@karrtikr
Copy link

Thanks for the issue! Please provide the debug logs, set python.logging.level to debug in User settings, reload window, then perform the steps to reproduce before providing the logs.

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

XXX

@karrtikr karrtikr added the info-needed Issue requires more information from poster label Nov 20, 2022
@krsambhav
Copy link
Author

Thanks for the issue! Please provide the debug logs, set python.logging.level to debug in User settings, reload window, then perform the steps to reproduce before providing the logs.

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

Telemetry is disabled
Experiments are disabled, only manually opted experiments are active.
[DEBUG 2022-10-20 17:5:16.726]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/kumarsambhav/Desktop/Chegg"-Arg-Separator-undefined
[DEBUG 2022-10-20 17:5:16.728]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/kumarsambhav/Desktop/Chegg"-Arg-Separator-undefined
[DEBUG 2022-10-20 17:5:16.728]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/kumarsambhav/Desktop/Chegg"-Arg-Separator-undefined
[DEBUG 2022-10-20 17:5:16.729]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/kumarsambhav/Desktop/Chegg"-Arg-Separator-undefined
[DEBUG 2022-10-20 17:5:16.729]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/kumarsambhav/Desktop/Chegg"-Arg-Separator-undefined
[DEBUG 2022-10-20 17:5:16.733]: Waiting for test server to start...
LSP Notebooks experiment is enabled
LSP Notebooks interactive window support is enabled
[INFO 2022-10-20 17:5:16.735]: [
  'Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined'
]
[DEBUG 2022-10-20 17:5:16.736]: Searching for conda.
[DEBUG 2022-10-20 17:5:16.737]: Probing conda binary: conda
[DEBUG 2022-10-20 17:5:16.869]: Test server started.
[DEBUG 2022-10-20 17:5:16.869]: Testing: Setting up watcher for /Users/kumarsambhav/Desktop/Chegg
[DEBUG 2022-10-20 17:5:16.870]: Searching for workspace virtual envs in: /Users/kumarsambhav/Desktop/Chegg
> conda info --json
[INFO 2022-10-20 17:5:16.883]: Found: /usr/bin/python3 --> /usr/bin/python3
> /opt/homebrew/bin/python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
[INFO 2022-10-20 17:5:17.226]: Found interpreter for /opt/homebrew/bin/python,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
Python interpreter path: /opt/homebrew/bin/python
[DEBUG 2022-10-20 17:5:17.238]: conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "av_data_dir": "/Users/kumarsambhav/miniforge3/etc/conda",
  "av_metadata_url_base": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/osx-arm64",
    "https://conda.anaconda.org/conda-forge/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "22.9.0",
  "conda_location": "/Users/kumarsambhav/miniforge3/lib/python3.10/site-packages/conda",
  "conda_prefix": "/Users/kumarsambhav/miniforge3",
  "conda_private": false,
  "conda_shlvl": 0,
  "conda_version": "22.9.0",
  "config_files": [
    "/Users/kumarsambhav/miniforge3/.condarc",
    "/Users/kumarsambhav/.condarc"
  ],
  "default_prefix": "/Users/kumarsambhav/miniforge3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "/Users/kumarsambhav/miniforge3/bin/conda",
    "CONDA_PYTHON_EXE": "/Users/kumarsambhav/miniforge3/bin/python",
    "CONDA_ROOT": "/Users/kumarsambhav/miniforge3",
    "CONDA_SHLVL": "0",
    "CURL_CA_BUNDLE": "<not set>",
    "INFOPATH": "/opt/homebrew/share/info:",
    "MANPATH": "/opt/homebrew/share/man::",
    "PATH": "/Users/kumarsambhav/miniforge3/condabin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/emulator:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/tools:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/emulator:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/tools/bin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/emulator:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/tools:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/emulator:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/emulator:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/tools:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/emulator:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/tools/bin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/emulator:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/tools:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin:/Users/kumarsambhav/Library/Android/sdk/emulator:/Library/Frameworks/Python.framework/Versions/3.11/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kumarsambhav/.fig/bin:/Users/kumarsambhav/.local/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>",
    "VSCODE_CODE_CACHE_PATH": "/Users/kumarsambhav/Library/Application Support/Code/CachedData/6261075646f055b99068d3688932416f2346dd3b"
  },
  "envs": [
    "/Users/kumarsambhav/miniforge3",
    "/Users/kumarsambhav/miniforge3/envs/tf"
  ],
  "envs_dirs": [
    "/Users/kumarsambhav/miniforge3/envs",
    "/Users/kumarsambhav/.conda/envs"
  ],
  "netrc_file": "/Users/kumarsambhav/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/Users/kumarsambhav/miniforge3/pkgs",
    "/Users/kumarsambhav/.conda/pkgs"
  ],
  "platform": "osx-arm64",
  "python_version": "3.10.6.final.0",
  "rc_path": "/Users/kumarsambhav/.condarc",
  "requests_version": "2.28.1",
  "root_prefix": "/Users/kumarsambhav/miniforge3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/Users/kumarsambhav/miniforge3/bin/python",
  "sys.prefix": "/Users/kumarsambhav/miniforge3",
  "sys.version": "3.10.6 | packaged by conda-forge | (main, Aug 22 2022, 20:38:29) [Clang 13.0.1 ]",
  "sys_rc_path": "/Users/kumarsambhav/miniforge3/.condarc",
  "user_agent": "conda/22.9.0 requests/2.28.1 CPython/3.10.6 Darwin/22.1.0 OSX/13.0.1",
  "user_rc_path": "/Users/kumarsambhav/.condarc",
  "virtual_pkgs": [
    [
      "__osx",
      "13.0.1",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "arm64"
    ]
  ]
}

[DEBUG 2022-10-20 17:5:17.244]: Found conda via filesystem probing: conda
[DEBUG 2022-10-20 17:5:17.244]: Searching for conda environments using conda
[DEBUG 2022-10-20 17:5:17.244]: Cached data exists KeyPrefix=Cache_Method_Output_y.getInfoImpl-Args="conda"
[DEBUG 2022-10-20 17:5:17.245]: Looking into conda env for executable: {"prefix":"/Users/kumarsambhav/miniforge3","name":"base"}
[DEBUG 2022-10-20 17:5:17.245]: Found executable within conda env {"prefix":"/Users/kumarsambhav/miniforge3","name":"base"}
[DEBUG 2022-10-20 17:5:17.245]: Found conda executable: /Users/kumarsambhav/miniforge3/bin/python
[DEBUG 2022-10-20 17:5:17.245]: Looking into conda env for executable: {"prefix":"/Users/kumarsambhav/miniforge3/envs/tf","name":"tf"}
[DEBUG 2022-10-20 17:5:17.248]: Found executable within conda env {"prefix":"/Users/kumarsambhav/miniforge3/envs/tf","name":"tf"}
[DEBUG 2022-10-20 17:5:17.248]: Found conda executable: /Users/kumarsambhav/miniforge3/envs/tf/bin/python
> ~/miniforge3/bin/python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
> ~/miniforge3/envs/tf/bin/python ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
[INFO 2022-10-20 17:5:17.300]: Found interpreter for /Users/kumarsambhav/miniforge3/bin/python,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
[INFO 2022-10-20 17:5:17.320]: Found interpreter for /Users/kumarsambhav/miniforge3/envs/tf/bin/python,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/get_output_via_markers.py,/Users/kumarsambhav/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/interpreterInfo.py
[DEBUG 2022-10-20 17:5:17.346]: Extension ms-toolsai.jupyter accessed deprecated.onDidChangeExecutionDetails
[DEBUG 2022-10-20 17:5:17.350]: Extension ms-toolsai.jupyter accessed deprecated.onDidEnvironmentsChanged
[DEBUG 2022-10-20 17:5:17.352]: Extension ms-toolsai.jupyter accessed deprecated.onDidActiveEnvironmentChanged
[DEBUG 2022-10-20 17:5:17.357]: Extension ms-toolsai.jupyter accessed deprecated.onRefreshProgress
[DEBUG 2022-10-20 17:5:17.401]: Extension ms-toolsai.jupyter accessed deprecated.getRefreshPromise
[DEBUG 2022-10-20 17:5:17.409]: Extension ms-toolsai.jupyter accessed deprecated.getRefreshPromise
[DEBUG 2022-10-20 17:5:17.410]: Extension ms-toolsai.jupyter accessed deprecated.getRefreshPromise
[DEBUG 2022-10-20 17:5:17.413]: Extension ms-python.isort accessed onDidChangeActiveEnvironmentPath
[DEBUG 2022-10-20 17:5:17.415]: Extension ms-python.isort accessed resolveEnvironment
[DEBUG 2022-10-20 17:5:17.417]: Extension ms-python.isort accessed getActiveEnvironmentPath
[DEBUG 2022-10-20 17:5:17.417]: Extension ms-python.isort accessed getActiveEnvironmentPath
[DEBUG 2022-10-20 17:5:17.417]: Extension ms-python.isort accessed resolveEnvironment
[DEBUG 2022-10-20 17:5:17.417]: Extension ms-python.isort accessed getActiveEnvironmentPath
[DEBUG 2022-10-20 17:5:17.417]: Extension ms-python.isort accessed resolveEnvironment
[DEBUG 2022-10-20 17:5:17.420]: Extension ms-toolsai.jupyter accessed deprecated.getRefreshPromise
[DEBUG 2022-10-20 17:5:17.420]: Activation Commands received undefined for shell bash
[DEBUG 2022-10-20 17:5:17.420]: Activation Commands received undefined for shell bash
[INFO 2022-10-20 17:5:17.420]: [
  'getActivatedEnvironmentVariables, Class name = O, completed in 186ms, has a falsy return value, Arg 1: undefined, Arg 2: {"id":"/opt/homebrew/bin/python","sysPrefix":"/opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9","envType":"Global","envName":"","architecture":3,"sysVersion":"3.9.12 (main, Mar 26 2022, 15:44:31) \\n[Clang 13.1.6 (clang-1316.0.21.2)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.12 64-bit","detailedDisplayName":"Python 3.9.12 64-bit","path":"/opt/homebrew/bin/python"}, Arg 3: false'
]
[INFO 2022-10-20 17:5:17.420]: [
  'getActivatedEnvironmentVariables, Class name = O, completed in 185ms, has a falsy return value, Arg 1: undefined, Arg 2: {"id":"/opt/homebrew/bin/python","sysPrefix":"/opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9","envType":"Global","envName":"","architecture":3,"sysVersion":"3.9.12 (main, Mar 26 2022, 15:44:31) \\n[Clang 13.1.6 (clang-1316.0.21.2)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.12 64-bit","detailedDisplayName":"Python 3.9.12 64-bit","path":"/opt/homebrew/bin/python"}, Arg 3: false'
]
[DEBUG 2022-10-20 17:5:17.422]: Activation Commands received undefined for shell bash
[INFO 2022-10-20 17:5:17.422]: [
  'getActivatedEnvironmentVariables, Class name = O, completed in 187ms, has a falsy return value, Arg 1: undefined, Arg 2: {"id":"/opt/homebrew/bin/python","sysPrefix":"/opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9","envType":"Global","envName":"","architecture":3,"sysVersion":"3.9.12 (main, Mar 26 2022, 15:44:31) \\n[Clang 13.1.6 (clang-1316.0.21.2)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.12 64-bit","detailedDisplayName":"Python 3.9.12 64-bit","path":"/opt/homebrew/bin/python"}, Arg 3: false'
]
[DEBUG 2022-10-20 17:5:17.436]: Extension ms-toolsai.jupyter accessed deprecated.getRefreshPromise
[DEBUG 2022-10-20 17:5:17.883]: Activation Commands received undefined for shell bash
[INFO 2022-10-20 17:5:17.883]: [
  'getActivatedEnvironmentVariables, Class name = O, completed in 176ms, has a falsy return value, Arg 1: undefined, Arg 2: {"id":"/opt/homebrew/bin/python","sysPrefix":"/opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9","envType":"Global","envName":"","architecture":3,"sysVersion":"3.9.12 (main, Mar 26 2022, 15:44:31) \\n[Clang 13.1.6 (clang-1316.0.21.2)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.12 64-bit","detailedDisplayName":"Python 3.9.12 64-bit","path":"/opt/homebrew/bin/python"}, Arg 3: false'
]
[DEBUG 2022-10-20 17:5:18.16]: Activation Commands received undefined for shell bash
[DEBUG 2022-10-20 17:5:18.16]: Activation Commands received undefined for shell bash
[INFO 2022-10-20 17:5:18.16]: [
  'getActivatedEnvironmentVariables, Class name = O, completed in 111ms, has a falsy return value, Arg 1: undefined, Arg 2: {"id":"/opt/homebrew/bin/python","sysPrefix":"/opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9","envType":"Global","envName":"","architecture":3,"sysVersion":"3.9.12 (main, Mar 26 2022, 15:44:31) \\n[Clang 13.1.6 (clang-1316.0.21.2)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.12 64-bit","detailedDisplayName":"Python 3.9.12 64-bit","path":"/opt/homebrew/bin/python"}, Arg 3: false'
]
[INFO 2022-10-20 17:5:18.17]: [
  'getActivatedEnvironmentVariables, Class name = O, completed in 112ms, has a falsy return value, Arg 1: undefined, Arg 2: {"id":"/opt/homebrew/bin/python","sysPrefix":"/opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9","envType":"Global","envName":"","architecture":3,"sysVersion":"3.9.12 (main, Mar 26 2022, 15:44:31) \\n[Clang 13.1.6 (clang-1316.0.21.2)]","version":{"raw":"3.9.12","major":3,"minor":9,"patch":12,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.12 64-bit","detailedDisplayName":"Python 3.9.12 64-bit","path":"/opt/homebrew/bin/python"}, Arg 3: false'
]
[DEBUG 2022-10-20 17:5:18.549]: Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="/opt/homebrew/bin/python"
[DEBUG 2022-10-20 17:5:26.668]: Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="/opt/homebrew/bin/python"
[DEBUG 2022-10-20 17:5:30.177]: Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="/opt/homebrew/bin/python"

@karrtikr karrtikr removed the info-needed Issue requires more information from poster label Nov 20, 2022
@gandhis1
Copy link

I get this issue on the latest pre-release version.

@krsambhav
Copy link
Author

I get this issue on the latest pre-release version.

can you check your debug logs, maybe your extension is hung up after conda info --json line. If it is, then you have a problem with conda.

@eleanorjboyd eleanorjboyd removed the triage-needed Needs assignment to the proper sub-team label Nov 21, 2022
@eleanorjboyd
Copy link
Member

Hello! We want to confirm we received this issue and will get back to you, thanks!

@eleanorjboyd eleanorjboyd added the triage-needed Needs assignment to the proper sub-team label Nov 21, 2022
@eleanorjboyd eleanorjboyd removed their assignment Dec 9, 2022
@karrtikr
Copy link

Thanks for the logs, unfortunately it doesn't seem like it's sufficient to figure out why the text could be stuck, we would probably need to add more logging to figure out why it's stuck.

We investigate issues in order based on priority and severity, which includes the impact it has on your ability to use the extension to do productive work, and the number of people affected. If other users come forward and leave a comment demonstrating they are seeing/reproducing the problem then we will raise this issue's priority. Thanks for understanding and the patience!

@karrtikr karrtikr added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. area-environments Features relating to handling interpreter environments reports-wanted Looking for more people with the same issue labels Dec 12, 2022
@PeterUdvardi
Copy link

PeterUdvardi commented Dec 21, 2022

I'm facing the exact same, when I open VS Code the python extension doesn't work at all (no intellisense, type checking, linting, references) and it is forever stuck in 'Discovering Python Interpreters'.

This diagnostic report is for the Universal build but I have tried all 4 builds(Apple Silicon, Universal, Insiders - Apple Silicon, Insiders - Universal)

Extension version: 2022.20.1
VS Code version: Code 1.74.2 (Universal) (e8a3071ea4344d9d48ef8a4df2c097372b0c5161, 2022-12-20T10:26:09.430Z)
OS version: Darwin arm64 22.1.0
Modes:
Sandboxed: No

System Info
Item Value
CPUs Apple M1 Pro (10 x 24)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) 4, 3, 4
Memory (System) 16.00GB (0.39GB free)
Process Argv --crash-reporter-id 367b44bf-3e17-466d-841b-b9296650b760
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vsdfh931:30280409
vshan820:30294714
vstes263:30335439
pythondataviewer:30285071
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593:30376534
pythonvs932:30410667
cppdebug:30492333
vsclangdf:30486550
c4g48928:30535728
dsvsc012cf:30540253
azure-dev_surveyone:30548225
vscccc:30610679
pyindex848cf:30577861
nodejswelcome1:30587005
282f8724:30602487
gswce1:30612156
iaj6b796:30613358
89544117:30613380
fim-prod:30623723

Output of the python extension
Experiment 'pythonSurveyNotification' is active
> poetry env list --full-path
cwd: .
[DEBUG 2022-11-21 23:33:16.369]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/peterudvardi/jaxpice"-Arg-Separator-undefined
[DEBUG 2022-11-21 23:33:16.369]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_INTERPRETER_PATH_/Users/peterudvardi/jaxpice/jaxpice.code-workspace"-Arg-Separator-undefined
[DEBUG 2022-11-21 23:33:16.371]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/peterudvardi/jaxpice"-Arg-Separator-undefined
[DEBUG 2022-11-21 23:33:16.371]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_INTERPRETER_PATH_/Users/peterudvardi/jaxpice/jaxpice.code-workspace"-Arg-Separator-undefined
[DEBUG 2022-11-21 23:33:16.546]: Waiting for test server to start...
LSP Notebooks experiment is enabled
LSP Notebooks interactive window support is enabled
[INFO 2022-11-21 23:33:16.548]: [
  'Display locator refreshing progress, Class name = f, completed in 0ms, has a falsy return value, , Return Value: undefined'
]
[DEBUG 2022-11-21 23:33:16.551]: Searching for conda.
[DEBUG 2022-11-21 23:33:16.552]: Probing conda binary: conda
> conda info --json
[DEBUG 2022-11-21 23:33:16.556]: No cached env found for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.556]: No cached env found for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.556]: No cached env found for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.556]: No cached env found for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.557]: Failed to spawn conda binary conda [Error: spawn conda ENOENT
	at ChildProcess._handle.onexit (node:internal/child_process:283:19)
	at onErrorNT (node:internal/child_process:478:16)
	at process.processTicksAndRejections (node:internal/process/task_queues:83:21)] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn conda',
  path: 'conda',
  spawnargs: [ 'info', '--json' ]
}
[DEBUG 2022-11-21 23:33:16.559]: No cached env found for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.564]: Test server started.
[DEBUG 2022-11-21 23:33:16.564]: Testing: Setting up watcher for /Users/peterudvardi/jaxpice
[DEBUG 2022-11-21 23:33:16.566]: No cached env found for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.567]: No cached env found for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.569]: Searching for workspace virtual envs in: /Users/peterudvardi/jaxpice
[DEBUG 2022-11-21 23:33:16.592]: Extension unknown accessed onDidEnvironmentVariablesChange with args: undefined
[DEBUG 2022-11-21 23:33:16.592]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:16.592]: Extension unknown accessed onDidChangeActiveEnvironmentPath with args: undefined
[DEBUG 2022-11-21 23:33:16.592]: Extension unknown accessed onDidChangeEnvironments with args: undefined
[DEBUG 2022-11-21 23:33:16.592]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2022-11-21 23:33:16.592]: Extension unknown accessed resolveEnvironment with args: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:16.592]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2022-11-21 23:33:16.593]: Extension unknown accessed resolveEnvironment with args: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:16.593]: Extension unknown accessed resolveEnvironment with args: "/Users/peterudvardi/jaxpice/.venv/bin/python"
[DEBUG 2022-11-21 23:33:16.593]: Extension unknown accessed known with args: undefined
[DEBUG 2022-11-21 23:33:16.593]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2022-11-21 23:33:16.593]: Extension unknown accessed resolveEnvironment with args: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:16.593]: Extension unknown accessed known with args: undefined
[DEBUG 2022-11-21 23:33:16.593]: Probing conda binary: /Users/peterudvardi/.conda/bin/conda
> ~/.conda/bin/conda info --json
[DEBUG 2022-11-21 23:33:16.594]: Failed to spawn conda binary /Users/peterudvardi/.conda/bin/conda [Error: spawn /Users/peterudvardi/.conda/bin/conda ENOENT
	at ChildProcess._handle.onexit (node:internal/child_process:283:19)
	at onErrorNT (node:internal/child_process:478:16)
	at process.processTicksAndRejections (node:internal/process/task_queues:83:21)] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /Users/peterudvardi/.conda/bin/conda',
  path: '/Users/peterudvardi/.conda/bin/conda',
  spawnargs: [ 'info', '--json' ]
}
[DEBUG 2022-11-21 23:33:16.594]: Probing conda binary: /Users/peterudvardi/miniconda3/bin/conda
> ~/miniconda3/bin/conda info --json
[DEBUG 2022-11-21 23:33:16.652]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2022-11-21 23:33:16.652]: Extension unknown accessed resolveEnvironment with args: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:16.652]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2022-11-21 23:33:16.652]: Extension unknown accessed resolveEnvironment with args: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[INFO 2022-11-21 23:33:16.654]: Found: /usr/bin/python3 --> /usr/bin/python3
[DEBUG 2022-11-21 23:33:16.673]: No cached env found for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.677]: Workspace Virtual Environment: [added] /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.677]: Workspace Virtual Environment: [skipped] /Users/peterudvardi/jaxpice/.venv/bin/python3
[DEBUG 2022-11-21 23:33:16.678]: Workspace Virtual Environment: [skipped] /Users/peterudvardi/jaxpice/.venv/bin/python3.10
[DEBUG 2022-11-21 23:33:16.679]: Extension unknown accessed onDidChangeActiveEnvironmentPath with args: undefined
[DEBUG 2022-11-21 23:33:16.679]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2022-11-21 23:33:16.679]: Extension unknown accessed resolveEnvironment with args: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
> ./.venv/bin/python ~/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-11-21 23:33:16.681]: Shell Exec: /Users/peterudvardi/jaxpice/.venv/bin/python /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/get_output_via_markers.py /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/interpreterInfo.py with options: {
    "timeout": 15000,
    "encoding": "utf8",
    "env": {
        "ELECTRON_RUN_AS_NODE": "1",
        "MallocNanoZone": "0",
        "USER": "peterudvardi",
        "COMMAND_MODE": "unix2003",
        "__CFBundleIdentifier": "com.microsoft.VSCode",
        "LOGNAME": "peterudvardi",
        "DISPLAY": "/private/tmp/com.apple.launchd.Lr3aF79A6O/org.macosforge.xquartz:0",
        "SSH_AUTH_SOCK": "/private/tmp/com.apple.launchd.IQKRWmkZWF/Listeners",
        "HOME": "/Users/peterudvardi",
        "SHELL": "/bin/zsh",
        "TMPDIR": "/var/folders/4z/n3kpp7sd4937yk_d45fhr6400000gn/T/",
        "__CF_USER_TEXT_ENCODING": "0x1F5:0x0:0x2",
        "XPC_SERVICE_NAME": "application.com.microsoft.VSCode.7656300.7656306",
        "XPC_FLAGS": "0x0",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "VSCODE_CWD": "/",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en-gb\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_CODE_CACHE_PATH": "/Users/peterudvardi/Library/Application Support/Code/CachedData/e8a3071ea4344d9d48ef8a4df2c097372b0c5161",
        "VSCODE_IPC_HOOK": "/Users/peterudvardi/Library/Application Support/Code/1.74.2-main.sock",
        "VSCODE_PID": "4502",
        "SHLVL": "0",
        "PWD": "/",
        "OLDPWD": "/",
        "HOMEBREW_PREFIX": "/opt/homebrew",
        "HOMEBREW_CELLAR": "/opt/homebrew/Cellar",
        "HOMEBREW_REPOSITORY": "/opt/homebrew",
        "MANPATH": "/opt/homebrew/share/man::",
        "INFOPATH": "/opt/homebrew/share/info:",
        "_": "/Applications/Visual Studio Code.app/Contents/MacOS/Electron",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "PATH": "/Users/peterudvardi/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/peterudvardi/.poetry/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Postgres.app/Contents/Versions/latest/bin:/usr/local/go/bin:/Users/peterudvardi/go/bin",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    }
}
[DEBUG 2022-11-21 23:33:16.685]: No cached env found for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.686]: Extension unknown accessed known with args: undefined
[INFO 2022-11-21 23:33:16.714]: Found interpreter for >> /Users/peterudvardi/jaxpice/.venv/bin/python /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/get_output_via_markers.py /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/interpreterInfo.py <<: {"versionInfo":[3,10,9,"final",0],"sysPrefix":"/Users/peterudvardi/jaxpice/.venv","sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]","is64Bit":true}
[DEBUG 2022-11-21 23:33:16.714]: Environment resolver resolved /Users/peterudvardi/jaxpice/.venv/bin/python for {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0}},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"} to {"arch":3,"executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"}}
[DEBUG 2022-11-21 23:33:16.714]: Environment resolver resolved /Users/peterudvardi/jaxpice/.venv/bin/python for {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0}},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"} to {"arch":3,"executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"}}
[DEBUG 2022-11-21 23:33:16.715]: Environment resolver resolved /Users/peterudvardi/jaxpice/.venv/bin/python for {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0}},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"} to {"arch":3,"executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"}}
[DEBUG 2022-11-21 23:33:16.715]: Environment resolver resolved /Users/peterudvardi/jaxpice/.venv/bin/python for {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0}},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"} to {"arch":3,"executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"}}
[DEBUG 2022-11-21 23:33:16.715]: Environment resolver resolved /Users/peterudvardi/jaxpice/.venv/bin/python for {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0}},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"} to {"arch":3,"executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"}}
[DEBUG 2022-11-21 23:33:16.715]: Environment resolver resolved /Users/peterudvardi/jaxpice/.venv/bin/python for {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0}},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"} to {"arch":3,"executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"}}
[DEBUG 2022-11-21 23:33:16.715]: Environment resolver resolved /Users/peterudvardi/jaxpice/.venv/bin/python for {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0}},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"} to {"arch":3,"executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"}}
[DEBUG 2022-11-21 23:33:16.715]: Environment resolver resolved /Users/peterudvardi/jaxpice/.venv/bin/python for {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0}},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"} to {"arch":3,"executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"}}
[DEBUG 2022-11-21 23:33:16.715]: Environment resolver resolved /Users/peterudvardi/jaxpice/.venv/bin/python for {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0}},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"} to {"arch":3,"executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"}}
[DEBUG 2022-11-21 23:33:16.715]: No cached env found for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.715]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python to {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.715]: Adding env to cache /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.715]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python to {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.715]: Adding env to cache /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.715]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python to {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.715]: Adding env to cache /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.715]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python to {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.715]: Adding env to cache /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.715]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python to {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.715]: Adding env to cache /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.715]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python to {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.715]: Adding env to cache /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.715]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python to {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.715]: Adding env to cache /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.715]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python to {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.715]: Adding env to cache /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.715]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python to {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.715]: Adding env to cache /Users/peterudvardi/jaxpice/.venv/bin/python
Python interpreter path: ./.venv/bin/python
[DEBUG 2022-11-21 23:33:16.717]: Found cached env for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.718]: Found cached env for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.718]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python from cache: {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.718]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python from cache: {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.719]: Found cached env for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.719]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python from cache: {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.719]: Found cached env for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.719]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python from cache: {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.797]: Extension unknown accessed known with args: undefined
[DEBUG 2022-11-21 23:33:16.797]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2022-11-21 23:33:16.797]: Extension unknown accessed resolveEnvironment with args: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:16.797]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:16.797]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/Users/peterudvardi/jaxpice/.venv/bin/python","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","executable":{"uri":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/Users/peterudvardi/jaxpice/.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice","external":"file:///Users/peterudvardi/jaxpice","path":"/Users/peterudvardi/jaxpice","scheme":"file"},"name":"jaxpice","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"tools":["Poetry"]},"id":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:16.797]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:16.797]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:16.797]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:16.797]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:16.798]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2022-11-21 23:33:16.798]: Extension unknown accessed resolveEnvironment with args: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:16.798]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:16.798]: Extension unknown accessed known with args: undefined
[DEBUG 2022-11-21 23:33:16.798]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:16.802]: Environment resolver resolved /Users/peterudvardi/jaxpice/.venv/bin/python for {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0}},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"} to {"arch":3,"executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"}}
[DEBUG 2022-11-21 23:33:16.802]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python to {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:16.802]: Adding env to cache /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.824]: Activation Commands received source /Users/peterudvardi/jaxpice/.venv/bin/activate for shell bash
[DEBUG 2022-11-21 23:33:16.824]: Has Custom Env Vars
[DEBUG 2022-11-21 23:33:16.824]: Activating Environment to capture Environment variables, . /Users/peterudvardi/jaxpice/.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/printEnvVariables.py
> . ./.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/printEnvVariables.py
[DEBUG 2022-11-21 23:33:16.824]: Shell Exec: . /Users/peterudvardi/jaxpice/.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/printEnvVariables.py with options: {
    "env": {
        "ELECTRON_RUN_AS_NODE": "1",
        "MallocNanoZone": "0",
        "USER": "peterudvardi",
        "COMMAND_MODE": "unix2003",
        "__CFBundleIdentifier": "com.microsoft.VSCode",
        "LOGNAME": "peterudvardi",
        "DISPLAY": "/private/tmp/com.apple.launchd.Lr3aF79A6O/org.macosforge.xquartz:0",
        "SSH_AUTH_SOCK": "/private/tmp/com.apple.launchd.IQKRWmkZWF/Listeners",
        "HOME": "/Users/peterudvardi",
        "SHELL": "/bin/zsh",
        "TMPDIR": "/var/folders/4z/n3kpp7sd4937yk_d45fhr6400000gn/T/",
        "__CF_USER_TEXT_ENCODING": "0x1F5:0x0:0x2",
        "XPC_SERVICE_NAME": "application.com.microsoft.VSCode.7656300.7656306",
        "XPC_FLAGS": "0x0",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "VSCODE_CWD": "/",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en-gb\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_CODE_CACHE_PATH": "/Users/peterudvardi/Library/Application Support/Code/CachedData/e8a3071ea4344d9d48ef8a4df2c097372b0c5161",
        "VSCODE_IPC_HOOK": "/Users/peterudvardi/Library/Application Support/Code/1.74.2-main.sock",
        "VSCODE_PID": "4502",
        "SHLVL": "0",
        "PWD": "/",
        "OLDPWD": "/",
        "HOMEBREW_PREFIX": "/opt/homebrew",
        "HOMEBREW_CELLAR": "/opt/homebrew/Cellar",
        "HOMEBREW_REPOSITORY": "/opt/homebrew",
        "MANPATH": "/opt/homebrew/share/man::",
        "INFOPATH": "/opt/homebrew/share/info:",
        "_": "/Applications/Visual Studio Code.app/Contents/MacOS/Electron",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "PATH": "/Users/peterudvardi/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/peterudvardi/.poetry/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Postgres.app/Contents/Versions/latest/bin:/usr/local/go/bin:/Users/peterudvardi/go/bin",
        "PYTHONWARNINGS": "ignore",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    },
    "shell": "bash",
    "timeout": 30000,
    "maxBuffer": 1000000,
    "throwOnStdErr": false,
    "encoding": "utf8"
}
[DEBUG 2022-11-21 23:33:16.834]: Activation Commands received source /Users/peterudvardi/jaxpice/.venv/bin/activate for shell bash
[DEBUG 2022-11-21 23:33:16.834]: Has Custom Env Vars
[DEBUG 2022-11-21 23:33:16.834]: Activating Environment to capture Environment variables, . /Users/peterudvardi/jaxpice/.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/printEnvVariables.py
> . ./.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/printEnvVariables.py
[DEBUG 2022-11-21 23:33:16.834]: Shell Exec: . /Users/peterudvardi/jaxpice/.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/printEnvVariables.py with options: {
    "env": {
        "ELECTRON_RUN_AS_NODE": "1",
        "MallocNanoZone": "0",
        "USER": "peterudvardi",
        "COMMAND_MODE": "unix2003",
        "__CFBundleIdentifier": "com.microsoft.VSCode",
        "LOGNAME": "peterudvardi",
        "DISPLAY": "/private/tmp/com.apple.launchd.Lr3aF79A6O/org.macosforge.xquartz:0",
        "SSH_AUTH_SOCK": "/private/tmp/com.apple.launchd.IQKRWmkZWF/Listeners",
        "HOME": "/Users/peterudvardi",
        "SHELL": "/bin/zsh",
        "TMPDIR": "/var/folders/4z/n3kpp7sd4937yk_d45fhr6400000gn/T/",
        "__CF_USER_TEXT_ENCODING": "0x1F5:0x0:0x2",
        "XPC_SERVICE_NAME": "application.com.microsoft.VSCode.7656300.7656306",
        "XPC_FLAGS": "0x0",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "VSCODE_CWD": "/",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en-gb\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_CODE_CACHE_PATH": "/Users/peterudvardi/Library/Application Support/Code/CachedData/e8a3071ea4344d9d48ef8a4df2c097372b0c5161",
        "VSCODE_IPC_HOOK": "/Users/peterudvardi/Library/Application Support/Code/1.74.2-main.sock",
        "VSCODE_PID": "4502",
        "SHLVL": "0",
        "PWD": "/",
        "OLDPWD": "/",
        "HOMEBREW_PREFIX": "/opt/homebrew",
        "HOMEBREW_CELLAR": "/opt/homebrew/Cellar",
        "HOMEBREW_REPOSITORY": "/opt/homebrew",
        "MANPATH": "/opt/homebrew/share/man::",
        "INFOPATH": "/opt/homebrew/share/info:",
        "_": "/Applications/Visual Studio Code.app/Contents/MacOS/Electron",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "PATH": "/Users/peterudvardi/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/peterudvardi/.poetry/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Postgres.app/Contents/Versions/latest/bin:/usr/local/go/bin:/Users/peterudvardi/go/bin",
        "PYTHONWARNINGS": "ignore",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    },
    "shell": "bash",
    "timeout": 30000,
    "maxBuffer": 1000000,
    "throwOnStdErr": false,
    "encoding": "utf8"
}
[DEBUG 2022-11-21 23:33:16.848]: Activation Commands received source /Users/peterudvardi/jaxpice/.venv/bin/activate for shell bash
[DEBUG 2022-11-21 23:33:16.849]: Has Custom Env Vars
[DEBUG 2022-11-21 23:33:16.849]: Activating Environment to capture Environment variables, . /Users/peterudvardi/jaxpice/.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/printEnvVariables.py
> . ./.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/printEnvVariables.py
[DEBUG 2022-11-21 23:33:16.849]: Shell Exec: . /Users/peterudvardi/jaxpice/.venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/printEnvVariables.py with options: {
    "env": {
        "ELECTRON_RUN_AS_NODE": "1",
        "MallocNanoZone": "0",
        "USER": "peterudvardi",
        "COMMAND_MODE": "unix2003",
        "__CFBundleIdentifier": "com.microsoft.VSCode",
        "LOGNAME": "peterudvardi",
        "DISPLAY": "/private/tmp/com.apple.launchd.Lr3aF79A6O/org.macosforge.xquartz:0",
        "SSH_AUTH_SOCK": "/private/tmp/com.apple.launchd.IQKRWmkZWF/Listeners",
        "HOME": "/Users/peterudvardi",
        "SHELL": "/bin/zsh",
        "TMPDIR": "/var/folders/4z/n3kpp7sd4937yk_d45fhr6400000gn/T/",
        "__CF_USER_TEXT_ENCODING": "0x1F5:0x0:0x2",
        "XPC_SERVICE_NAME": "application.com.microsoft.VSCode.7656300.7656306",
        "XPC_FLAGS": "0x0",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "VSCODE_CWD": "/",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en-gb\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_CODE_CACHE_PATH": "/Users/peterudvardi/Library/Application Support/Code/CachedData/e8a3071ea4344d9d48ef8a4df2c097372b0c5161",
        "VSCODE_IPC_HOOK": "/Users/peterudvardi/Library/Application Support/Code/1.74.2-main.sock",
        "VSCODE_PID": "4502",
        "SHLVL": "0",
        "PWD": "/",
        "OLDPWD": "/",
        "HOMEBREW_PREFIX": "/opt/homebrew",
        "HOMEBREW_CELLAR": "/opt/homebrew/Cellar",
        "HOMEBREW_REPOSITORY": "/opt/homebrew",
        "MANPATH": "/opt/homebrew/share/man::",
        "INFOPATH": "/opt/homebrew/share/info:",
        "_": "/Applications/Visual Studio Code.app/Contents/MacOS/Electron",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "PATH": "/Users/peterudvardi/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/peterudvardi/.poetry/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Postgres.app/Contents/Versions/latest/bin:/usr/local/go/bin:/Users/peterudvardi/go/bin",
        "PYTHONWARNINGS": "ignore",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    },
    "shell": "bash",
    "timeout": 30000,
    "maxBuffer": 1000000,
    "throwOnStdErr": false,
    "encoding": "utf8"
}
[DEBUG 2022-11-21 23:33:16.861]: Time taken to run poetry env list --full-path in ms 515
[DEBUG 2022-11-21 23:33:16.862]: Found poetry via filesystem probing for /Users/peterudvardi/jaxpice: poetry
[DEBUG 2022-11-21 23:33:16.862]: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvListCached-Args="/Users/peterudvardi/jaxpice"
[DEBUG 2022-11-21 23:33:16.862]: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvListCached-Args="/Users/peterudvardi/jaxpice"
[DEBUG 2022-11-21 23:33:16.862]: Found roots
[DEBUG 2022-11-21 23:33:16.862]: Start watching root /Users/peterudvardi/jaxpice for globs ["python","*/python","*/bin/python"]
[DEBUG 2022-11-21 23:33:16.862]: Start watching: /Users/peterudvardi/jaxpice with pattern python using VSCode API
[DEBUG 2022-11-21 23:33:16.862]: Start watching: /Users/peterudvardi/jaxpice with pattern */python using VSCode API
[DEBUG 2022-11-21 23:33:16.862]: Start watching: /Users/peterudvardi/jaxpice with pattern */bin/python using VSCode API
[DEBUG 2022-11-21 23:33:16.863]: Searching for poetry virtual envs in: /Users/peterudvardi/jaxpice/.venv
[DEBUG 2022-11-21 23:33:16.863]: Searching for poetry virtual envs in: /Users/peterudvardi/jaxpice/.venv
[DEBUG 2022-11-21 23:33:16.865]: Poetry Virtual Environment: [added] /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:16.865]: Poetry Virtual Environment: [added] /Users/peterudvardi/jaxpice/.venv/bin/python
[INFO 2022-11-21 23:33:16.867]: [
  'parseEnvironmentOutput, Class name = k, completed in 0ms, has a truthy return value'
]
[INFO 2022-11-21 23:33:16.867]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 149ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[INFO 2022-11-21 23:33:16.874]: [
  'parseEnvironmentOutput, Class name = k, completed in 0ms, has a truthy return value'
]
[INFO 2022-11-21 23:33:16.874]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 156ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[INFO 2022-11-21 23:33:16.885]: [
  'parseEnvironmentOutput, Class name = k, completed in 0ms, has a truthy return value'
]
[INFO 2022-11-21 23:33:16.885]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 167ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[INFO 2022-11-21 23:33:16.914]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[DEBUG 2022-11-21 23:33:16.917]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:16.919]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.80]: /Users/peterudvardi/miniconda3/bin/conda info --json: {
  "GID": 20,
  "UID": 501,
  "active_prefix": null,
  "active_prefix_name": null,
  "av_data_dir": "/Users/peterudvardi/miniconda3/etc/conda",
  "av_metadata_url_base": null,
  "channels": [
    "https://repo.anaconda.com/pkgs/main/osx-arm64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/osx-arm64",
    "https://repo.anaconda.com/pkgs/r/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "22.11.1",
  "conda_location": "/Users/peterudvardi/miniconda3/lib/python3.9/site-packages/conda",
  "conda_prefix": "/Users/peterudvardi/miniconda3",
  "conda_shlvl": -1,
  "conda_version": "22.11.1",
  "config_files": [],
  "default_prefix": "/Users/peterudvardi/miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_ROOT": "/Users/peterudvardi/miniconda3",
    "CURL_CA_BUNDLE": "<not set>",
    "INFOPATH": "/opt/homebrew/share/info:",
    "LD_PRELOAD": "<not set>",
    "MANPATH": "/opt/homebrew/share/man::",
    "PATH": "/Users/peterudvardi/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/peterudvardi/.poetry/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Postgres.app/Contents/Versions/latest/bin:/usr/local/go/bin:/Users/peterudvardi/go/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>",
    "VSCODE_CODE_CACHE_PATH": "/Users/peterudvardi/Library/Application Support/Code/CachedData/e8a3071ea4344d9d48ef8a4df2c097372b0c5161"
  },
  "envs": [
    "/Users/peterudvardi/miniconda3"
  ],
  "envs_dirs": [
    "/Users/peterudvardi/miniconda3/envs",
    "/Users/peterudvardi/.conda/envs"
  ],
  "netrc_file": "/Users/peterudvardi/.netrc",
  "offline": false,
  "pkgs_dirs": [
    "/Users/peterudvardi/miniconda3/pkgs",
    "/Users/peterudvardi/.conda/pkgs"
  ],
  "platform": "osx-arm64",
  "python_version": "3.9.12.final.0",
  "rc_path": "/Users/peterudvardi/.condarc",
  "requests_version": "2.27.1",
  "root_prefix": "/Users/peterudvardi/miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "/Users/peterudvardi/miniconda3/bin/python",
  "sys.prefix": "/Users/peterudvardi/miniconda3",
  "sys.version": "3.9.12 (main, Apr  5 2022, 01:52:34) \n[Clang 12.0.0 ]",
  "sys_rc_path": "/Users/peterudvardi/miniconda3/.condarc",
  "user_agent": "conda/22.11.1 requests/2.27.1 CPython/3.9.12 Darwin/22.1.0 OSX/13.0.1",
  "user_rc_path": "/Users/peterudvardi/.condarc",
  "virtual_pkgs": [
    [
      "__archspec",
      "1",
      "arm64"
    ],
    [
      "__osx",
      "13.0.1",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ]
  ]
}

[DEBUG 2022-11-21 23:33:17.80]: Found conda via filesystem probing: /Users/peterudvardi/miniconda3/bin/conda
[DEBUG 2022-11-21 23:33:17.80]: Searching for conda environments using /Users/peterudvardi/miniconda3/bin/conda
[DEBUG 2022-11-21 23:33:17.80]: Cached data exists KeyPrefix=Cache_Method_Output_y.getInfoImpl-Args="/Users/peterudvardi/miniconda3/bin/conda"
[DEBUG 2022-11-21 23:33:17.80]: Looking into conda env for executable: {"prefix":"/Users/peterudvardi/miniconda3","name":"base"}
[DEBUG 2022-11-21 23:33:17.80]: Found executable within conda env {"prefix":"/Users/peterudvardi/miniconda3","name":"base"}
[DEBUG 2022-11-21 23:33:17.80]: Found conda executable: /Users/peterudvardi/miniconda3/bin/python
> ~/miniconda3/bin/python ~/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-11-21 23:33:17.82]: Shell Exec: /Users/peterudvardi/miniconda3/bin/python /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/get_output_via_markers.py /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/interpreterInfo.py with options: {
    "timeout": 15000,
    "encoding": "utf8",
    "env": {
        "ELECTRON_RUN_AS_NODE": "1",
        "MallocNanoZone": "0",
        "USER": "peterudvardi",
        "COMMAND_MODE": "unix2003",
        "__CFBundleIdentifier": "com.microsoft.VSCode",
        "LOGNAME": "peterudvardi",
        "DISPLAY": "/private/tmp/com.apple.launchd.Lr3aF79A6O/org.macosforge.xquartz:0",
        "SSH_AUTH_SOCK": "/private/tmp/com.apple.launchd.IQKRWmkZWF/Listeners",
        "HOME": "/Users/peterudvardi",
        "SHELL": "/bin/zsh",
        "TMPDIR": "/var/folders/4z/n3kpp7sd4937yk_d45fhr6400000gn/T/",
        "__CF_USER_TEXT_ENCODING": "0x1F5:0x0:0x2",
        "XPC_SERVICE_NAME": "application.com.microsoft.VSCode.7656300.7656306",
        "XPC_FLAGS": "0x0",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "VSCODE_CWD": "/",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en-gb\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_CODE_CACHE_PATH": "/Users/peterudvardi/Library/Application Support/Code/CachedData/e8a3071ea4344d9d48ef8a4df2c097372b0c5161",
        "VSCODE_IPC_HOOK": "/Users/peterudvardi/Library/Application Support/Code/1.74.2-main.sock",
        "VSCODE_PID": "4502",
        "SHLVL": "0",
        "PWD": "/",
        "OLDPWD": "/",
        "HOMEBREW_PREFIX": "/opt/homebrew",
        "HOMEBREW_CELLAR": "/opt/homebrew/Cellar",
        "HOMEBREW_REPOSITORY": "/opt/homebrew",
        "MANPATH": "/opt/homebrew/share/man::",
        "INFOPATH": "/opt/homebrew/share/info:",
        "_": "/Applications/Visual Studio Code.app/Contents/MacOS/Electron",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "PATH": "/Users/peterudvardi/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/peterudvardi/.poetry/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Postgres.app/Contents/Versions/latest/bin:/usr/local/go/bin:/Users/peterudvardi/go/bin",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    }
}
[DEBUG 2022-11-21 23:33:17.83]: Extension unknown accessed known with args: undefined
[INFO 2022-11-21 23:33:17.101]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[INFO 2022-11-21 23:33:17.101]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[DEBUG 2022-11-21 23:33:17.103]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.104]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.104]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.104]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.104]: Found cached env for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:17.104]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python from cache: {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[INFO 2022-11-21 23:33:17.104]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[INFO 2022-11-21 23:33:17.104]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[INFO 2022-11-21 23:33:17.108]: Found interpreter for >> /Users/peterudvardi/miniconda3/bin/python /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/get_output_via_markers.py /Users/peterudvardi/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/interpreterInfo.py <<: {"versionInfo":[3,9,12,"final",0],"sysPrefix":"/Users/peterudvardi/miniconda3","sysVersion":"3.9.12 (main, Apr  5 2022, 01:52:34) \n[Clang 12.0.0 ]","is64Bit":true}
[DEBUG 2022-11-21 23:33:17.109]: Extension unknown accessed known with args: undefined
[DEBUG 2022-11-21 23:33:17.109]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/Users/peterudvardi/jaxpice/.venv/bin/python","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","executable":{"uri":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/Users/peterudvardi/jaxpice/.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice","external":"file:///Users/peterudvardi/jaxpice","path":"/Users/peterudvardi/jaxpice","scheme":"file"},"name":"jaxpice","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"tools":["Poetry"]},"id":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:17.109]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.109]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.109]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.109]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.109]: Extension unknown accessed known with args: undefined
[INFO 2022-11-21 23:33:17.152]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[DEBUG 2022-11-21 23:33:17.153]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.153]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.735]: Found cached env for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:17.735]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python from cache: {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[INFO 2022-11-21 23:33:17.735]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[DEBUG 2022-11-21 23:33:17.736]: Found cached env for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:17.736]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python from cache: {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[INFO 2022-11-21 23:33:17.737]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[DEBUG 2022-11-21 23:33:17.738]: Extension unknown accessed known with args: undefined
[DEBUG 2022-11-21 23:33:17.738]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/Users/peterudvardi/jaxpice/.venv/bin/python","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","executable":{"uri":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/Users/peterudvardi/jaxpice/.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice","external":"file:///Users/peterudvardi/jaxpice","path":"/Users/peterudvardi/jaxpice","scheme":"file"},"name":"jaxpice","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"tools":["Poetry"]},"id":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:17.738]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.738]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.738]: Found cached env for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:17.738]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python from cache: {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[INFO 2022-11-21 23:33:17.738]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[DEBUG 2022-11-21 23:33:17.739]: Extension unknown accessed known with args: undefined
[DEBUG 2022-11-21 23:33:17.739]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/Users/peterudvardi/jaxpice/.venv/bin/python","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","executable":{"uri":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/Users/peterudvardi/jaxpice/.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice","external":"file:///Users/peterudvardi/jaxpice","path":"/Users/peterudvardi/jaxpice","scheme":"file"},"name":"jaxpice","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"tools":["Poetry"]},"id":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:17.739]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.740]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.740]: Found cached env for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:17.740]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python from cache: {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[INFO 2022-11-21 23:33:17.740]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"id":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","envPath":"/Users/peterudvardi/jaxpice/.venv","displayPath":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"envName":".venv","displayName":".venv","envType":"Poetry","version":{"major":3,"minor":10,"patch":9,"raw":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"path":"/Users/peterudvardi/jaxpice/.venv/bin/python"}, Arg 3: false'
]
[DEBUG 2022-11-21 23:33:17.741]: Extension unknown accessed known with args: undefined
[DEBUG 2022-11-21 23:33:17.741]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/Users/peterudvardi/jaxpice/.venv/bin/python","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","executable":{"uri":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/Users/peterudvardi/jaxpice/.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice","external":"file:///Users/peterudvardi/jaxpice","path":"/Users/peterudvardi/jaxpice","scheme":"file"},"name":"jaxpice","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"tools":["Poetry"]},"id":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:17.741]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.741]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.742]: Extension unknown accessed known with args: undefined
[DEBUG 2022-11-21 23:33:17.742]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/Users/peterudvardi/jaxpice/.venv/bin/python","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","executable":{"uri":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv/bin/python","path":"/Users/peterudvardi/jaxpice/.venv/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/Users/peterudvardi/jaxpice/.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice","external":"file:///Users/peterudvardi/jaxpice","path":"/Users/peterudvardi/jaxpice","scheme":"file"},"name":"jaxpice","index":0}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"tools":["Poetry"]},"id":"/Users/peterudvardi/jaxpice/.venv/bin/python"}
[DEBUG 2022-11-21 23:33:17.742]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:17.742]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2022-11-21 23:33:28.536]: Found cached env for /Users/peterudvardi/jaxpice/.venv/bin/python
[DEBUG 2022-11-21 23:33:28.536]: Resolved /Users/peterudvardi/jaxpice/.venv/bin/python from cache: {"name":".venv","location":"/Users/peterudvardi/jaxpice/.venv","kind":"poetry","executable":{"filename":"/Users/peterudvardi/jaxpice/.venv/bin/python","sysPrefix":"/Users/peterudvardi/jaxpice/.venv","ctime":1671219947790,"mtime":1671219947790},"searchLocation":{"$mid":1,"fsPath":"/Users/peterudvardi/jaxpice/.venv","path":"/Users/peterudvardi/jaxpice/.venv","scheme":"file"},"display":"Python 3.10.9 ('.venv': poetry)","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/peterudvardi/jaxpice/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': poetry)"}
[DEBUG 2022-11-21 23:33:28.537]: Cached data exists KeyPrefix=Cache_Method_Output_S.ensureEnvironmentContainsPython-Args="/Users/peterudvardi/jaxpice/.venv/bin/python"

@karrtikr karrtikr removed the reports-wanted Looking for more people with the same issue label Dec 22, 2022
@RohilH
Copy link

RohilH commented Jan 26, 2023

I am also experiencing this issue after changing my virtual env to have a different version of python. When on a python file, it shows that my virtual env is set to the correct python binary, but intellisense, type hinting, hovering over functions, nothing works. It also has the discovering python interpreters text stuck in the bottom.

Debug logs:

[DEBUG 2023-0-26 15:46:32.795]: Cached data exists KeyPrefix=Cache_Method_Output_S.ensureEnvironmentContainsPython-Args="python"
[ERROR 2023-0-26 15:46:45.172]: Autoselection timeout out, this is likely a issue with how consumer called execution factory API. Using default python to execute.
[DEBUG 2023-0-26 15:46:45.172]: Found cached env for /Users/rohil/Documents/.venv/bin/python
[DEBUG 2023-0-26 15:46:45.173]: Resolved /Users/rohil/Documents/.venv/bin/python from cache: {"name":".venv","location":"/Users/rohil/Documents/.venv","kind":"virt-venv","executable":{"filename":"/Users/rohil/Documents/.venv/bin/python","sysPrefix":"/Users/rohil/Documents/.venv","ctime":1674752863267,"mtime":1674752863267},"display":"Python 3.10.9 ('.venv')","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 18:20:40) [Clang 13.0.0 (clang-1300.0.29.30)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/rohil/Documents/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': venv)"}
[DEBUG 2023-0-26 15:46:45.173]: Cached data exists KeyPrefix=Cache_Method_Output_S.ensureEnvironmentContainsPython-Args="python"
[DEBUG 2023-0-26 15:48:23.971]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/rohil/Documents/myrepo"-Arg-Separator-undefined
[DEBUG 2023-0-26 15:48:23.971]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/rohil/Documents/myrepo"-Arg-Separator-undefined
[ERROR 2023-0-26 15:49:13.972]: Autoselection timeout out, this is likely a issue with how consumer called execution factory API. Using default python to execute.
[DEBUG 2023-0-26 15:49:13.973]: Found cached env for /Users/rohil/Documents/.venv/bin/python
[DEBUG 2023-0-26 15:49:13.973]: Resolved /Users/rohil/Documents/.venv/bin/python from cache: {"name":".venv","location":"/Users/rohil/Documents/.venv","kind":"virt-venv","executable":{"filename":"/Users/rohil/Documents/.venv/bin/python","sysPrefix":"/Users/rohil/Documents/.venv","ctime":1674752863267,"mtime":1674752863267},"display":"Python 3.10.9 ('.venv')","version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 (main, Dec 15 2022, 18:20:40) [Clang 13.0.0 (clang-1300.0.29.30)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"/Users/rohil/Documents/.venv/bin/python","detailedDisplayName":"Python 3.10.9 ('.venv': venv)"}
[DEBUG 2023-0-26 15:49:13.973]: Cached data exists KeyPrefix=Cache_Method_Output_S.ensureEnvironmentContainsPython-Args="python"

Update: After trying to uninstall and reinstall all my extensions and VSCode itself, I was able to get my intellisense running again after reverting the python extension's version back to v2022.14.0. Hope this helps anyone seeing this issue.

@karrtikr
Copy link

karrtikr commented Mar 3, 2023

we would probably need to add more logging to figure out why it's stuck.

This is now added in pre-release, try it out:

image

And then provide the logs as mentioned in the issue template. Set python.logging.level to debug in User settings, reload window, then perform the steps to reproduce before providing the logs.

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

XXX

@karrtikr karrtikr added the info-needed Issue requires more information from poster label Mar 3, 2023
@brettcannon
Copy link
Member

Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off.

@brettcannon brettcannon closed this as not planned Won't fix, can't repro, duplicate, stale Apr 6, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-environments Features relating to handling interpreter environments debt Covers everything internal: CI, testing, refactoring of the codebase, etc. info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

7 participants