Skip to content

Sitting at "Discovering Python Interpreters" every reload #12974

New issue

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

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

Already on GitHub? Sign in to your account

Closed
samueltootle opened this issue Mar 1, 2023 · 7 comments
Closed

Sitting at "Discovering Python Interpreters" every reload #12974

samueltootle opened this issue Mar 1, 2023 · 7 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster notebook-kernel-picker perf Performance issues

Comments

@samueltootle
Copy link

Environment data

  • VS Code version: 1.75.1
  • Jupyter Extension version (available under the Extensions sidebar): v2023.1.2010391206
  • Python Extension version (available under the Extensions sidebar): v2023.2.0
  • OS (Windows | Mac | Linux distro) and version: Linux pop-os 6.0.12-76060006-generic
  • Python and/or Anaconda version: Python3.9 and 3.10
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
  • Jupyter server running: N/A

Expected behaviour

When loading a fresh VSCode and loading an existing or new jupyter notebook, I would expect the jupyter notebook to start and utilize the previously discovered kernels to be used with the notebooks

Actual behaviour

Upon loading vscode and opening a new or existing notebook, vscode will sit at activating/loading extensions for 10+s and switch back and forth with discovering Python interpreters for 2+minutes. My naive assumption was that this would only occur the first time as some sort of a setup/initialization procedure, but this occurs every time and lasts for a minimum of 2min before I can execute a cell. On rare occasions it never proceeds past discovering python interpreters. If I close and reload VScode, I get the following error:

Error loading webview: Error: Could not register service workers: TypeError: Failed to register a ServiceWorker for scope

Running killall code from the command line will get rid of this error, but then I will sit at "Discovering..." as usual. It is worth noting that if I only execute a python script instead of a jupyter-notebook, there is no load/wait time.

According to the output, it seems to sit idle after executing /bin/python3 -m pip list since I was not unable to execute a cell until ~2min after this command is executed.

Steps to reproduce:

N/A

Logs

Output for Jupyter in the Output panel

Visual Studio Code (1.75.1, undefined, desktop)
Jupyter Extension Version: 2023.1.2010391206.
Python Extension Version: 2023.2.0.
Workspace folder $$$$
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'jupyterEnhancedDataViewer'
info 11:00:21.908: LSP Notebooks experiment is enabled
info 11:00:23.101: Find preferred kernel for $$$$/figs/plot_eb.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}} & preferred interpreter /bin/python3
info 11:00:23.102: Find preferred kernel for $$$$/figs/plot_eb.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}} & preferred interpreter /bin/python3
info 11:00:23.581: Find preferred kernel for $$$$/figs/plot_eb.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}} & preferred interpreter /bin/python3
info 11:00:23.582: Preferred kernel .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher is exact match or top match for non python kernels, (true, [object Object], true, false)
info 11:00:23.582: PreferredConnection: .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher found for NotebookDocument: $$$$/figs/plot_eb.ipynb
info 11:00:23.592: Find preferred kernel for $$$$/figs/plot_eb.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}} & preferred interpreter /bin/python3
info 11:00:23.839: Preferred kernel .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher is exact match or top match for non python kernels, (false, [object Object], true, false)
info 11:00:23.839: PreferredConnection: .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher found for NotebookDocument: $$$$/figs/plot_eb.ipynb
info 11:00:25.285: Process Execution: > /bin/python3 -m pip list

/bin/python3 -m pip list

@samueltootle samueltootle added the bug Issue identified by VS Code Team member as probable bug label Mar 1, 2023
@samueltootle
Copy link
Author

Things I have tried to do based on previous issues and internet related research:

  1. Reinstall all python related extensions
  2. Reinstall vscode
  3. delete all vscode caches (~/.vscode, ~/.config/Code)

@DonJayamanne
Copy link
Contributor

sorry you are running into this issue,
please could you try the pre-release version

Open the extensions page, search for Jupyter and click the button Switch to Pre-Release Version
Similarly please install the Pre-Release version of the Python extension.

Screenshot 2023-02-04 at 09 24 37

@samueltootle
Copy link
Author

@DonJayamanne I have switched to the pre-release version of Jupyter and Python (see log for versions). This time it took ~6min for Loading/Discovering kernels to complete.

Visual Studio Code (1.75.1, undefined, desktop)
Jupyter Extension Version: 2023.2.1000541047.
Python Extension Version: 2023.5.10591006.
Workspace folder $$$$
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'jupyterEnhancedDataViewer'
info 11:33:50.651: LSP Notebooks experiment is enabled
info 11:33:51.107: Find preferred kernel for $$$$/figs/plot_eb.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}} & preferred interpreter /bin/python3
info 11:33:51.107: Find preferred kernel for $$$$/figs/plot_eb.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}} & preferred interpreter /bin/python3
info 11:33:51.144: Find preferred kernel for $$$$/figs/plot_eb.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}} & preferred interpreter /bin/python3
info 11:33:51.145: Preferred kernel .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher is exact match or top match for non python kernels, (true, [object Object], true, false)
info 11:33:51.145: PreferredConnection: .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher found for NotebookDocument: $$$$/figs/plot_eb.ipynb
warn 11:33:51.291: Failed to get activated env vars with python /bin/python3 in 181ms
info 11:33:51.324: Process Execution: > /bin/python3 -c "import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");"
> /bin/python3 -c "import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");"
info 11:33:51.369: Process Execution: > /bin/python3 -m pip list
> /bin/python3 -m pip list
info 11:37:10.685: Loading webview. View is notset
info 11:37:10.686: Loading web view...
info 11:37:10.687: Webview panel created.

@DonJayamanne
Copy link
Contributor

This time it took ~6min for Loading/Discovering kernels to complete.

Please could you enable verbose logging for Jupyter and Python extensions as follows

  • Open settings & go into Jupyter->Logging
  • Change the value to verbose
  • Open settings & go into Python->Logging
  • Change the value to debug
  • Reload VS Code,
  • Attempt to repro the issue &
  • then copy the output from the Jupyter output panel.
  • then copy the output from the Python output panel.
    Paste the contents here or upload the contents as two text files.

@DonJayamanne DonJayamanne added info-needed Issue requires more information from poster perf Performance issues notebook-kernel-picker labels Mar 1, 2023
@samueltootle
Copy link
Author

samueltootle commented Mar 1, 2023

Hi @DonJayamanne
Thanks for the advice. Looking at the Python3 debug log I found there was quite some time being spent analyzing various lmod directories whenever vscode tried to look for python interpreters. I had installed lmod previously, but never setup it up nor installed modules to use through it. After uninstalling lmod, my startup time is ~1min now. The new debug log is below where there are quite a few

Extension unknown accessed

Maybe there is additional time being lost here as well. Thanks for your help.

Output for Python in the Output panel - debug

Experiment 'pythonPromptNewToolsExt' is active
[DEBUG 2023-2-1 13:28:47.920]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:28:47.923]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:28:47.923]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:28:47.933]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:28:47.933]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:28:47.948]: Waiting for test server to start...
LSP Notebooks experiment is enabled
LSP Notebooks interactive window support is enabled
[INFO 2023-2-1 13:28:47.957]: [
'Display locator refreshing progress, Class name = f, completed in 0ms, has a falsy return value, , Return Value: undefined'
]
[DEBUG 2023-2-1 13:28:47.962]: Searching for conda.
[DEBUG 2023-2-1 13:28:47.962]: Probing conda binary: conda
[DEBUG 2023-2-1 13:28:47.968]: VS Code was not launched from the command line, not selecting activated interpreter
[DEBUG 2023-2-1 13:28:47.978]: Test server started.
[DEBUG 2023-2-1 13:28:47.978]: Testing: Setting up watcher for /$$$$
[DEBUG 2023-2-1 13:28:47.980]: Needed to validate /bin/python3 with latest info
[DEBUG 2023-2-1 13:28:47.980]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:47.982]: Needed to validate /bin/python3 with latest info
[DEBUG 2023-2-1 13:28:47.982]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:47.983]: Needed to validate /bin/python3 with latest info
[DEBUG 2023-2-1 13:28:47.983]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:47.987]: Needed to validate /bin/python3 with latest info
[DEBUG 2023-2-1 13:28:47.987]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:47.987]: Needed to validate /bin/python3 with latest info
[DEBUG 2023-2-1 13:28:47.987]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:47.988]: Needed to validate /bin/python3 with latest info
[DEBUG 2023-2-1 13:28:47.988]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:47.988]: Needed to validate /bin/python3 with latest info
[DEBUG 2023-2-1 13:28:47.988]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:47.990]: Dump environment variables {
"AUTOJUMP_ERROR_PATH": "/$$$$/.local/share/autojump/errors.log",
"AUTOJUMP_SOURCED": "1",
"BASH_ENV": "/opt/apps/lmod/lmod/init/bash",
"CHROME_DESKTOP": "code-url-handler.desktop",
"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
"DESKTOP_SESSION": "pop",
"DISPLAY": ":0",
"ENV_SETUP": "home",
"EVO_SETUP": "BBH",
"GDK_BACKEND": "x11",
"GDMSESSION": "pop",
"GIO_LAUNCHED_DESKTOP_FILE": "/usr/share/applications/code.desktop",
"GIO_LAUNCHED_DESKTOP_FILE_PID": "18823",
"GJS_DEBUG_OUTPUT": "stderr",
"GJS_DEBUG_TOPICS": "JS ERROR;JS LOG",
"GNOME_DESKTOP_SESSION_ID": "this-is-deprecated",
"GNOME_SHELL_SESSION_MODE": "pop",
"GPG_AGENT_INFO": "/run/user/1000/gnupg/S.gpg-agent:0:1",
"GTK_IM_MODULE": "ibus",
"GTK_MODULES": "gail:atk-bridge",
"HOME": "/$$$$",
"HOME_KADATH": "/$$$$/lib/kadath",
"HOME_LORENE": "/$$$$/lib/Lorene",
"INVOCATION_ID": "135fd41b2b4f4c39a310eecbee0c6814",
"JOURNAL_STREAM": "8:34165",
"LANG": "en_US.UTF-8",
"LANGUAGE": "en_US:en",
"LC_ADDRESS": "en_US.UTF-8",
"LC_IDENTIFICATION": "en_US.UTF-8",
"LC_MEASUREMENT": "en_US.UTF-8",
"LC_MONETARY": "en_US.UTF-8",
"LC_NAME": "en_US.UTF-8",
"LC_NUMERIC": "en_US.UTF-8",
"LC_PAPER": "en_US.UTF-8",
"LC_TELEPHONE": "en_US.UTF-8",
"LC_TIME": "en_US.UTF-8",
"LESSCLOSE": "/bin/lesspipe %s %s",
"LESSOPEN": "| /bin/lesspipe %s",
"LMOD_CMD": "/opt/apps/lmod/lmod/libexec/lmod",
"LMOD_DIR": "/opt/apps/lmod/lmod/libexec",
"LMOD_PKG": "/opt/apps/lmod/lmod",
"LMOD_ROOT": "/opt/apps/lmod",
"LMOD_SETTARG_FULL_SUPPORT": "no",
"LMOD_VERSION": "8.7.19",
"LMOD_sys": "Linux",
"LOGNAME": "user",
"MANAGERPID": "1195",
"MANPATH": "/opt/apps/lmod/lmod/share/man:",
"MODULEPATH": "/opt/apps/modulefiles/Linux:/opt/apps/modulefiles/Core:/opt/apps/lmod/lmod/modulefiles/Core",
"MODULEPATH_ROOT": "/opt/apps/modulefiles",
"MODULESHOME": "/opt/apps/lmod/lmod",
"MOPI_MOVIES_DIR": "/$$$$/lib/kuibit/examples/mopi_movies/",
"ORIGINAL_XDG_CURRENT_DESKTOP": "pop:GNOME",
"PAPERSIZE": "letter",
"PWD": "/$$$$",
"QT_ACCESSIBILITY": "1",
"QT_IM_MODULE": "ibus",
"SESSION_MANAGER": "local/pop-os:@/tmp/.ICE-unix/1676,unix/pop-os:/tmp/.ICE-unix/1676",
"SHELL": "/bin/bash",
"SHLVL": "0",
"SPACK_PYTHON": "/usr/bin/python3",
"SPACK_ROOT": "/$$$$/lib/spack",
"SSH_AGENT_LAUNCHER": "gnome-keyring",
"SSH_AUTH_SOCK": "/run/user/1000/keyring/ssh",
"SYSTEMD_EXEC_PID": "1699",
"USER": "user",
"USERNAME": "user",
"VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
"VSCODE_CODE_CACHE_PATH": "/$$$$/.config/Code/CachedData/441438abd1ac652551dbe4d408dfcec8a499b8bf",
"VSCODE_CWD": "/$$$$",
"VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
"VSCODE_IPC_HOOK": "/run/user/1000/vscode-16068fa4-1.75.1-main.sock",
"VSCODE_NLS_CONFIG": "{"locale":"en-us","availableLanguages":{},"languagePackSupport":true}",
"VSCODE_PID": "18823",
"WINDOWPATH": "2",
"XAUTHORITY": "/run/user/1000/gdm/Xauthority",
"XDG_CONFIG_DIRS": "/etc/xdg/xdg-pop:/etc/xdg",
"XDG_CURRENT_DESKTOP": "Unity",
"XDG_DATA_DIRS": "/usr/share/pop:/usr/share/gnome:/$$$$/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/",
"XDG_MENU_PREFIX": "gnome-",
"XDG_RUNTIME_DIR": "/run/user/1000",
"XDG_SESSION_CLASS": "user",
"XDG_SESSION_DESKTOP": "pop",
"XDG_SESSION_TYPE": "x11",
"XMODIFIERS": "@im=ibus",
"
": "/usr/share/code/code",
"ELECTRON_RUN_AS_NODE": "1",
"APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "true",
"PATH": "/$$$$/.poetry/bin:/$$$$/.autojump/bin:/usr/share/sagemath/bin:/snap/bin:/usr/local/games:/usr/games:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/$$$$/lib/spack/bin:/$$$$/bin:/$$$$/.local/bin:/$$$$/.poetry/bin::/$$$$/lib/kuibit/examples/bins/"
}

conda info --json
[DEBUG 2023-2-1 13:28:48.10]: 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 2023-2-1 13:28:48.11]: Couldn't locate the state binary.
[DEBUG 2023-2-1 13:28:48.12]: Searching for workspace virtual envs in: /$$$$
[DEBUG 2023-2-1 13:28:48.13]: Needed to validate /bin/python3 with latest info
[DEBUG 2023-2-1 13:28:48.13]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
Python interpreter path: /bin/python3
[DEBUG 2023-2-1 13:28:48.14]: Cached data exists KeyPrefix=Cache_Method_Output_b.selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:28:48.14]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:28:48.14]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:48.69]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:28:48.69]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:48.90]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:28:48.90]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:48.259]: Extension unknown accessed onDidEnvironmentVariablesChange with args: undefined
[DEBUG 2023-2-1 13:28:48.259]: Extension unknown accessed getEnvironmentVariables with args: undefined
[DEBUG 2023-2-1 13:28:48.259]: Extension unknown accessed onDidChangeActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.260]: Extension unknown accessed onDidChangeEnvironments with args: undefined
[DEBUG 2023-2-1 13:28:48.260]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.261]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:28:48.261]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.261]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:28:48.261]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.262]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:28:48.262]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.263]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:28:48.263]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.263]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:28:48.263]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.263]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:28:48.263]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:28:48.263]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.264]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:28:48.269]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:28:48.270]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:48.270]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:28:48.270]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:48.271]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:28:48.271]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:48.279]: Activation Commands received undefined for shell bash
[INFO 2023-2-1 13:28:48.280]: [
'getActivatedEnvironmentVariables, Class name = k, completed in 291ms, has a falsy return value, Arg 1: Uri:/$$$$, Arg 2: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":"/bin/python3","envName":"","displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"path":"/bin/python3"}, Arg 3: false'
]
[INFO 2023-2-1 13:28:48.290]: Found: /bin/python3 --> /bin/python3.10
[DEBUG 2023-2-1 13:28:48.295]: Extension unknown accessed getEnvironmentVariables with args: undefined
[INFO 2023-2-1 13:28:48.338]: Found: /bin/python3.10 --> /bin/python3.10
[DEBUG 2023-2-1 13:28:48.351]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.352]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:28:48.352]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.352]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[INFO 2023-2-1 13:28:48.433]: Found: /bin/python3.9 --> /bin/python3.9
[DEBUG 2023-2-1 13:28:48.433]: Couldn't locate the conda binary.
[DEBUG 2023-2-1 13:28:48.433]: Couldn't locate the conda binary.
[DEBUG 2023-2-1 13:28:48.538]: Extension unknown accessed onDidChangeActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.540]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.540]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:28:48.540]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.540]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:28:48.541]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:28:48.541]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:28:48.871]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH
/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:28:48.872]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH
/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:28:48.873]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:28:48.873]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:28:48.874]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:28:48.874]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:28:49.629]: Shell path '', base path ''
[DEBUG 2023-2-1 13:28:49.629]: Shell path identified as shell 'other'
[DEBUG 2023-2-1 13:28:49.629]: Terminal name '' identified as shell 'other'
[DEBUG 2023-2-1 13:28:49.629]: [object Object]. Shell identified as other (Terminal name is )
[DEBUG 2023-2-1 13:28:49.629]: [object Object]. Shell identified as undefined (Terminal name is )
[DEBUG 2023-2-1 13:28:49.629]: Shell path from user settings 'null'
[DEBUG 2023-2-1 13:28:49.629]: [object Object]. Shell identified as other (Terminal name is )
[DEBUG 2023-2-1 13:28:49.629]: Shell path '/bin/bash', base path '/bin/bash'
[DEBUG 2023-2-1 13:28:49.629]: Shell path identified as shell 'bash'
[DEBUG 2023-2-1 13:28:49.629]: Shell path from user env '/bin/bash'
[DEBUG 2023-2-1 13:28:49.629]: [object Object]. Shell identified as bash (Terminal name is )
[DEBUG 2023-2-1 13:28:49.630]: Shell identified as 'bash'
[DEBUG 2023-2-1 13:28:49.632]: Shell path '', base path ''
[DEBUG 2023-2-1 13:28:49.632]: Shell path identified as shell 'other'
[DEBUG 2023-2-1 13:28:49.632]: Terminal name '' identified as shell 'other'
[DEBUG 2023-2-1 13:28:49.632]: [object Object]. Shell identified as other (Terminal name is )
[DEBUG 2023-2-1 13:28:49.632]: [object Object]. Shell identified as undefined (Terminal name is )
[DEBUG 2023-2-1 13:28:49.632]: Shell path from user settings 'null'
[DEBUG 2023-2-1 13:28:49.632]: [object Object]. Shell identified as other (Terminal name is )
[DEBUG 2023-2-1 13:28:49.632]: Shell path '/bin/bash', base path '/bin/bash'
[DEBUG 2023-2-1 13:28:49.632]: Shell path identified as shell 'bash'
[DEBUG 2023-2-1 13:28:49.632]: Shell path from user env '/bin/bash'
[DEBUG 2023-2-1 13:28:49.632]: [object Object]. Shell identified as bash (Terminal name is )
[DEBUG 2023-2-1 13:28:49.632]: Shell identified as 'bash'
[INFO 2023-2-1 13:28:50.433]: Found: /usr/bin/python3 --> /usr/bin/python3.10
[DEBUG 2023-2-1 13:28:51.331]: Cached data exists KeyPrefix=Cache_Method_Output_b.selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:28:51.331]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:28:51.331]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:51.331]: Cached data exists KeyPrefix=Cache_Method_Output_b.selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:28:51.331]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:28:51.331]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:51.332]: Cached data exists KeyPrefix=Cache_Method_Output_b.selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:28:51.332]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:28:51.332]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:28:51.332]: Cached data exists KeyPrefix=Cache_Method_Output_b.selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:28:51.332]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:28:51.332]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[INFO 2023-2-1 13:28:51.350]: Found: /usr/bin/python3.10 --> /usr/bin/python3.10
[INFO 2023-2-1 13:28:51.662]: Found: /usr/bin/python3.9 --> /usr/bin/python3.9
/bin/python3 -I ~/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py
[DEBUG 2023-2-1 13:29:43.630]: Shell Exec: /bin/python3 -I /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py with options: {
"timeout": 15000,
"encoding": "utf8",
"env": {
"AUTOJUMP_ERROR_PATH": "/$$$$/.local/share/autojump/errors.log",
"AUTOJUMP_SOURCED": "1",
"BASH_ENV": "/opt/apps/lmod/lmod/init/bash",
"CHROME_DESKTOP": "code-url-handler.desktop",
"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
"DESKTOP_SESSION": "pop",
"DISPLAY": ":0",
"ENV_SETUP": "home",
"EVO_SETUP": "BBH",
"GDK_BACKEND": "x11",
"GDMSESSION": "pop",
"GIO_LAUNCHED_DESKTOP_FILE": "/usr/share/applications/code.desktop",
"GIO_LAUNCHED_DESKTOP_FILE_PID": "18823",
"GJS_DEBUG_OUTPUT": "stderr",
"GJS_DEBUG_TOPICS": "JS ERROR;JS LOG",
"GNOME_DESKTOP_SESSION_ID": "this-is-deprecated",
"GNOME_SHELL_SESSION_MODE": "pop",
"GPG_AGENT_INFO": "/run/user/1000/gnupg/S.gpg-agent:0:1",
"GTK_IM_MODULE": "ibus",
"GTK_MODULES": "gail:atk-bridge",
"HOME": "/$$$$",
"HOME_KADATH": "/$$$$/lib/kadath",
"HOME_LORENE": "/$$$$/lib/Lorene",
"INVOCATION_ID": "135fd41b2b4f4c39a310eecbee0c6814",
"JOURNAL_STREAM": "8:34165",
"LANG": "en_US.UTF-8",
"LANGUAGE": "en_US:en",
"LC_ADDRESS": "en_US.UTF-8",
"LC_IDENTIFICATION": "en_US.UTF-8",
"LC_MEASUREMENT": "en_US.UTF-8",
"LC_MONETARY": "en_US.UTF-8",
"LC_NAME": "en_US.UTF-8",
"LC_NUMERIC": "en_US.UTF-8",
"LC_PAPER": "en_US.UTF-8",
"LC_TELEPHONE": "en_US.UTF-8",
"LC_TIME": "en_US.UTF-8",
"LESSCLOSE": "/bin/lesspipe %s %s",
"LESSOPEN": "| /bin/lesspipe %s",
"LMOD_CMD": "/opt/apps/lmod/lmod/libexec/lmod",
"LMOD_DIR": "/opt/apps/lmod/lmod/libexec",
"LMOD_PKG": "/opt/apps/lmod/lmod",
"LMOD_ROOT": "/opt/apps/lmod",
"LMOD_SETTARG_FULL_SUPPORT": "no",
"LMOD_VERSION": "8.7.19",
"LMOD_sys": "Linux",
"LOGNAME": "user",
"MANAGERPID": "1195",
"MANPATH": "/opt/apps/lmod/lmod/share/man:",
"MODULEPATH": "/opt/apps/modulefiles/Linux:/opt/apps/modulefiles/Core:/opt/apps/lmod/lmod/modulefiles/Core",
"MODULEPATH_ROOT": "/opt/apps/modulefiles",
"MODULESHOME": "/opt/apps/lmod/lmod",
"MOPI_MOVIES_DIR": "/$$$$/lib/kuibit/examples/mopi_movies/",
"ORIGINAL_XDG_CURRENT_DESKTOP": "pop:GNOME",
"PAPERSIZE": "letter",
"PWD": "/$$$$",
"QT_ACCESSIBILITY": "1",
"QT_IM_MODULE": "ibus",
"SESSION_MANAGER": "local/pop-os:@/tmp/.ICE-unix/1676,unix/pop-os:/tmp/.ICE-unix/1676",
"SHELL": "/bin/bash",
"SHLVL": "0",
"SPACK_PYTHON": "/usr/bin/python3",
"SPACK_ROOT": "/$$$$/lib/spack",
"SSH_AGENT_LAUNCHER": "gnome-keyring",
"SSH_AUTH_SOCK": "/run/user/1000/keyring/ssh",
"SYSTEMD_EXEC_PID": "1699",
"USER": "user",
"USERNAME": "user",
"VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
"VSCODE_CODE_CACHE_PATH": "/$$$$/.config/Code/CachedData/441438abd1ac652551dbe4d408dfcec8a499b8bf",
"VSCODE_CWD": "/$$$$",
"VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
"VSCODE_IPC_HOOK": "/run/user/1000/vscode-16068fa4-1.75.1-main.sock",
"VSCODE_NLS_CONFIG": "{"locale":"en-us","availableLanguages":{},"languagePackSupport":true}",
"VSCODE_PID": "18823",
"WINDOWPATH": "2",
"XAUTHORITY": "/run/user/1000/gdm/Xauthority",
"XDG_CONFIG_DIRS": "/etc/xdg/xdg-pop:/etc/xdg",
"XDG_CURRENT_DESKTOP": "Unity",
"XDG_DATA_DIRS": "/usr/share/pop:/usr/share/gnome:/$$$$/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/",
"XDG_MENU_PREFIX": "gnome-",
"XDG_RUNTIME_DIR": "/run/user/1000",
"XDG_SESSION_CLASS": "user",
"XDG_SESSION_DESKTOP": "pop",
"XDG_SESSION_TYPE": "x11",
"XMODIFIERS": "@im=ibus",
"
": "/usr/share/code/code",
"ELECTRON_RUN_AS_NODE": "1",
"APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "true",
"PATH": "/$$$$/.poetry/bin:/$$$$/.autojump/bin:/usr/share/sagemath/bin:/snap/bin:/usr/local/games:/usr/games:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/$$$$/lib/spack/bin:/$$$$/bin:/$$$$/.local/bin:/$$$$/.poetry/bin::/$$$$/lib/kuibit/examples/bins/",
"PYTHONUNBUFFERED": "1",
"PYTHONIOENCODING": "utf-8"
}
}
[INFO 2023-2-1 13:29:44.261]: Found interpreter for >> /bin/python3 -I /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py <<: {"versionInfo":[3,10,6,"final",0],"sysPrefix":"/usr","sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]","is64Bit":true}
[DEBUG 2023-2-1 13:29:45.343]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.343]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.348]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:29:45.348]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
/bin/python3.9 -I ~/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py
[DEBUG 2023-2-1 13:29:45.349]: Shell Exec: /bin/python3.9 -I /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py with options: {
"timeout": 15000,
"encoding": "utf8",
"env": {
"AUTOJUMP_ERROR_PATH": "/$$$$/.local/share/autojump/errors.log",
"AUTOJUMP_SOURCED": "1",
"BASH_ENV": "/opt/apps/lmod/lmod/init/bash",
"CHROME_DESKTOP": "code-url-handler.desktop",
"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
"DESKTOP_SESSION": "pop",
"DISPLAY": ":0",
"ENV_SETUP": "home",
"EVO_SETUP": "BBH",
"GDK_BACKEND": "x11",
"GDMSESSION": "pop",
"GIO_LAUNCHED_DESKTOP_FILE": "/usr/share/applications/code.desktop",
"GIO_LAUNCHED_DESKTOP_FILE_PID": "18823",
"GJS_DEBUG_OUTPUT": "stderr",
"GJS_DEBUG_TOPICS": "JS ERROR;JS LOG",
"GNOME_DESKTOP_SESSION_ID": "this-is-deprecated",
"GNOME_SHELL_SESSION_MODE": "pop",
"GPG_AGENT_INFO": "/run/user/1000/gnupg/S.gpg-agent:0:1",
"GTK_IM_MODULE": "ibus",
"GTK_MODULES": "gail:atk-bridge",
"HOME": "/$$$$",
"HOME_KADATH": "/$$$$/lib/kadath",
"HOME_LORENE": "/$$$$/lib/Lorene",
"INVOCATION_ID": "135fd41b2b4f4c39a310eecbee0c6814",
"JOURNAL_STREAM": "8:34165",
"LANG": "en_US.UTF-8",
"LANGUAGE": "en_US:en",
"LC_ADDRESS": "en_US.UTF-8",
"LC_IDENTIFICATION": "en_US.UTF-8",
"LC_MEASUREMENT": "en_US.UTF-8",
"LC_MONETARY": "en_US.UTF-8",
"LC_NAME": "en_US.UTF-8",
"LC_NUMERIC": "en_US.UTF-8",
"LC_PAPER": "en_US.UTF-8",
"LC_TELEPHONE": "en_US.UTF-8",
"LC_TIME": "en_US.UTF-8",
"LESSCLOSE": "/bin/lesspipe %s %s",
"LESSOPEN": "| /bin/lesspipe %s",
"LMOD_CMD": "/opt/apps/lmod/lmod/libexec/lmod",
"LMOD_DIR": "/opt/apps/lmod/lmod/libexec",
"LMOD_PKG": "/opt/apps/lmod/lmod",
"LMOD_ROOT": "/opt/apps/lmod",
"LMOD_SETTARG_FULL_SUPPORT": "no",
"LMOD_VERSION": "8.7.19",
"LMOD_sys": "Linux",
"LOGNAME": "user",
"MANAGERPID": "1195",
"MANPATH": "/opt/apps/lmod/lmod/share/man:",
"MODULEPATH": "/opt/apps/modulefiles/Linux:/opt/apps/modulefiles/Core:/opt/apps/lmod/lmod/modulefiles/Core",
"MODULEPATH_ROOT": "/opt/apps/modulefiles",
"MODULESHOME": "/opt/apps/lmod/lmod",
"MOPI_MOVIES_DIR": "/$$$$/lib/kuibit/examples/mopi_movies/",
"ORIGINAL_XDG_CURRENT_DESKTOP": "pop:GNOME",
"PAPERSIZE": "letter",
"PWD": "/$$$$",
"QT_ACCESSIBILITY": "1",
"QT_IM_MODULE": "ibus",
"SESSION_MANAGER": "local/pop-os:@/tmp/.ICE-unix/1676,unix/pop-os:/tmp/.ICE-unix/1676",
"SHELL": "/bin/bash",
"SHLVL": "0",
"SPACK_PYTHON": "/usr/bin/python3",
"SPACK_ROOT": "/$$$$/lib/spack",
"SSH_AGENT_LAUNCHER": "gnome-keyring",
"SSH_AUTH_SOCK": "/run/user/1000/keyring/ssh",
"SYSTEMD_EXEC_PID": "1699",
"USER": "user",
"USERNAME": "user",
"VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
"VSCODE_CODE_CACHE_PATH": "/$$$$/.config/Code/CachedData/441438abd1ac652551dbe4d408dfcec8a499b8bf",
"VSCODE_CWD": "/$$$$",
"VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
"VSCODE_IPC_HOOK": "/run/user/1000/vscode-16068fa4-1.75.1-main.sock",
"VSCODE_NLS_CONFIG": "{"locale":"en-us","availableLanguages":{},"languagePackSupport":true}",
"VSCODE_PID": "18823",
"WINDOWPATH": "2",
"XAUTHORITY": "/run/user/1000/gdm/Xauthority",
"XDG_CONFIG_DIRS": "/etc/xdg/xdg-pop:/etc/xdg",
"XDG_CURRENT_DESKTOP": "Unity",
"XDG_DATA_DIRS": "/usr/share/pop:/usr/share/gnome:/$$$$/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/",
"XDG_MENU_PREFIX": "gnome-",
"XDG_RUNTIME_DIR": "/run/user/1000",
"XDG_SESSION_CLASS": "user",
"XDG_SESSION_DESKTOP": "pop",
"XDG_SESSION_TYPE": "x11",
"XMODIFIERS": "@im=ibus",
"
": "/usr/share/code/code",
"ELECTRON_RUN_AS_NODE": "1",
"APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "true",
"PATH": "/$$$$/.poetry/bin:/$$$$/.autojump/bin:/usr/share/sagemath/bin:/snap/bin:/usr/local/games:/usr/games:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/$$$$/lib/spack/bin:/$$$$/bin:/$$$$/.local/bin:/$$$$/.poetry/bin::/$$$$/lib/kuibit/examples/bins/",
"PYTHONUNBUFFERED": "1",
"PYTHONIOENCODING": "utf-8"
}
}
[INFO 2023-2-1 13:29:45.498]: Found interpreter for >> /bin/python3.9 -I /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py <<: {"versionInfo":[3,9,10,"final",0],"sysPrefix":"/usr","sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]","is64Bit":true}
/usr/bin/python3 -I ~/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py
[DEBUG 2023-2-1 13:29:45.526]: Shell Exec: /usr/bin/python3 -I /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py with options: {
"timeout": 15000,
"encoding": "utf8",
"env": {
"AUTOJUMP_ERROR_PATH": "/$$$$/.local/share/autojump/errors.log",
"AUTOJUMP_SOURCED": "1",
"BASH_ENV": "/opt/apps/lmod/lmod/init/bash",
"CHROME_DESKTOP": "code-url-handler.desktop",
"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
"DESKTOP_SESSION": "pop",
"DISPLAY": ":0",
"ENV_SETUP": "home",
"EVO_SETUP": "BBH",
"GDK_BACKEND": "x11",
"GDMSESSION": "pop",
"GIO_LAUNCHED_DESKTOP_FILE": "/usr/share/applications/code.desktop",
"GIO_LAUNCHED_DESKTOP_FILE_PID": "18823",
"GJS_DEBUG_OUTPUT": "stderr",
"GJS_DEBUG_TOPICS": "JS ERROR;JS LOG",
"GNOME_DESKTOP_SESSION_ID": "this-is-deprecated",
"GNOME_SHELL_SESSION_MODE": "pop",
"GPG_AGENT_INFO": "/run/user/1000/gnupg/S.gpg-agent:0:1",
"GTK_IM_MODULE": "ibus",
"GTK_MODULES": "gail:atk-bridge",
"HOME": "/$$$$",
"HOME_KADATH": "/$$$$/lib/kadath",
"HOME_LORENE": "/$$$$/lib/Lorene",
"INVOCATION_ID": "135fd41b2b4f4c39a310eecbee0c6814",
"JOURNAL_STREAM": "8:34165",
"LANG": "en_US.UTF-8",
"LANGUAGE": "en_US:en",
"LC_ADDRESS": "en_US.UTF-8",
"LC_IDENTIFICATION": "en_US.UTF-8",
"LC_MEASUREMENT": "en_US.UTF-8",
"LC_MONETARY": "en_US.UTF-8",
"LC_NAME": "en_US.UTF-8",
"LC_NUMERIC": "en_US.UTF-8",
"LC_PAPER": "en_US.UTF-8",
"LC_TELEPHONE": "en_US.UTF-8",
"LC_TIME": "en_US.UTF-8",
"LESSCLOSE": "/bin/lesspipe %s %s",
"LESSOPEN": "| /bin/lesspipe %s",
"LMOD_CMD": "/opt/apps/lmod/lmod/libexec/lmod",
"LMOD_DIR": "/opt/apps/lmod/lmod/libexec",
"LMOD_PKG": "/opt/apps/lmod/lmod",
"LMOD_ROOT": "/opt/apps/lmod",
"LMOD_SETTARG_FULL_SUPPORT": "no",
"LMOD_VERSION": "8.7.19",
"LMOD_sys": "Linux",
"LOGNAME": "user",
"MANAGERPID": "1195",
"MANPATH": "/opt/apps/lmod/lmod/share/man:",
"MODULEPATH": "/opt/apps/modulefiles/Linux:/opt/apps/modulefiles/Core:/opt/apps/lmod/lmod/modulefiles/Core",
"MODULEPATH_ROOT": "/opt/apps/modulefiles",
"MODULESHOME": "/opt/apps/lmod/lmod",
"MOPI_MOVIES_DIR": "/$$$$/lib/kuibit/examples/mopi_movies/",
"ORIGINAL_XDG_CURRENT_DESKTOP": "pop:GNOME",
"PAPERSIZE": "letter",
"PWD": "/$$$$",
"QT_ACCESSIBILITY": "1",
"QT_IM_MODULE": "ibus",
"SESSION_MANAGER": "local/pop-os:@/tmp/.ICE-unix/1676,unix/pop-os:/tmp/.ICE-unix/1676",
"SHELL": "/bin/bash",
"SHLVL": "0",
"SPACK_PYTHON": "/usr/bin/python3",
"SPACK_ROOT": "/$$$$/lib/spack",
"SSH_AGENT_LAUNCHER": "gnome-keyring",
"SSH_AUTH_SOCK": "/run/user/1000/keyring/ssh",
"SYSTEMD_EXEC_PID": "1699",
"USER": "user",
"USERNAME": "user",
"VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
"VSCODE_CODE_CACHE_PATH": "/$$$$/.config/Code/CachedData/441438abd1ac652551dbe4d408dfcec8a499b8bf",
"VSCODE_CWD": "/$$$$",
"VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
"VSCODE_IPC_HOOK": "/run/user/1000/vscode-16068fa4-1.75.1-main.sock",
"VSCODE_NLS_CONFIG": "{"locale":"en-us","availableLanguages":{},"languagePackSupport":true}",
"VSCODE_PID": "18823",
"WINDOWPATH": "2",
"XAUTHORITY": "/run/user/1000/gdm/Xauthority",
"XDG_CONFIG_DIRS": "/etc/xdg/xdg-pop:/etc/xdg",
"XDG_CURRENT_DESKTOP": "Unity",
"XDG_DATA_DIRS": "/usr/share/pop:/usr/share/gnome:/$$$$/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/",
"XDG_MENU_PREFIX": "gnome-",
"XDG_RUNTIME_DIR": "/run/user/1000",
"XDG_SESSION_CLASS": "user",
"XDG_SESSION_DESKTOP": "pop",
"XDG_SESSION_TYPE": "x11",
"XMODIFIERS": "@im=ibus",
"
": "/usr/share/code/code",
"ELECTRON_RUN_AS_NODE": "1",
"APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "true",
"PATH": "/$$$$/.poetry/bin:/$$$$/.autojump/bin:/usr/share/sagemath/bin:/snap/bin:/usr/local/games:/usr/games:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/$$$$/lib/spack/bin:/$$$$/bin:/$$$$/.local/bin:/$$$$/.poetry/bin::/$$$$/lib/kuibit/examples/bins/",
"PYTHONUNBUFFERED": "1",
"PYTHONIOENCODING": "utf-8"
}
}
[INFO 2023-2-1 13:29:45.735]: Found interpreter for >> /usr/bin/python3 -I /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py <<: {"versionInfo":[3,10,6,"final",0],"sysPrefix":"/usr","sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]","is64Bit":true}
/usr/bin/python3.9 -I ~/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py
[DEBUG 2023-2-1 13:29:45.740]: Shell Exec: /usr/bin/python3.9 -I /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py with options: {
"timeout": 15000,
"encoding": "utf8",
"env": {
"AUTOJUMP_ERROR_PATH": "/$$$$/.local/share/autojump/errors.log",
"AUTOJUMP_SOURCED": "1",
"BASH_ENV": "/opt/apps/lmod/lmod/init/bash",
"CHROME_DESKTOP": "code-url-handler.desktop",
"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
"DESKTOP_SESSION": "pop",
"DISPLAY": ":0",
"ENV_SETUP": "home",
"EVO_SETUP": "BBH",
"GDK_BACKEND": "x11",
"GDMSESSION": "pop",
"GIO_LAUNCHED_DESKTOP_FILE": "/usr/share/applications/code.desktop",
"GIO_LAUNCHED_DESKTOP_FILE_PID": "18823",
"GJS_DEBUG_OUTPUT": "stderr",
"GJS_DEBUG_TOPICS": "JS ERROR;JS LOG",
"GNOME_DESKTOP_SESSION_ID": "this-is-deprecated",
"GNOME_SHELL_SESSION_MODE": "pop",
"GPG_AGENT_INFO": "/run/user/1000/gnupg/S.gpg-agent:0:1",
"GTK_IM_MODULE": "ibus",
"GTK_MODULES": "gail:atk-bridge",
"HOME": "/$$$$",
"HOME_KADATH": "/$$$$/lib/kadath",
"HOME_LORENE": "/$$$$/lib/Lorene",
"INVOCATION_ID": "135fd41b2b4f4c39a310eecbee0c6814",
"JOURNAL_STREAM": "8:34165",
"LANG": "en_US.UTF-8",
"LANGUAGE": "en_US:en",
"LC_ADDRESS": "en_US.UTF-8",
"LC_IDENTIFICATION": "en_US.UTF-8",
"LC_MEASUREMENT": "en_US.UTF-8",
"LC_MONETARY": "en_US.UTF-8",
"LC_NAME": "en_US.UTF-8",
"LC_NUMERIC": "en_US.UTF-8",
"LC_PAPER": "en_US.UTF-8",
"LC_TELEPHONE": "en_US.UTF-8",
"LC_TIME": "en_US.UTF-8",
"LESSCLOSE": "/bin/lesspipe %s %s",
"LESSOPEN": "| /bin/lesspipe %s",
"LMOD_CMD": "/opt/apps/lmod/lmod/libexec/lmod",
"LMOD_DIR": "/opt/apps/lmod/lmod/libexec",
"LMOD_PKG": "/opt/apps/lmod/lmod",
"LMOD_ROOT": "/opt/apps/lmod",
"LMOD_SETTARG_FULL_SUPPORT": "no",
"LMOD_VERSION": "8.7.19",
"LMOD_sys": "Linux",
"LOGNAME": "user",
"MANAGERPID": "1195",
"MANPATH": "/opt/apps/lmod/lmod/share/man:",
"MODULEPATH": "/opt/apps/modulefiles/Linux:/opt/apps/modulefiles/Core:/opt/apps/lmod/lmod/modulefiles/Core",
"MODULEPATH_ROOT": "/opt/apps/modulefiles",
"MODULESHOME": "/opt/apps/lmod/lmod",
"MOPI_MOVIES_DIR": "/$$$$/lib/kuibit/examples/mopi_movies/",
"ORIGINAL_XDG_CURRENT_DESKTOP": "pop:GNOME",
"PAPERSIZE": "letter",
"PWD": "/$$$$",
"QT_ACCESSIBILITY": "1",
"QT_IM_MODULE": "ibus",
"SESSION_MANAGER": "local/pop-os:@/tmp/.ICE-unix/1676,unix/pop-os:/tmp/.ICE-unix/1676",
"SHELL": "/bin/bash",
"SHLVL": "0",
"SPACK_PYTHON": "/usr/bin/python3",
"SPACK_ROOT": "/$$$$/lib/spack",
"SSH_AGENT_LAUNCHER": "gnome-keyring",
"SSH_AUTH_SOCK": "/run/user/1000/keyring/ssh",
"SYSTEMD_EXEC_PID": "1699",
"USER": "user",
"USERNAME": "user",
"VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
"VSCODE_CODE_CACHE_PATH": "/$$$$/.config/Code/CachedData/441438abd1ac652551dbe4d408dfcec8a499b8bf",
"VSCODE_CWD": "/$$$$",
"VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
"VSCODE_IPC_HOOK": "/run/user/1000/vscode-16068fa4-1.75.1-main.sock",
"VSCODE_NLS_CONFIG": "{"locale":"en-us","availableLanguages":{},"languagePackSupport":true}",
"VSCODE_PID": "18823",
"WINDOWPATH": "2",
"XAUTHORITY": "/run/user/1000/gdm/Xauthority",
"XDG_CONFIG_DIRS": "/etc/xdg/xdg-pop:/etc/xdg",
"XDG_CURRENT_DESKTOP": "Unity",
"XDG_DATA_DIRS": "/usr/share/pop:/usr/share/gnome:/$$$$/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/",
"XDG_MENU_PREFIX": "gnome-",
"XDG_RUNTIME_DIR": "/run/user/1000",
"XDG_SESSION_CLASS": "user",
"XDG_SESSION_DESKTOP": "pop",
"XDG_SESSION_TYPE": "x11",
"XMODIFIERS": "@im=ibus",
"
": "/usr/share/code/code",
"ELECTRON_RUN_AS_NODE": "1",
"APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "true",
"PATH": "/$$$$/.poetry/bin:/$$$$/.autojump/bin:/usr/share/sagemath/bin:/snap/bin:/usr/local/games:/usr/games:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/$$$$/lib/spack/bin:/$$$$/bin:/$$$$/.local/bin:/$$$$/.poetry/bin::/$$$$/lib/kuibit/examples/bins/",
"PYTHONUNBUFFERED": "1",
"PYTHONIOENCODING": "utf-8"
}
}
[INFO 2023-2-1 13:29:45.879]: Found interpreter for >> /usr/bin/python3.9 -I /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/get_output_via_markers.py /$$$$/.vscode/extensions/ms-python.python-2023.5.10591006/pythonFiles/interpreterInfo.py <<: {"versionInfo":[3,9,10,"final",0],"sysPrefix":"/usr","sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]","is64Bit":true}
[INFO 2023-2-1 13:29:45.881]: Environments added to cache [{"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"},{"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3.9","sysPrefix":"/usr","ctime":1676122362264,"mtime":1642353138000},"display":"Python 3.9.10 64-bit","version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3.9","detailedDisplayName":"Python 3.9.10 64-bit"},{"name":"","location":"","kind":"global-other","executable":{"filename":"/usr/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/usr/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"},{"name":"","location":"","kind":"global-other","executable":{"filename":"/usr/bin/python3.9","sysPrefix":"/usr","ctime":1676122362264,"mtime":1642353138000},"display":"Python 3.9.10 64-bit","version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/usr/bin/python3.9","detailedDisplayName":"Python 3.9.10 64-bit"}]
[INFO 2023-2-1 13:29:45.883]: [
'Hide locator refreshing progress, Class name = f, completed in 0ms, has a falsy return value, , Return Value: undefined'
]
[DEBUG 2023-2-1 13:29:45.886]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:45.887]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH
/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:45.887]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH
/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:45.889]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH
/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:45.889]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH
/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:45.890]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:45.890]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:45.891]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.892]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.892]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:45.892]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:45.894]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.895]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.898]: Needed to validate /bin/python3.9 with latest info
[DEBUG 2023-2-1 13:29:45.898]: Resolved /bin/python3.9 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3.9","sysPrefix":"/usr","ctime":1676122362264,"mtime":1642353138000},"display":"Python 3.9.10 64-bit","version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3.9","detailedDisplayName":"Python 3.9.10 64-bit"}
[DEBUG 2023-2-1 13:29:45.900]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.900]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.900]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.900]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.901]: Needed to validate /usr/bin/python3 with latest info
[DEBUG 2023-2-1 13:29:45.901]: Resolved /usr/bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/usr/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/usr/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.902]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.902]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.902]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.903]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.903]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.903]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.904]: Needed to validate /usr/bin/python3.9 with latest info
[DEBUG 2023-2-1 13:29:45.904]: Resolved /usr/bin/python3.9 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/usr/bin/python3.9","sysPrefix":"/usr","ctime":1676122362264,"mtime":1642353138000},"display":"Python 3.9.10 64-bit","version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/usr/bin/python3.9","detailedDisplayName":"Python 3.9.10 64-bit"}
[DEBUG 2023-2-1 13:29:45.905]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.905]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.905]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.905]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.905]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.905]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.906]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.906]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.907]: Needed to validate /bin/python3.9 with latest info
[DEBUG 2023-2-1 13:29:45.907]: Resolved /bin/python3.9 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3.9","sysPrefix":"/usr","ctime":1676122362264,"mtime":1642353138000},"display":"Python 3.9.10 64-bit","version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3.9","detailedDisplayName":"Python 3.9.10 64-bit"}
[DEBUG 2023-2-1 13:29:45.907]: Needed to validate /usr/bin/python3 with latest info
[DEBUG 2023-2-1 13:29:45.907]: Resolved /usr/bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/usr/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/usr/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.907]: Needed to validate /usr/bin/python3.9 with latest info
[DEBUG 2023-2-1 13:29:45.907]: Resolved /usr/bin/python3.9 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/usr/bin/python3.9","sysPrefix":"/usr","ctime":1676122362264,"mtime":1642353138000},"display":"Python 3.9.10 64-bit","version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/usr/bin/python3.9","detailedDisplayName":"Python 3.9.10 64-bit"}
[DEBUG 2023-2-1 13:29:45.919]: Extension unknown accessed refreshEnvironments with args: undefined
[DEBUG 2023-2-1 13:29:45.919]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.919]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.919]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.920]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/bin/python3","id":"/bin/python3","executable":{"uri":{"$mid":1,"path":"/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/bin/python3"}
[DEBUG 2023-2-1 13:29:45.920]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/bin/python3.9","id":"/bin/python3.9","executable":{"uri":{"$mid":1,"path":"/bin/python3.9","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"tools":[]},"id":"/bin/python3.9"}
[DEBUG 2023-2-1 13:29:45.920]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/usr/bin/python3","id":"/usr/bin/python3","executable":{"uri":{"$mid":1,"path":"/usr/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/usr/bin/python3"}
[DEBUG 2023-2-1 13:29:45.920]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/usr/bin/python3.9","id":"/usr/bin/python3.9","executable":{"uri":{"$mid":1,"path":"/usr/bin/python3.9","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"tools":[]},"id":"/usr/bin/python3.9"}
[DEBUG 2023-2-1 13:29:45.920]: Extension unknown accessed refreshEnvironments with args: undefined
[DEBUG 2023-2-1 13:29:45.920]: Extension unknown accessed refreshEnvironments with args: undefined
[DEBUG 2023-2-1 13:29:45.921]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.921]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.921]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.921]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.921]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/bin/python3","id":"/bin/python3","executable":{"uri":{"$mid":1,"path":"/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/bin/python3"}
[DEBUG 2023-2-1 13:29:45.921]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/bin/python3.9","id":"/bin/python3.9","executable":{"uri":{"$mid":1,"path":"/bin/python3.9","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"tools":[]},"id":"/bin/python3.9"}
[DEBUG 2023-2-1 13:29:45.921]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/usr/bin/python3","id":"/usr/bin/python3","executable":{"uri":{"$mid":1,"path":"/usr/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/usr/bin/python3"}
[DEBUG 2023-2-1 13:29:45.922]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"/usr/bin/python3.9","id":"/usr/bin/python3.9","executable":{"uri":{"$mid":1,"path":"/usr/bin/python3.9","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"tools":[]},"id":"/usr/bin/python3.9"}
[DEBUG 2023-2-1 13:29:45.925]: Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:29:45.927]: Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:29:45.927]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.927]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:45.927]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.927]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:45.931]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.931]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.931]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:29:45.931]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:29:45.931]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:29:45.931]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:29:45.932]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.932]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.932]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:29:45.932]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:29:45.932]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:29:45.932]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:29:45.932]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:29:45.932]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:29:45.933]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.933]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.933]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-1 13:29:45.933]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:29:45.933]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:29:45.933]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:29:45.933]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:29:45.933]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:29:45.933]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:29:45.934]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-1 13:29:45.934]: Extension unknown accessed resolveEnvironment with args: {"id":"/bin/python3","path":"/bin/python3"}
[DEBUG 2023-2-1 13:29:45.934]: Extension unknown accessed known with args: undefined
[INFO 2023-2-1 13:29:46.387]: [
'Starting language server, Class name = p, completed in 459ms, has a falsy return value, , Return Value: undefined'
]
Starting Pylance language server.
[DEBUG 2023-2-1 13:29:46.389]: Cached data exists KeyPrefix=Cache_Method_Output_b.selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:29:46.389]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:46.389]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:46.390]: [object Object]. Shell identified as undefined
[DEBUG 2023-2-1 13:29:46.390]: Shell path '/bin/bash', base path '/bin/bash'
[DEBUG 2023-2-1 13:29:46.390]: Shell path identified as shell 'bash'
[DEBUG 2023-2-1 13:29:46.390]: Terminal shell path '/bin/bash' identified as shell 'bash'
[DEBUG 2023-2-1 13:29:46.390]: [object Object]. Shell identified as bash
[DEBUG 2023-2-1 13:29:46.390]: Shell identified as 'bash'
[DEBUG 2023-2-1 13:29:46.391]: Cached data exists KeyPrefix=Cache_Method_Output_b.selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:29:46.391]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:46.391]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:46.392]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH
/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:46.392]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH
/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:46.392]: Cached data exists KeyPrefix=Cache_Method_Output_m.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/$$$$"-Arg-Separator-undefined
[DEBUG 2023-2-1 13:29:46.407]: Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:29:46.407]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:46.407]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
Jupyter provided interpreter path override: /bin/python3
[DEBUG 2023-2-1 13:29:46.409]: Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:29:46.410]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:46.410]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:29:47.128]: Cached data exists KeyPrefix=Cache_Method_Output_b.selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:29:47.128]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:29:47.128]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:30:16.620]: Cached data exists KeyPrefix=Cache_Method_Output_b.selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-1 13:30:16.621]: Found cached env for /bin/python3
[DEBUG 2023-2-1 13:30:16.621]: Resolved /bin/python3 from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"/bin/python3","sysPrefix":"/usr","ctime":1676122361404,"mtime":1660819144000},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"}
[DEBUG 2023-2-1 13:30:16.622]: Cached data exists KeyPrefix=Cache_Method_Output
.ensureEnvironmentContainsPython-Args="/bin/python3"

Output for Jupyter in the Output panel - verbose

Visual Studio Code (1.75.1, undefined, desktop) Jupyter Extension Version: 2023.2.1000541047. Python Extension Version: 2023.5.10591006. Workspace folder /$$$$ User belongs to experiment group 'jupyterTest' User belongs to experiment group 'jupyterEnhancedDataViewer' debug 13:28:47.394: Updating cache with Python kernels , Added = , Updated = , Removed = debug 13:28:47.396: Get Custom Env Variables, Class name = Vl (started execution), Arg 1: undefined, Arg 2: "RunPythonCode" debug 13:28:47.399: Start refreshing Kernel Picker (1677673727399) debug 13:28:47.400: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb" debug 13:28:47.400: Get Active Interpreter, Class name = zo (started execution), Arg 1: undefined debug 13:28:47.403: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb" info 13:28:47.404: LSP Notebooks experiment is enabled debug 13:28:47.404: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id" debug 13:28:47.491: Get Active Interpreter, Class name = zo (started execution), Arg 1: undefined debug 13:28:47.493: Updating cache with Local kernels startUsingLocalKernelSpec:'.python3./python./.-m#ipykernel_launcher (interpreter id = undefined)', startUsingLocalKernelSpec:'.python3./usr/bin/python3./.-m#ipykernel_launcher (interpreter id = undefined)', Added = startUsingLocalKernelSpec:'.python3./python./.-m#ipykernel_launcher (interpreter id = undefined)', startUsingLocalKernelSpec:'.python3./usr/bin/python3./.-m#ipykernel_launcher (interpreter id = undefined)', Updated = , Removed = debug 13:28:47.493: Get Active Interpreter, Class name = zo (started execution), Arg 1: undefined debug 13:28:47.493: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac./bin/python3.9./bin/python3.9.-m#ipykernel_launcher (interpreter id = /bin/python3.9)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd036cf16204b8548560b1c020c4e8fb5b57f0e4c58016f52f2d4be01e192833930./usr/bin/python3.9./usr/bin/python3.9.-m#ipykernel_launcher (interpreter id = /usr/bin/python3.9)' , Added = startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac./bin/python3.9./bin/python3.9.-m#ipykernel_launcher (interpreter id = /bin/python3.9)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd036cf16204b8548560b1c020c4e8fb5b57f0e4c58016f52f2d4be01e192833930./usr/bin/python3.9./usr/bin/python3.9.-m#ipykernel_launcher (interpreter id = /usr/bin/python3.9)' , Updated = , Removed = debug 13:28:47.495: Updating cache with Local kernels startUsingLocalKernelSpec:'.python3./python./.-m#ipykernel_launcher (interpreter id = undefined)', startUsingLocalKernelSpec:'.python3./usr/bin/python3./.-m#ipykernel_launcher (interpreter id = undefined)', Added = , Updated = , Removed = debug 13:28:47.495: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac./bin/python3.9./bin/python3.9.-m#ipykernel_launcher (interpreter id = /bin/python3.9)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd036cf16204b8548560b1c020c4e8fb5b57f0e4c58016f52f2d4be01e192833930./usr/bin/python3.9./usr/bin/python3.9.-m#ipykernel_launcher (interpreter id = /usr/bin/python3.9)' , Added = , Updated = , Removed = debug 13:28:47.954: Get Active Interpreter, Class name = zo (started execution), Arg 1: undefined debug 13:28:47.962: Get Custom Env Variables, Class name = Vl, completed in 566ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode" debug 13:28:47.962: Get Jupyter Sub Paths, Class name = lp, completed in 566ms, has a truthy return value, Arg 1: "", Arg 2: "kernels", Return Value: debug 13:28:47.963: Get Jupyter Kernel Paths, Class name = lp, completed in 567ms, has a truthy return value, Arg 1: "", Return Value: debug 13:28:47.963: Get KernelSpec root path, Class name = lp, completed in 567ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: , , debug 13:28:47.981: Get Active Interpreter, Class name = zo, completed in 581ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:28:47.983: Get Active Interpreter, Class name = zo, completed in 583ms, has a truthy return value, Arg 1: undefined, Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:28:47.984: Get Active Interpreter, Class name = zo, completed in 581ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:28:47.984: Rank Kernels, Class name = ob (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}}, Arg 4: , Arg 5: "", Arg 6: undefined info 13:28:47.984: Find preferred kernel for /$$$$/figs/plot_eb.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}} & preferred interpreter /bin/python3 debug 13:28:47.984: Rank Kernels, Class name = ob, completed in 0ms, has a falsy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}}, Arg 4: , Arg 5: "", Arg 6: undefined debug 13:28:47.984: Rank Kernels, Class name = ob (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}}, Arg 4: , Arg 5: "", Arg 6: undefined info 13:28:47.985: Find preferred kernel for /$$$$/figs/plot_eb.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}} & preferred interpreter /bin/python3 debug 13:28:47.985: Rank Kernels, Class name = ob, completed in 1ms, has a falsy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}}, Arg 4: , Arg 5: "", Arg 6: undefined debug 13:28:47.985: Compute Preferred Controller, Class name = _a, completed in 582ms, has a truthy return value, Arg 1: , Arg 2: undefined, Arg 3: {"a":false,"b":{"j":false,"q":{"a":{},"b":{},"c":0}}}, Return Value: {} debug 13:28:47.987: Get Active Interpreter, Class name = zo, completed in 583ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:28:47.988: Get Active Interpreter, Class name = zo, completed in 497ms, has a truthy return value, Arg 1: undefined, Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:28:47.988: Get Active Interpreter, Class name = zo, completed in 495ms, has a truthy return value, Arg 1: undefined, Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:28:47.988: Get Active Interpreter, Class name = zo, completed in 34ms, has a truthy return value, Arg 1: undefined, Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:28:47.989: interpreterPackages getPackageInformation, Class name = Xd (started execution), Arg 1: {"interpreter":{"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","external":"file:///bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}}} debug 13:28:47.989: Create activated Env, Class name = kl (started execution), Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","external":"file:///bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}}} debug 13:28:47.989: Getting activated env variables, Class name = sc (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id", Arg 2: , Arg 3: true debug 13:28:47.989: Getting activated env variables impl, Class name = sc (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id", Arg 2: debug 13:28:47.989: Getting activated env variables from Python, Class name = sc (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id", Arg 2: debug 13:28:47.989: Get Custom Env Variables, Class name = Vl (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id", Arg 2: "RunPythonCode" debug 13:28:47.989: Get Custom Env Variables, Class name = Vl, completed in 0ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Arg 2: "RunPythonCode" debug 13:28:48.012: Not Searching for kernels as path does not exist, /usr/local/share/jupyter/kernels debug 13:28:48.067: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 13:28:48.069: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb" debug 13:28:48.069: Get Active Interpreter, Class name = zo, completed in 0ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:28:48.070: Rank Kernels, Class name = ob (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}}, Arg 4: , Arg 5: "", Arg 6: undefined info 13:28:48.070: Find preferred kernel for /$$$$/figs/plot_eb.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}} & preferred interpreter /bin/python3 debug 13:28:48.070: Rank Kernels, Class name = ob, completed in 0ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}}, Arg 4: , Arg 5: "", Arg 6: undefined info 13:28:48.070: Preferred kernel .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher is exact match or top match for non python kernels, (true, [object Object], true, false) info 13:28:48.071: PreferredConnection: .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher found for NotebookDocument: /$$$$/figs/plot_eb.ipynb debug 13:28:48.071: TargetController found ID: startUsingPythonInterpreter:.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher for document /$$$$/figs/plot_eb.ipynb debug 13:28:48.078: Found 6 cached controllers debug 13:28:48.078: Creating 6 controllers debug 13:28:48.078: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 13:28:48.080: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd0f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac./bin/python3.9./bin/python3.9.-m#ipykernel_launcher') with name 'Python 3.9.10' debug 13:28:48.081: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd0f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac./bin/python3.9./bin/python3.9.-m#ipykernel_launcher') with name 'Python 3.9.10' debug 13:28:48.082: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 13:28:48.083: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher') with name 'Python 3.10.6' debug 13:28:48.084: Creating notebook controller for startUsingPythonInterpreter & view jupyter-notebook (id='.jvsc74a57bd036cf16204b8548560b1c020c4e8fb5b57f0e4c58016f52f2d4be01e192833930./usr/bin/python3.9./usr/bin/python3.9.-m#ipykernel_launcher') with name 'Python 3.9.10' debug 13:28:48.085: Creating notebook controller for startUsingPythonInterpreter & view interactive (id='.jvsc74a57bd036cf16204b8548560b1c020c4e8fb5b57f0e4c58016f52f2d4be01e192833930./usr/bin/python3.9./usr/bin/python3.9.-m#ipykernel_launcher') with name 'Python 3.9.10' debug 13:28:48.086: Creating notebook controller for startUsingLocalKernelSpec & view jupyter-notebook (id='.python3./python./.-m#ipykernel_launcher') with name 'Python 3 (ipykernel)' debug 13:28:48.087: Creating notebook controller for startUsingLocalKernelSpec & view interactive (id='.python3./python./.-m#ipykernel_launcher') with name 'Python 3 (ipykernel)' debug 13:28:48.087: Creating notebook controller for startUsingLocalKernelSpec & view jupyter-notebook (id='.python3./usr/bin/python3./.-m#ipykernel_launcher') with name 'Python 3 (ipykernel)' debug 13:28:48.088: Creating notebook controller for startUsingLocalKernelSpec & view interactive (id='.python3./usr/bin/python3./.-m#ipykernel_launcher') with name 'Python 3 (ipykernel)' debug 13:28:48.088: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb" debug 13:28:48.090: Get Active Interpreter, Class name = zo, completed in 2ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:28:48.090: Rank Kernels, Class name = ob (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}}, Arg 4: , Arg 5: "", Arg 6: undefined info 13:28:48.090: Find preferred kernel for /$$$$/figs/plot_eb.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}} & preferred interpreter /bin/python3 debug 13:28:48.091: Found 6 cached controllers debug 13:28:48.091: Creating 6 controllers debug 13:28:48.095: Found 6 cached controllers debug 13:28:48.095: Creating 6 controllers debug 13:28:48.214: Rank Kernels, Class name = ob, completed in 123ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id/figs/plot_eb.ipynb", Arg 2: "", Arg 3: {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.6"},"orig_nbformat":4,"vscode":{"interpreter":{"hash":"916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"}}}, Arg 4: , Arg 5: "", Arg 6: undefined info 13:28:48.214: Preferred kernel .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher is exact match or top match for non python kernels, (false, [object Object], true, false) info 13:28:48.214: PreferredConnection: .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher found for NotebookDocument: /$$$$/figs/plot_eb.ipynb debug 13:28:48.214: TargetController found ID: startUsingPythonInterpreter:.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher for document /$$$$/figs/plot_eb.ipynb debug 13:28:48.224: KernelProvider switched kernel to id = .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher debug 13:28:48.225: Initialize notebook communications for editor /$$$$/figs/plot_eb.ipynb debug 13:28:48.225: Resolving notebook UI Comms (resolve) for /$$$$/figs/plot_eb.ipynb debug 13:28:48.225: initialize CommonMessageCoordinator debug 13:28:48.239: Registering commtarget jupyter.widget debug 13:28:48.239: IPyWidgetMessageDispatcher.initialize debug 13:28:48.240: Attempting to determine version of IPyWidgets debug 13:28:48.241: Controller selection change completed debug 13:28:48.241: Waiting for IPyWidgets version debug 13:28:48.241: Waiting for IPyWidgets version promise debug 13:28:48.241: Storing Preferred remote kernel for /$$$$/figs/plot_eb.ipynb is undefined debug 13:28:48.248: Compute Preferred Controller, Class name = _a, completed in 180ms, has a truthy return value, Arg 1: , Arg 2: undefined, Arg 3: {"a":true,"b":null}, Return Value: {} debug 13:28:48.249: Compute Preferred Controller, Class name = _a, completed in 160ms, has a truthy return value, Arg 1: , Arg 2: undefined, Arg 3: {"a":false,"b":{"j":false,"q":{"a":{},"b":{},"c":0}}}, Return Value: warn 13:28:48.280: Failed to get activated env vars with python /bin/python3 in 291ms debug 13:28:48.282: Create ProcessService, Class name = ml (started execution), debug 13:28:48.282: Get Custom Env Variables, Class name = Vl (started execution), Arg 1: undefined, Arg 2: "RunNonPythonCode" debug 13:28:48.319: Get Custom Env Variables, Class name = Vl, completed in 37ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunNonPythonCode" debug 13:28:48.319: Create ProcessService, Class name = ml, completed in 37ms, has a truthy return value, info 13:28:48.331: Process Execution: > /bin/python3 -c "import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");" > /bin/python3 -c "import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");" debug 13:28:48.433: Conda file returned by Python Extension is conda debug 13:28:48.438: USER_SITE for /bin/python3 is /$$$$/.local/lib/python3.10/site-packages debug 13:28:48.439: Activated Env Variables, PATH value is /bin:/$$$$/.local/lib/python3.10/site-packages:/$$$$/.poetry/bin:/$$$$/.autojump/bin:/usr/share/sagemath/bin:/snap/bin:/usr/local/games:/usr/games:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/$$$$/lib/spack/bin:/$$$$/bin:/$$$$/.local/bin:/$$$$/.poetry/bin::/$$$$/lib/kuibit/examples/bins/:/$$$$/.poetry/bin:/$$$$/.autojump/bin:/usr/share/sagemath/bin:/snap/bin:/usr/local/games:/usr/games:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/$$$$/lib/spack/bin:/$$$$/bin:/$$$$/.local/bin:/$$$$/.poetry/bin::/$$$$/lib/kuibit/examples/bins/ and Path value is undefined debug 13:28:48.439: Getting activated env variables from Python, Class name = sc, completed in 450ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Arg 2: debug 13:28:48.439: Got env vars with python /bin/python3 in 450ms with 89 variables debug 13:28:48.439: Getting activated env variables impl, Class name = sc, completed in 450ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Arg 2: debug 13:28:48.439: Getting activated env variables, Class name = sc, completed in 450ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Arg 2: , Arg 3: true debug 13:28:48.439: Create activated Env, Class name = kl, completed in 450ms, has a truthy return value, Arg 1: {"allowEnvironmentFetchExceptions":true,"interpreter":{"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","external":"file:///bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}},"resource":{"$mid":1,"fsPath":"/$$$$","external":"file:///$$$$","path":"/$$$$","scheme":"file"}} info 13:28:48.452: Process Execution: > /bin/python3 -m pip list > /bin/python3 -m pip list debug 13:28:50.342: interpreterPackages getPackageInformation, Class name = Xd, completed in 2353ms, has a falsy return value, Arg 1: {"interpreter":{"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","external":"file:///bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}}} debug 13:29:45.335: Loading kernelspec from /usr/share/jupyter/kernels/python3/kernel.json for debug 13:29:45.335: Loading kernelspec from /$$$$/.local/share/jupyter/kernels/python3/kernel.json for debug 13:29:45.335: Loading kernelspec from /$$$$/.local/share/jupyter/kernels/sage/jupyter/kernels/sage/jupyter/kernels/sage/jupyter/kernels/sage/jupyter/kernels/sage/local/var/lib/sage/venv-python3.9/share/jupyter/kernels/python3/kernel.json for debug 13:29:45.335: Loading kernelspec from /$$$$/.local/share/jupyter/kernels/sage/jupyter/kernels/sage/jupyter/kernels/sage/jupyter/kernels/sage/local/var/lib/sage/venv-python3.9/share/jupyter/kernels/python3/kernel.json for debug 13:29:45.335: Loading kernelspec from /$$$$/.local/share/jupyter/kernels/sage/jupyter/kernels/sage/jupyter/kernels/sage/local/var/lib/sage/venv-python3.9/share/jupyter/kernels/python3/kernel.json for debug 13:29:45.335: Loading kernelspec from /$$$$/.local/share/jupyter/kernels/sage/jupyter/kernels/sage/local/var/lib/sage/venv-python3.9/share/jupyter/kernels/python3/kernel.json for debug 13:29:45.335: Loading kernelspec from /$$$$/.local/share/jupyter/kernels/sage/local/var/lib/sage/venv-python3.9/share/jupyter/kernels/python3/kernel.json for debug 13:29:45.335: Loading kernelspec from /$$$$/.local/share/jupyter/kernels/venv-python3.9/share/jupyter/kernels/python3/kernel.json for debug 13:29:45.341: Updating cache with Local kernels startUsingLocalKernelSpec:'.python3./python./.-m#ipykernel_launcher (interpreter id = undefined)', startUsingLocalKernelSpec:'.python3./usr/bin/python3./.-m#ipykernel_launcher (interpreter id = undefined)', Added = , Updated = , Removed = debug 13:29:45.342: Listing Python kernels for Interpreter /bin/python3 debug 13:29:45.342: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id" debug 13:29:45.343: Get Jupyter Kernel Paths, Class name = lp, completed in 1ms, has a truthy return value, Arg 1: "", Return Value: debug 13:29:45.343: Get KernelSpec root path, Class name = lp, completed in 1ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: , , debug 13:29:45.344: Get Active Interpreter, Class name = zo, completed in 2ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.345: Kernel for interpreter /bin/python3 is .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher debug 13:29:45.345: Updating cache with Local kernels startUsingLocalKernelSpec:'.python3./python./.-m#ipykernel_launcher (interpreter id = undefined)', startUsingLocalKernelSpec:'.python3./usr/bin/python3./.-m#ipykernel_launcher (interpreter id = undefined)', Added = , Updated = , Removed = debug 13:29:45.345: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac./bin/python3.9./bin/python3.9.-m#ipykernel_launcher (interpreter id = /bin/python3.9)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd036cf16204b8548560b1c020c4e8fb5b57f0e4c58016f52f2d4be01e192833930./usr/bin/python3.9./usr/bin/python3.9.-m#ipykernel_launcher (interpreter id = /usr/bin/python3.9)' , Added = , Updated = , Removed = debug 13:29:45.891: Full interpreter list after refreshing (total 57937ms, resolve 7ms, refresh 57930ms) is length: 4, /bin/python3:undefined::/bin/python3:/bin/python3, /bin/python3.9:undefined::/bin/python3.9:/bin/python3.9, /usr/bin/python3:undefined::/usr/bin/python3:/usr/bin/python3, /usr/bin/python3.9:undefined::/usr/bin/python3.9:/usr/bin/python3.9 debug 13:29:45.894: Python environment for /bin/python3 is /bin/python3 from Python Extension API is {"internal":{"path":"/bin/python3","id":"/bin/python3","executable":{"uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/bin/python3"} and translated is {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.894: Full interpreter list after refreshing (total 1ms, resolve 1ms, refresh 0ms) is length: 4, /bin/python3:undefined::/bin/python3:/bin/python3, /bin/python3.9:undefined::/bin/python3.9:/bin/python3.9, /usr/bin/python3:undefined::/usr/bin/python3:/usr/bin/python3, /usr/bin/python3.9:undefined::/usr/bin/python3.9:/usr/bin/python3.9 debug 13:29:45.895: Python environment for /bin/python3 is /bin/python3 from Python Extension API is {"internal":{"path":"/bin/python3","id":"/bin/python3","executable":{"uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/bin/python3"} and translated is {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.898: Updating cache with Local kernels startUsingLocalKernelSpec:'.python3./python./.-m#ipykernel_launcher (interpreter id = undefined)', startUsingLocalKernelSpec:'.python3./usr/bin/python3./.-m#ipykernel_launcher (interpreter id = undefined)', Added = , Updated = , Removed = debug 13:29:45.898: loadData after detecting changes to interpreters debug 13:29:45.898: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac./bin/python3.9./bin/python3.9.-m#ipykernel_launcher (interpreter id = /bin/python3.9)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd036cf16204b8548560b1c020c4e8fb5b57f0e4c58016f52f2d4be01e192833930./usr/bin/python3.9./usr/bin/python3.9.-m#ipykernel_launcher (interpreter id = /usr/bin/python3.9)' , Added = , Updated = , Removed = debug 13:29:45.898: refreshData after detecting changes to interpreters debug 13:29:45.898: Listing Python kernels for Interpreter /bin/python3 debug 13:29:45.898: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id" debug 13:29:45.899: Listing Python kernels for Interpreter /bin/python3.9 debug 13:29:45.899: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id" debug 13:29:45.899: Python environment for /bin/python3.9 is /bin/python3.9 from Python Extension API is {"internal":{"path":"/bin/python3.9","id":"/bin/python3.9","executable":{"uri":{"$mid":1,"path":"/bin/python3.9","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"tools":[]},"id":"/bin/python3.9"} and translated is {"id":"/bin/python3.9","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3.9","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3.9","path":"/bin/python3.9","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":9,"patch":10,"raw":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"}} debug 13:29:45.900: Get Jupyter Kernel Paths, Class name = lp, completed in 1ms, has a truthy return value, Arg 1: "", Return Value: debug 13:29:45.900: Get KernelSpec root path, Class name = lp, completed in 1ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: , , debug 13:29:45.901: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.901: Get Active Interpreter, Class name = zo, completed in 2ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.901: Updating cache with Local kernels startUsingLocalKernelSpec:'.python3./python./.-m#ipykernel_launcher (interpreter id = undefined)', startUsingLocalKernelSpec:'.python3./usr/bin/python3./.-m#ipykernel_launcher (interpreter id = undefined)', Added = , Updated = , Removed = debug 13:29:45.901: loadData after detecting changes to interpreters debug 13:29:45.901: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac./bin/python3.9./bin/python3.9.-m#ipykernel_launcher (interpreter id = /bin/python3.9)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd036cf16204b8548560b1c020c4e8fb5b57f0e4c58016f52f2d4be01e192833930./usr/bin/python3.9./usr/bin/python3.9.-m#ipykernel_launcher (interpreter id = /usr/bin/python3.9)' , Added = , Updated = , Removed = debug 13:29:45.901: refreshData after detecting changes to interpreters debug 13:29:45.902: Listing Python kernels for Interpreter /bin/python3 debug 13:29:45.902: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id" debug 13:29:45.902: Listing Python kernels for Interpreter /bin/python3.9 debug 13:29:45.902: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id" debug 13:29:45.902: Listing Python kernels for Interpreter /usr/bin/python3 debug 13:29:45.902: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id" debug 13:29:45.902: Python environment for /usr/bin/python3 is /usr/bin/python3 from Python Extension API is {"internal":{"path":"/usr/bin/python3","id":"/usr/bin/python3","executable":{"uri":{"$mid":1,"path":"/usr/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/usr/bin/python3"} and translated is {"id":"/usr/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/usr/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/usr/bin/python3","path":"/usr/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.902: Get Jupyter Kernel Paths, Class name = lp, completed in 0ms, has a truthy return value, Arg 1: "", Return Value: debug 13:29:45.903: Get KernelSpec root path, Class name = lp, completed in 1ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: , , debug 13:29:45.904: Get Active Interpreter, Class name = zo, completed in 2ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.904: Get Active Interpreter, Class name = zo, completed in 2ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.904: Get Active Interpreter, Class name = zo, completed in 2ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.904: Updating cache with Local kernels startUsingLocalKernelSpec:'.python3./python./.-m#ipykernel_launcher (interpreter id = undefined)', startUsingLocalKernelSpec:'.python3./usr/bin/python3./.-m#ipykernel_launcher (interpreter id = undefined)', Added = , Updated = , Removed = debug 13:29:45.904: loadData after detecting changes to interpreters debug 13:29:45.904: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac./bin/python3.9./bin/python3.9.-m#ipykernel_launcher (interpreter id = /bin/python3.9)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd036cf16204b8548560b1c020c4e8fb5b57f0e4c58016f52f2d4be01e192833930./usr/bin/python3.9./usr/bin/python3.9.-m#ipykernel_launcher (interpreter id = /usr/bin/python3.9)' , Added = , Updated = , Removed = debug 13:29:45.904: refreshData after detecting changes to interpreters debug 13:29:45.904: Listing Python kernels for Interpreter /bin/python3 debug 13:29:45.904: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id" debug 13:29:45.904: Listing Python kernels for Interpreter /bin/python3.9 debug 13:29:45.904: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id" debug 13:29:45.904: Listing Python kernels for Interpreter /usr/bin/python3 debug 13:29:45.904: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id" debug 13:29:45.905: Listing Python kernels for Interpreter /usr/bin/python3.9 debug 13:29:45.905: Get Active Interpreter, Class name = zo (started execution), Arg 1: "~/postdoc/projects/high_mass_ratio_id" debug 13:29:45.905: Python environment for /usr/bin/python3.9 is /usr/bin/python3.9 from Python Extension API is {"internal":{"path":"/usr/bin/python3.9","id":"/usr/bin/python3.9","executable":{"uri":{"$mid":1,"path":"/usr/bin/python3.9","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"tools":[]},"id":"/usr/bin/python3.9"} and translated is {"id":"/usr/bin/python3.9","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/usr/bin/python3.9","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/usr/bin/python3.9","path":"/usr/bin/python3.9","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":9,"patch":10,"raw":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"}} debug 13:29:45.905: Get Jupyter Kernel Paths, Class name = lp, completed in 0ms, has a truthy return value, Arg 1: "", Return Value: debug 13:29:45.906: Get KernelSpec root path, Class name = lp, completed in 1ms, has a truthy return value, Arg 1: {"a":false,"b":null}, Return Value: , , debug 13:29:45.907: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.907: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.907: Get Active Interpreter, Class name = zo, completed in 3ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.907: Get Active Interpreter, Class name = zo, completed in 2ms, has a truthy return value, Arg 1: "~/postdoc/projects/high_mass_ratio_id", Return Value: {"id":"/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3","path":"/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.907: Python environment for /bin/python3.9 is /bin/python3.9 from Python Extension API is {"internal":{"path":"/bin/python3.9","id":"/bin/python3.9","executable":{"uri":{"$mid":1,"fsPath":"/bin/python3.9","path":"/bin/python3.9","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"tools":[]},"id":"/bin/python3.9"} and translated is {"id":"/bin/python3.9","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/bin/python3.9","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/bin/python3.9","path":"/bin/python3.9","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":9,"patch":10,"raw":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"}} debug 13:29:45.907: Python environment for /usr/bin/python3 is /usr/bin/python3 from Python Extension API is {"internal":{"path":"/usr/bin/python3","id":"/usr/bin/python3","executable":{"uri":{"$mid":1,"fsPath":"/usr/bin/python3","path":"/usr/bin/python3","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"},"tools":[]},"id":"/usr/bin/python3"} and translated is {"id":"/usr/bin/python3","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/usr/bin/python3","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/usr/bin/python3","path":"/usr/bin/python3","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":10,"patch":6,"raw":"3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]"}} debug 13:29:45.907: Python environment for /usr/bin/python3.9 is /usr/bin/python3.9 from Python Extension API is {"internal":{"path":"/usr/bin/python3.9","id":"/usr/bin/python3.9","executable":{"uri":{"$mid":1,"fsPath":"/usr/bin/python3.9","path":"/usr/bin/python3.9","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"},"tools":[]},"id":"/usr/bin/python3.9"} and translated is {"id":"/usr/bin/python3.9","sysPrefix":"/usr","displayPath":{"$mid":1,"path":"/usr/bin/python3.9","scheme":"file"},"envName":"","uri":{"$mid":1,"fsPath":"/usr/bin/python3.9","path":"/usr/bin/python3.9","scheme":"file"},"displayName":"","envType":"Unknown","version":{"major":3,"minor":9,"patch":10,"raw":"3.9.10 (main, Jan 16 2022, 17:12:18) \n[GCC 11.2.0]"}} debug 13:29:45.908: Full interpreter list is length: 4, /bin/python3::Unknown:/bin/python3, /bin/python3.9::Unknown:/bin/python3.9, /usr/bin/python3::Unknown:/usr/bin/python3, /usr/bin/python3.9::Unknown:/usr/bin/python3.9 debug 13:29:45.908: Refreshed Environments debug 13:29:45.915: Kernel for interpreter /bin/python3 is .jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher debug 13:29:45.915: Kernel for interpreter /bin/python3.9 is .jvsc74a57bd0f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac./bin/python3.9./bin/python3.9.-m#ipykernel_launcher debug 13:29:45.915: Kernel for interpreter /usr/bin/python3 is .jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher debug 13:29:45.915: Kernel for interpreter /usr/bin/python3.9 is .jvsc74a57bd036cf16204b8548560b1c020c4e8fb5b57f0e4c58016f52f2d4be01e192833930./usr/bin/python3.9./usr/bin/python3.9.-m#ipykernel_launcher debug 13:29:45.915: Updating cache with Local kernels startUsingLocalKernelSpec:'.python3./python./.-m#ipykernel_launcher (interpreter id = undefined)', startUsingLocalKernelSpec:'.python3./usr/bin/python3./.-m#ipykernel_launcher (interpreter id = undefined)', Added = , Updated = , Removed = debug 13:29:45.915: Updating cache with Python kernels startUsingPythonInterpreter:'.jvsc74a57bd0916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1./bin/python3./bin/python3.-m#ipykernel_launcher (interpreter id = /bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd0f9f85f796d01129d0dd105a088854619f454435301f6ffec2fea96ecbd9be4ac./bin/python3.9./bin/python3.9.-m#ipykernel_launcher (interpreter id = /bin/python3.9)', startUsingPythonInterpreter:'.jvsc74a57bd031f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6./usr/bin/python3./usr/bin/python3.-m#ipykernel_launcher (interpreter id = /usr/bin/python3)', startUsingPythonInterpreter:'.jvsc74a57bd036cf16204b8548560b1c020c4e8fb5b57f0e4c58016f52f2d4be01e192833930./usr/bin/python3.9./usr/bin/python3.9.-m#ipykernel_launcher (interpreter id = /usr/bin/python3.9)' , Added = , Updated = , Removed = debug 13:29:46.406: _jupyterPythonPathFunction: "file:///$$$$" is not a notebook debug 13:29:46.408: _jupyterPythonPathFunction: Giving Pylance "/bin/python3" as python path for "file:///$$$$/figs/plot_eb.ipynb" debug 13:29:46.908: End refreshing Kernel Picker (1677673727399)

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Mar 1, 2023

"import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");"
info 11:33:51.369: Process Execution: > /bin/python3 -m pip list
/bin/python3 -m pip list

this code is async, hence will not block the discover of kernels
Let’s leave that aside, else we end up focusing on the wrong thing

please can you try this

  • Open vscode,
  • Open a option file, wait around 2 minutes
  • Go to the python logs and clear everything
  • Go into command ‘python: Select interpreter’
  • Click the refresh icon
  • On the bottom left you will see a status message of refreshing python environments
  • Wait till that goes away
  • Copy the python logs and let me know how long you think it took

@samueltootle
Copy link
Author

Apologies for the delay. Running things as you said took no time at all. I did some digging into the jupyter debug log and I found there was a lot of time spent on kernels I wasn't aware of including an old sagemath kernel. This was stored in $HOME/.local/share/jupyter/kernels

To see if this could be the problem, I uninstalled jupyter from my host system (apt remove jupyter-notebook) along with related jupyter packages. Sagemath was not installed anymore anyway, but there kernel was there. Afterwards, I renamed the jupyter directory such that:
$HOME/.local/share/jupyter -> $HOME/.local/share/jupyter.bak

Finally, I started up VSCode and the interpreter loadtime was back to being a split second.

Thank you for your help @DonJayamanne for your assistance pointing me towards the debugging logs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster notebook-kernel-picker perf Performance issues
Projects
None yet
Development

No branches or pull requests

2 participants