Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Increasingly duplicated conda / mamba / miniforge environments #22918

Closed
irm-codebase opened this issue Feb 15, 2024 · 15 comments · Fixed by #22964
Closed

Increasingly duplicated conda / mamba / miniforge environments #22918

irm-codebase opened this issue Feb 15, 2024 · 15 comments · Fixed by #22964
Assignees
Labels
area-environments Features relating to handling interpreter environments bug Issue identified by VS Code Team member as probable bug needs PR Ready to be worked on verified Verification succeeded
Milestone

Comments

@irm-codebase
Copy link

irm-codebase commented Feb 15, 2024

Type: Bug

Behaviour

Expected vs. Actual

When selecting an interpreter, I expect conda environments (miniforge, in my case) to show only once. Instead, they are repeating two, three and now even five times.

Also, sometimes the python version will be displayed wrong (3.1.X).

image

mamba env list works well in terminal (both within and outside VSCode), so I supsect this is a Python app issue.

Steps to reproduce:

  1. Install mamba (miniforge, in my case) in a linux environment (fedora)
  2. Create some environments, either within or outside VSCode
  3. Close/reopen VSCode several times

The number of environments will start being repeated.

Diagnostic data

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

XXX

User Settings


languageServer: "Pylance"

Extension version: 2024.0.1
VS Code version: Code 1.86.1 (31c37ee8f63491495ac49e43b8544550fbae4533, 2024-02-07T09:07:19.849Z)
OS version: Linux x64 6.7.4-200.fc39.x86_64
Modes:

System Info
Item Value
CPUs 13th Gen Intel(R) Core(TM) i7-13700H (20 x 2849)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) 1, 1, 1
Memory (System) 15.25GB (7.02GB free)
Process Argv --unity-launch --crash-reporter-id 1bcba3d5-9805-45ca-9f01-20f5eeb14cbc
Screen Reader no
VM 0%
DESKTOP_SESSION gnome
XDG_CURRENT_DESKTOP GNOME
XDG_SESSION_DESKTOP gnome
XDG_SESSION_TYPE wayland
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscorecescf:30445987
vscod805:30301674
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:30899288
vscaat:30438848
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythongtdpath:30769146
welcomedialogc:30910334
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
pythontbext0:30879054
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
edj9j583:30958191
fegfb526:30961430
3ef8e399:30964150
bg6jg535:30958357

Tasks

No tasks being tracked yet.
@irm-codebase
Copy link
Author

It seems like this is also affecting which environment is launched by the debugger, as it ignores my current configuration.

Regular terminal:
image

Launching the debugger:
image

@karrtikr
Copy link

Hi, Mamba is currently not supported by the Python extension, feel free to upvote #20919 to raise priority, we hope to get to it soon. Closing it in favor of #20919.

@karrtikr karrtikr closed this as not planned Won't fix, can't repro, duplicate, stale Feb 20, 2024
@irm-codebase
Copy link
Author

irm-codebase commented Feb 20, 2024

@karrtikr it sounds to me like that issue you mention is something else entirely.
Miniforge provides both conda AND mamba. The issue here is that conda environments are being duplicated, not that VSCode does not identify mamba at all.

Furthermore, you can clearly see in my diagnostics that conda is detected.

https://github.com/conda-forge/miniforge

@karrtikr
Copy link

@irm-codebase Gotcha, I figured it was mamba related based on "mamba env list" you mentioned.

If you find that a "conda" environment (listed via conda env list) is being replicated, I'm happy to reopen and have a look again.

@karrtikr
Copy link

If that's the case please provide the debug logs which can help diagnose the issue:

  • Run Developer: Set log level command
  • Select Trace
  • Run Developer: Reload Window command
  • Provide the output:
Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

XXX

@karrtikr karrtikr reopened this Feb 20, 2024
@karrtikr karrtikr added the info-needed Issue requires more information from poster label Feb 20, 2024
@irm-codebase
Copy link
Author

irm-codebase commented Feb 20, 2024

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

2024-02-20 10:24:18.461 [info] Experiment 'pythonaa' is active
2024-02-20 10:24:18.461 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-02-20 10:24:18.461 [info] Experiment 'pythonREPLSmartSend' is active
2024-02-20 10:24:18.461 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-02-20 10:24:18.461 [info] Experiment 'pythonTestAdapter' is active
2024-02-20 10:24:18.461 [info] Default formatter is set to charliermarsh.ruff for workspace /home/ivanruizmanuel/Documents/git/calliope-pathways
2024-02-20 10:24:18.461 [info] Test server listening.
2024-02-20 10:24:18.461 [info] Python interpreter path: ~/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:24:18.742 [info] > conda info --json
2024-02-20 10:24:18.742 [info] shell: bash
2024-02-20 10:24:18.821 [info] > conda info --json
2024-02-20 10:24:19.473 [info] > conda run -n calliope-pathways-dev --no-capture-output python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-20 10:24:19.473 [info] shell: bash
2024-02-20 10:24:19.494 [info] > conda run -n calliope-pathways-dev --no-capture-output python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-20 10:24:19.494 [info] shell: bash
2024-02-20 10:24:19.869 [info] Starting Pylance language server.
2024-02-20 10:24:20.306 [info] > /bin/python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-20 10:24:20.306 [info] shell: bash
2024-02-20 10:24:20.639 [info] Send text to terminal: /bin/python /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariablesToFile.py /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/deactivate/bash/envVars.txt
2024-02-20 10:33:31.999 [info] Experiment 'pythonaa' is active
2024-02-20 10:33:31.999 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-02-20 10:33:31.999 [info] Experiment 'pythonREPLSmartSend' is active
2024-02-20 10:33:31.999 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-02-20 10:33:31.999 [info] Experiment 'pythonTestAdapter' is active
2024-02-20 10:33:31.999 [debug] Getting roots
2024-02-20 10:33:31.999 [debug] Getting roots
2024-02-20 10:33:31.999 [debug] Found roots
2024-02-20 10:33:31.999 [debug] Start watching file for changes /home/ivanruizmanuel/.conda/environments.txt
2024-02-20 10:33:31.999 [debug] Start watching: /home/ivanruizmanuel/.conda with pattern environments.txt using VSCode API
2024-02-20 10:33:31.999 [debug] Found roots
2024-02-20 10:33:31.999 [debug] Start watching root /home/ivanruizmanuel/Documents/git/calliope-pathways for globs ["python","*/python","*/bin/python"]
2024-02-20 10:33:31.999 [debug] Start watching: /home/ivanruizmanuel/Documents/git/calliope-pathways with pattern python using VSCode API
2024-02-20 10:33:31.999 [debug] Start watching: /home/ivanruizmanuel/Documents/git/calliope-pathways with pattern */python using VSCode API
2024-02-20 10:33:31.999 [debug] Start watching: /home/ivanruizmanuel/Documents/git/calliope-pathways with pattern */bin/python using VSCode API
2024-02-20 10:33:31.999 [info] Default formatter is set to charliermarsh.ruff for workspace /home/ivanruizmanuel/Documents/git/calliope-pathways
2024-02-20 10:33:31.999 [debug] Waiting for test server to start...
2024-02-20 10:33:31.999 [info] Test server listening.
2024-02-20 10:33:31.999 [debug] Test server started.
2024-02-20 10:33:31.999 [debug] Testing: Setting up watcher for /home/ivanruizmanuel/Documents/git/calliope-pathways
2024-02-20 10:33:31.999 [debug] Needed to validate /bin/python with latest info
2024-02-20 10:33:31.999 [debug] Needed to validate /usr/bin/python with latest info
2024-02-20 10:33:31.999 [debug] Needed to validate /home/ivanruizmanuel/miniforge3/bin/python with latest info
2024-02-20 10:33:31.999 [debug] Needed to validate /home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin/python3.11 with latest info
2024-02-20 10:33:31.999 [debug] Needed to validate /home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python with latest info
2024-02-20 10:33:31.999 [debug] Needed to validate /home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python with latest info
2024-02-20 10:33:31.999 [debug] Needed to validate /home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python with latest info
2024-02-20 10:33:31.999 [debug] Needed to validate /home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python with latest info
2024-02-20 10:33:31.999 [debug] Needed to validate /home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python with latest info
2024-02-20 10:33:31.999 [debug] Needed to validate /home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python with latest info
2024-02-20 10:33:31.999 [debug] Needed to validate /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python with latest info
2024-02-20 10:33:31.999 [debug] Needed to validate /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python with latest info
2024-02-20 10:33:31.999 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:31.999 [debug] Needed to validate /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python with latest info
2024-02-20 10:33:31.999 [info] Python interpreter path: ~/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:31.999 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:32.196 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:32.196 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:32.197 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:32.199 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:32.201 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:32.201 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:32.202 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:32.205 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:32.205 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:32.205 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:32.207 [debug] Searching for conda.
2024-02-20 10:33:32.207 [debug] Probing conda binary: conda
2024-02-20 10:33:32.218 [debug] Dump environment variables {
    "CHROME_DESKTOP": "code-url-handler.desktop",
    "CONDA_DEFAULT_ENV": "base",
    "CONDA_EXE": "/home/ivanruizmanuel/miniforge3/bin/conda",
    "CONDA_PREFIX": "/home/ivanruizmanuel/miniforge3",
    "CONDA_PROMPT_MODIFIER": "(base) ",
    "CONDA_PYTHON_EXE": "/home/ivanruizmanuel/miniforge3/bin/python",
    "CONDA_SHLVL": "1",
    "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
    "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ",
    "DESKTOP_SESSION": "gnome",
    "DISPLAY": ":0",
    "EDITOR": "/usr/bin/nano",
    "GDK_BACKEND": "x11",
    "GDMSESSION": "gnome",
    "GDM_LANG": "en_US.UTF-8",
    "GIO_LAUNCHED_DESKTOP_FILE": "/usr/share/applications/code.desktop",
    "GIO_LAUNCHED_DESKTOP_FILE_PID": "5364",
    "GJS_DEBUG_OUTPUT": "stderr",
    "GJS_DEBUG_TOPICS": "JS ERROR;JS LOG",
    "GNOME_SETUP_DISPLAY": ":1",
    "GUROBI_HOME": "/home/ivanruizmanuel/gurobi/gurobi1100/linux64",
    "HISTCONTROL": "ignoredups",
    "HISTSIZE": "1000",
    "HOME": "/home/ivanruizmanuel",
    "HOSTNAME": "fedora",
    "INVOCATION_ID": "00588ac94a4243df97f9608d05eb557f",
    "JOURNAL_STREAM": "8:15074",
    "LANG": "en_US.UTF-8",
    "LD_LIBRARY_PATH": ":/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib",
    "LESSOPEN": "||/usr/bin/lesspipe.sh %s",
    "LOGNAME": "ivanruizmanuel",
    "MAIL": "/var/spool/mail/ivanruizmanuel",
    "MANAGERPID": "2313",
    "MEMORY_PRESSURE_WATCH": "/sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/session.slice/[email protected]/memory.pressure",
    "MEMORY_PRESSURE_WRITE": "c29tZSAyMDAwMDAgMjAwMDAwMAA=",
    "NO_AT_BRIDGE": "1",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "GNOME",
    "PWD": "/home/ivanruizmanuel",
    "QT_IM_MODULE": "ibus",
    "SESSION_MANAGER": "local/unix:@/tmp/.ICE-unix/2598,unix/unix:/tmp/.ICE-unix/2598",
    "SHELL": "/bin/bash",
    "SHLVL": "0",
    "SSH_AUTH_SOCK": "/run/user/1000/keyring/ssh",
    "STARSHIP_SESSION_KEY": "8116401347420323",
    "STARSHIP_SHELL": "bash",
    "SYSTEMD_EXEC_PID": "2673",
    "USER": "ivanruizmanuel",
    "USERNAME": "ivanruizmanuel",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "/home/ivanruizmanuel/.config/Code/CachedData/903b1e9d8990623e3d7da1df3d33db3e42d80eda",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "/home/ivanruizmanuel",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "/run/user/1000/vscode-7c24fcaa-1.86-main.sock",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
    "VSCODE_PID": "5364",
    "WAYLAND_DISPLAY": "wayland-0",
    "XAUTHORITY": "/run/user/1000/.mutter-Xwaylandauth.IDGBJ2",
    "XDG_CURRENT_DESKTOP": "GNOME",
    "XDG_DATA_DIRS": "/home/ivanruizmanuel/.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": "gnome",
    "XDG_SESSION_TYPE": "wayland",
    "XML_CATALOG_FILES": "file:///home/ivanruizmanuel/miniforge3/etc/xml/catalog file:///etc/xml/catalog",
    "XMODIFIERS": "@im=ibus",
    "_": "/usr/share/code/code",
    "ELECTRON_RUN_AS_NODE": "1",
    "PATH": "/home/ivanruizmanuel/miniforge3/bin:/home/ivanruizmanuel/miniforge3/condabin:/home/ivanruizmanuel/.local/bin:/home/ivanruizmanuel/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin"
}
2024-02-20 10:33:32.225 [info] > conda info --json
2024-02-20 10:33:32.225 [info] shell: bash
2024-02-20 10:33:32.249 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2024-02-20 10:33:32.250 [debug] Extension ms-toolsai.jupyter accessed onDidEnvironmentVariablesChange with args: undefined
2024-02-20 10:33:32.251 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2024-02-20 10:33:32.251 [debug] Extension ms-toolsai.jupyter accessed getEnvironmentVariables with args: undefined
2024-02-20 10:33:32.252 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2024-02-20 10:33:32.253 [debug] Extension ms-toolsai.jupyter accessed onDidEnvironmentVariablesChange with args: undefined
2024-02-20 10:33:32.253 [debug] Extension ms-toolsai.jupyter accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.254 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2024-02-20 10:33:32.254 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2024-02-20 10:33:32.255 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/bin/python","id":"/bin/python","executable":{"uri":{"$mid":1,"path":"/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":12,"micro":1,"release":{"level":"final","serial":0},"sysVersion":"3.12.1 (main, Dec 18 2023, 00:00:00) [GCC 13.2.1 20231205 (Red Hat 13.2.1-6)]"},"tools":[]},"id":"/bin/python"}
2024-02-20 10:33:32.256 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2024-02-20 10:33:32.259 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/usr/bin/python","id":"/usr/bin/python","executable":{"uri":{"$mid":1,"path":"/usr/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/usr"},"version":{"major":3,"minor":12,"micro":1,"release":{"level":"final","serial":0},"sysVersion":"3.12.1 (main, Dec 18 2023, 00:00:00) [GCC 13.2.1 20231205 (Red Hat 13.2.1-6)]"},"tools":[]},"id":"/usr/bin/python"}
2024-02-20 10:33:32.260 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","executable":{"uri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev"},"environment":{"type":"Conda","name":"calliope_dev","folderUri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev","scheme":"file"}},"version":{"major":3,"minor":12,"micro":1,"release":{"level":"final","serial":0},"sysVersion":"3.12.1 | packaged by conda-forge | (main, Dec 23 2023, 08:03:24) [GCC 12.3.0]"},"tools":["Conda"]},"id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python"}
2024-02-20 10:33:32.260 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/home/ivanruizmanuel/miniforge3/bin/python","id":"/home/ivanruizmanuel/miniforge3/bin/python","executable":{"uri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/ivanruizmanuel/miniforge3"},"environment":{"type":"Conda","name":"base","folderUri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3","scheme":"file"}},"version":{"major":3,"minor":10,"micro":13,"release":{"level":"final","serial":0},"sysVersion":"3.10.13 | packaged by conda-forge | (main, Oct 26 2023, 18:07:37) [GCC 12.3.0]"},"tools":["Conda"]},"id":"/home/ivanruizmanuel/miniforge3/bin/python"}
2024-02-20 10:33:32.261 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin/python3.11","id":"/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin/python3.11","executable":{"uri":{"$mid":1,"path":"/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin/python3.11","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/ivanruizmanuel/gurobi/gurobi1100/linux64"},"version":{"major":3,"minor":11,"micro":4,"release":{"level":"final","serial":0},"sysVersion":"3.11.4 (main, Aug 11 2023, 09:26:19) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)]"},"tools":[]},"id":"/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin/python3.11"}
2024-02-20 10:33:32.261 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","executable":{"uri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev"},"environment":{"type":"Conda","name":"calliope_dev","folderUri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev","scheme":"file"}},"version":{"major":3,"minor":12,"micro":1,"release":{"level":"final","serial":0},"sysVersion":"3.12.1 | packaged by conda-forge | (main, Dec 23 2023, 08:03:24) [GCC 12.3.0]"},"tools":["Conda"]},"id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python"}
2024-02-20 10:33:32.262 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","executable":{"uri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev"},"environment":{"type":"Conda","name":"calliope_dev","folderUri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev","scheme":"file"}},"version":{"major":3,"minor":12,"micro":1,"release":{"level":"final","serial":0},"sysVersion":"3.12.1 | packaged by conda-forge | (main, Dec 23 2023, 08:03:24) [GCC 12.3.0]"},"tools":["Conda"]},"id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python"}
2024-02-20 10:33:32.262 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","executable":{"uri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev"},"environment":{"type":"Conda","name":"calliope_dev","folderUri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev","scheme":"file"}},"version":{"major":3,"minor":12,"micro":1,"release":{"level":"final","serial":0},"sysVersion":"3.12.1 | packaged by conda-forge | (main, Dec 23 2023, 08:03:24) [GCC 12.3.0]"},"tools":["Conda"]},"id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python"}
2024-02-20 10:33:32.263 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","executable":{"uri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev"},"environment":{"type":"Conda","name":"calliope_dev","folderUri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev","scheme":"file"}},"version":{"major":3,"minor":12,"micro":1,"release":{"level":"final","serial":0},"sysVersion":"3.12.1 | packaged by conda-forge | (main, Dec 23 2023, 08:03:24) [GCC 12.3.0]"},"tools":["Conda"]},"id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python"}
2024-02-20 10:33:32.264 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","executable":{"uri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev"},"environment":{"type":"Conda","name":"calliope_dev","folderUri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev","scheme":"file"}},"version":{"major":3,"minor":12,"micro":1,"release":{"level":"final","serial":0},"sysVersion":"3.12.1 | packaged by conda-forge | (main, Dec 23 2023, 08:03:24) [GCC 12.3.0]"},"tools":["Conda"]},"id":"/home/ivanruizmanuel/miniforge3/envs/calliope_dev/bin/python"}
2024-02-20 10:33:32.264 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","executable":{"uri":{"$mid":1,"fsPath":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev"},"environment":{"type":"Conda","name":"calliope-pathways-dev","folderUri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev","scheme":"file"}},"version":{"major":3,"minor":12,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.12.2 | packaged by conda-forge | (main, Feb 16 2024, 20:50:58) [GCC 12.3.0]"},"tools":["Conda"]},"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:32.265 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2024-02-20 10:33:32.265 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:32.266 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.266 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2024-02-20 10:33:32.267 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","executable":{"uri":{"$mid":1,"fsPath":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","scheme":"file"},"bitness":"64-bit","sysPrefix":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev"},"environment":{"type":"Conda","name":"calliope-pathways-dev","folderUri":{"$mid":1,"path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev","scheme":"file"}},"version":{"major":3,"minor":12,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.12.2 | packaged by conda-forge | (main, Feb 16 2024, 20:50:58) [GCC 12.3.0]"},"tools":["Conda"]},"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:32.267 [debug] Extension ms-toolsai.jupyter accessed getEnvironmentVariables with args: undefined
2024-02-20 10:33:32.276 [debug] Extension charliermarsh.ruff accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.290 [debug] Extension charliermarsh.ruff accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.291 [debug] Extension charliermarsh.ruff accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:32.291 [debug] Extension charliermarsh.ruff accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.291 [debug] Extension charliermarsh.ruff accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:32.291 [debug] Extension charliermarsh.ruff accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.292 [debug] Extension charliermarsh.ruff accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:32.292 [debug] Extension charliermarsh.ruff accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:32.293 [debug] Extension charliermarsh.ruff accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.293 [debug] Extension ms-python.black-formatter accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.293 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.293 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:32.294 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.294 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:32.294 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.295 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:32.314 [debug] Searching for conda.
2024-02-20 10:33:32.320 [debug] Probing conda binary: conda
2024-02-20 10:33:32.339 [info] > conda info --json
2024-02-20 10:33:32.364 [debug] Extension ms-python.vscode-pylance accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-20 10:33:32.365 [debug] Extension ms-python.vscode-pylance accessed onDidEnvironmentVariablesChange with args: undefined
2024-02-20 10:33:32.730 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/src/calliope_pathways/models/italy_stationary/pre_processing/parse_lombardi.py
2024-02-20 10:33:33.116 [debug] Delay Trigger[Test Configuration Change]: triggered=4, called=1
2024-02-20 10:33:33.326 [info] Starting Pylance language server.
2024-02-20 10:33:33.327 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:33.331 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:33.331 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:33.334 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:33:33.334 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:33.335 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:33:33.336 [debug] Extension ms-python.vscode-pylance accessed getEnvironmentVariables with args: undefined
2024-02-20 10:33:33.336 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:33:33.577 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/src/calliope_pathways/models/italy_stationary/pre_processing/parse_lombardi.py
2024-02-20 10:33:33.912 [debug] Delay Trigger[Test Configuration Change]: triggered=5, called=2
2024-02-20 10:33:33.923 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/src/calliope_pathways/models/italy_stationary/pre_processing/parse_lombardi.py
2024-02-20 10:33:34.175 [debug] conda info --json: {
  "GID": 1000,
  "UID": 1000,
  "active_prefix": "/home/ivanruizmanuel/miniforge3",
  "active_prefix_name": "base",
  "av_data_dir": "/home/ivanruizmanuel/miniforge3/etc/conda",
  "av_metadata_url_base": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/linux-64",
    "https://conda.anaconda.org/conda-forge/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "23.11.0",
  "conda_location": "/home/ivanruizmanuel/miniforge3/lib/python3.10/site-packages/conda",
  "conda_prefix": "/home/ivanruizmanuel/miniforge3",
  "conda_shlvl": 1,
  "conda_version": "23.11.0",
  "config_files": [
    "/home/ivanruizmanuel/miniforge3/.condarc"
  ],
  "default_prefix": "/home/ivanruizmanuel/miniforge3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_DEFAULT_ENV": "base",
    "CONDA_EXE": "/home/ivanruizmanuel/miniforge3/bin/conda",
    "CONDA_PREFIX": "/home/ivanruizmanuel/miniforge3",
    "CONDA_PROMPT_MODIFIER": "(base) ",
    "CONDA_PYTHON_EXE": "/home/ivanruizmanuel/miniforge3/bin/python",
    "CONDA_ROOT": "/home/ivanruizmanuel/miniforge3",
    "CONDA_SHLVL": "1",
    "CURL_CA_BUNDLE": "<not set>",
    "LD_LIBRARY_PATH": ":/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib",
    "LD_PRELOAD": "<not set>",
    "PATH": "/home/ivanruizmanuel/miniforge3/bin:/home/ivanruizmanuel/miniforge3/condabin:/home/ivanruizmanuel/.local/bin:/home/ivanruizmanuel/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>",
    "VSCODE_CODE_CACHE_PATH": "/home/ivanruizmanuel/.config/Code/CachedData/903b1e9d8990623e3d7da1df3d33db3e42d80eda"
  },
  "envs": [
    "/home/ivanruizmanuel/miniforge3",
    "/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev",
    "/home/ivanruizmanuel/miniforge3/envs/calliope_dev"
  ],
  "envs_dirs": [
    "/home/ivanruizmanuel/miniforge3/envs",
    "/home/ivanruizmanuel/.conda/envs"
  ],
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "/home/ivanruizmanuel/miniforge3/pkgs",
    "/home/ivanruizmanuel/.conda/pkgs"
  ],
  "platform": "linux-64",
  "python_version": "3.10.13.final.0",
  "rc_path": "/home/ivanruizmanuel/.condarc",
  "requests_version": "2.31.0",
  "root_prefix": "/home/ivanruizmanuel/miniforge3",
  "root_writable": true,
  "site_dirs": [],
  "solver": {
    "default": true,
    "name": "libmamba",
    "user_agent": "solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.5"
  },
  "sys.executable": "/home/ivanruizmanuel/miniforge3/bin/python",
  "sys.prefix": "/home/ivanruizmanuel/miniforge3",
  "sys.version": "3.10.13 | packaged by conda-forge | (main, Oct 26 2023, 18:07:37) [GCC 12.3.0]",
  "sys_rc_path": "/home/ivanruizmanuel/miniforge3/.condarc",
  "user_agent": "conda/23.11.0 requests/2.31.0 CPython/3.10.13 Linux/6.7.4-200.fc39.x86_64 fedora/39 glibc/2.38 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.5",
  "user_rc_path": "/home/ivanruizmanuel/.condarc",
  "virtual_pkgs": [
    [
      "__archspec",
      "1",
      "skylake"
    ],
    [
      "__conda",
      "23.11.0",
      "0"
    ],
    [
      "__cuda",
      "12.3",
      "0"
    ],
    [
      "__glibc",
      "2.38",
      "0"
    ],
    [
      "__linux",
      "6.7.4",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ]
  ]
}

2024-02-20 10:33:34.176 [debug] Found conda via filesystem probing: conda
2024-02-20 10:33:34.186 [debug] Activating Environment to capture Environment variables, conda run -n calliope-pathways-dev --no-capture-output python /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/get_output_via_markers.py /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-20 10:33:34.186 [info] > conda run -n calliope-pathways-dev --no-capture-output python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-20 10:33:34.186 [info] shell: bash
2024-02-20 10:33:34.192 [debug] conda info --json: {
  "GID": 1000,
  "UID": 1000,
  "active_prefix": "/home/ivanruizmanuel/miniforge3",
  "active_prefix_name": "base",
  "av_data_dir": "/home/ivanruizmanuel/miniforge3/etc/conda",
  "av_metadata_url_base": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/linux-64",
    "https://conda.anaconda.org/conda-forge/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "23.11.0",
  "conda_location": "/home/ivanruizmanuel/miniforge3/lib/python3.10/site-packages/conda",
  "conda_prefix": "/home/ivanruizmanuel/miniforge3",
  "conda_shlvl": 1,
  "conda_version": "23.11.0",
  "config_files": [
    "/home/ivanruizmanuel/miniforge3/.condarc"
  ],
  "default_prefix": "/home/ivanruizmanuel/miniforge3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_DEFAULT_ENV": "base",
    "CONDA_EXE": "/home/ivanruizmanuel/miniforge3/bin/conda",
    "CONDA_PREFIX": "/home/ivanruizmanuel/miniforge3",
    "CONDA_PROMPT_MODIFIER": "(base) ",
    "CONDA_PYTHON_EXE": "/home/ivanruizmanuel/miniforge3/bin/python",
    "CONDA_ROOT": "/home/ivanruizmanuel/miniforge3",
    "CONDA_SHLVL": "1",
    "CURL_CA_BUNDLE": "<not set>",
    "LD_LIBRARY_PATH": ":/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib",
    "LD_PRELOAD": "<not set>",
    "PATH": "/home/ivanruizmanuel/miniforge3/bin:/home/ivanruizmanuel/miniforge3/condabin:/home/ivanruizmanuel/.local/bin:/home/ivanruizmanuel/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>",
    "VSCODE_CODE_CACHE_PATH": "/home/ivanruizmanuel/.config/Code/CachedData/903b1e9d8990623e3d7da1df3d33db3e42d80eda"
  },
  "envs": [
    "/home/ivanruizmanuel/miniforge3",
    "/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev",
    "/home/ivanruizmanuel/miniforge3/envs/calliope_dev"
  ],
  "envs_dirs": [
    "/home/ivanruizmanuel/miniforge3/envs",
    "/home/ivanruizmanuel/.conda/envs"
  ],
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "/home/ivanruizmanuel/miniforge3/pkgs",
    "/home/ivanruizmanuel/.conda/pkgs"
  ],
  "platform": "linux-64",
  "python_version": "3.10.13.final.0",
  "rc_path": "/home/ivanruizmanuel/.condarc",
  "requests_version": "2.31.0",
  "root_prefix": "/home/ivanruizmanuel/miniforge3",
  "root_writable": true,
  "site_dirs": [],
  "solver": {
    "default": true,
    "name": "libmamba",
    "user_agent": "solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.5"
  },
  "sys.executable": "/home/ivanruizmanuel/miniforge3/bin/python",
  "sys.prefix": "/home/ivanruizmanuel/miniforge3",
  "sys.version": "3.10.13 | packaged by conda-forge | (main, Oct 26 2023, 18:07:37) [GCC 12.3.0]",
  "sys_rc_path": "/home/ivanruizmanuel/miniforge3/.condarc",
  "user_agent": "conda/23.11.0 requests/2.31.0 CPython/3.10.13 Linux/6.7.4-200.fc39.x86_64 fedora/39 glibc/2.38 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.5",
  "user_rc_path": "/home/ivanruizmanuel/.condarc",
  "virtual_pkgs": [
    [
      "__archspec",
      "1",
      "skylake"
    ],
    [
      "__conda",
      "23.11.0",
      "0"
    ],
    [
      "__cuda",
      "12.3",
      "0"
    ],
    [
      "__glibc",
      "2.38",
      "0"
    ],
    [
      "__linux",
      "6.7.4",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ]
  ]
}

2024-02-20 10:33:34.192 [debug] Found conda via filesystem probing: conda
2024-02-20 10:33:34.202 [debug] Activating Environment to capture Environment variables, conda run -n calliope-pathways-dev --no-capture-output python /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/get_output_via_markers.py /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-20 10:33:34.202 [info] > conda run -n calliope-pathways-dev --no-capture-output python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-20 10:33:34.202 [info] shell: bash
2024-02-20 10:33:34.665 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/src/calliope_pathways/models/italy_stationary/pre_processing/parse_lombardi.py
2024-02-20 10:33:34.925 [debug] Activated environment variables for /home/ivanruizmanuel/Documents/git/calliope-pathways {
  SHELL: '/bin/bash',
  SESSION_MANAGER: 'local/unix:@/tmp/.ICE-unix/2598,unix/unix:/tmp/.ICE-unix/2598',
  PYTHONUNBUFFERED: '1',
  HISTCONTROL: 'ignoredups',
  XDG_MENU_PREFIX: 'gnome-',
  CONDA_EXE: '/home/ivanruizmanuel/miniforge3/bin/conda',
  _CE_M: '',
  HISTSIZE: '1000',
  HOSTNAME: 'fedora',
  SSH_AUTH_SOCK: '/run/user/1000/keyring/ssh',
  MEMORY_PRESSURE_WRITE: 'c29tZSAyMDAwMDAgMjAwMDAwMAA=',
  ELECTRON_RUN_AS_NODE: '1',
  XMODIFIERS: '@im=ibus',
  DESKTOP_SESSION: 'gnome',
  NO_AT_BRIDGE: '1',
  VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
  XML_CATALOG_FILES: 'file:///home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/etc/xml/catalog file:///etc/xml/catalog',
  EDITOR: '/usr/bin/nano',
  PWD: '/home/ivanruizmanuel',
  LOGNAME: 'ivanruizmanuel',
  XDG_SESSION_DESKTOP: 'gnome',
  CONDA_ROOT: '/home/ivanruizmanuel/miniforge3',
  XDG_SESSION_TYPE: 'wayland',
  CONDA_PREFIX: '/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev',
  SYSTEMD_EXEC_PID: '2673',
  VSCODE_CODE_CACHE_PATH: '/home/ivanruizmanuel/.config/Code/CachedData/903b1e9d8990623e3d7da1df3d33db3e42d80eda',
  XAUTHORITY: '/run/user/1000/.mutter-Xwaylandauth.IDGBJ2',
  GJS_DEBUG_TOPICS: 'JS ERROR;JS LOG',
  GDM_LANG: 'en_US.UTF-8',
  HOME: '/home/ivanruizmanuel',
  USERNAME: 'ivanruizmanuel',
  LANG: 'en_US.UTF-8',
  XDG_CURRENT_DESKTOP: 'GNOME',
  MEMORY_PRESSURE_WATCH: '/sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/session.slice/[email protected]/memory.pressure',
  VSCODE_IPC_HOOK: '/run/user/1000/vscode-7c24fcaa-1.86-main.sock',
  STARSHIP_SHELL: 'bash',
  WAYLAND_DISPLAY: 'wayland-0',
  CONDA_PROMPT_MODIFIER: '(calliope-pathways-dev) ',
  INVOCATION_ID: '00588ac94a4243df97f9608d05eb557f',
  MANAGERPID: '2313',
  CONDA_PYTHONBREAKPOINT: '',
  CHROME_DESKTOP: 'code-url-handler.desktop',
  STARSHIP_SESSION_KEY: '2608819681317713',
  GJS_DEBUG_OUTPUT: 'stderr',
  GNOME_SETUP_DISPLAY: ':1',
  XDG_SESSION_CLASS: 'user',
  _CE_CONDA: '',
  GUROBI_HOME: '/home/ivanruizmanuel/gurobi/gurobi1100/linux64',
  LESSOPEN: '||/usr/bin/lesspipe.sh %s',
  USER: 'ivanruizmanuel',
  PYTHONIOENCODING: 'utf-8',
  CONDA_SHLVL: '2',
  DISPLAY: ':0',
  VSCODE_PID: '5364',
  SHLVL: '1',
  QT_IM_MODULE: 'ibus',
  VSCODE_CWD: '/home/ivanruizmanuel',
  CONDA_PYTHON_EXE: '/home/ivanruizmanuel/miniforge3/bin/python',
  LD_LIBRARY_PATH: ':/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib',
  VSCODE_CRASH_REPORTER_PROCESS_TYPE: 'extensionHost',
  XDG_RUNTIME_DIR: '/run/user/1000',
  PYTHONBREAKPOINT: 'ipdb.set_trace',
  CONDA_DEFAULT_ENV: 'calliope-pathways-dev',
  DEBUGINFOD_URLS: 'https://debuginfod.fedoraproject.org/ ',
  JOURNAL_STREAM: '8:15074',
  XDG_DATA_DIRS: '/home/ivanruizmanuel/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/',
  GDK_BACKEND: 'x11',
  PATH: '/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin:/home/ivanruizmanuel/miniforge3/condabin:/home/ivanruizmanuel/.local/bin:/home/ivanruizmanuel/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin',
  GDMSESSION: 'gnome',
  ORIGINAL_XDG_CURRENT_DESKTOP: 'GNOME',
  DBUS_SESSION_BUS_ADDRESS: 'unix:path=/run/user/1000/bus',
  VSCODE_NLS_CONFIG: '{"locale":"en-us","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}',
  MAIL: '/var/spool/mail/ivanruizmanuel',
  CONDA_PREFIX_1: '/home/ivanruizmanuel/miniforge3',
  GIO_LAUNCHED_DESKTOP_FILE_PID: '5364',
  GIO_LAUNCHED_DESKTOP_FILE: '/usr/share/applications/code.desktop',
  VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
  _: '/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python'
}
2024-02-20 10:33:34.933 [info] > /bin/python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-20 10:33:34.933 [info] shell: bash
2024-02-20 10:33:35.154 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:35.155 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:35.157 [debug] Setting environment variable XML_CATALOG_FILES in collection to file:///home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/etc/xml/catalog file:///etc/xml/catalog
2024-02-20 10:33:35.157 [debug] Setting environment variable CONDA_ROOT in collection to /home/ivanruizmanuel/miniforge3
2024-02-20 10:33:35.157 [debug] Setting environment variable CONDA_PREFIX in collection to /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev
2024-02-20 10:33:35.157 [debug] Setting environment variable CONDA_PROMPT_MODIFIER in collection to (calliope-pathways-dev) 
2024-02-20 10:33:35.157 [debug] Setting environment variable CONDA_PYTHONBREAKPOINT in collection to 
2024-02-20 10:33:35.157 [debug] Setting environment variable STARSHIP_SESSION_KEY in collection to 2608819681317713
2024-02-20 10:33:35.157 [debug] Setting environment variable CONDA_SHLVL in collection to 2
2024-02-20 10:33:35.157 [debug] Setting environment variable PYTHONBREAKPOINT in collection to ipdb.set_trace
2024-02-20 10:33:35.157 [debug] Setting environment variable CONDA_DEFAULT_ENV in collection to calliope-pathways-dev
2024-02-20 10:33:35.157 [debug] Prepending environment variable PATH in collection to /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin:/home/ivanruizmanuel/miniforge3/condabin:/home/ivanruizmanuel/.local/bin:/home/ivanruizmanuel/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:
2024-02-20 10:33:35.157 [debug] Setting environment variable CONDA_PREFIX_1 in collection to /home/ivanruizmanuel/miniforge3
2024-02-20 10:33:35.157 [debug] Prepending environment variable PS1 in collection with (calliope-pathways-dev) 
2024-02-20 10:33:35.157 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:33:35.159 [info] Send text to terminal: /bin/python /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariablesToFile.py /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/deactivate/bash/envVars.txt
2024-02-20 10:33:35.169 [debug] Time taken to get env vars using terminal is 11ms
2024-02-20 10:33:37.988 [debug] Terminal shell path '/usr/bin/bash' identified as shell 'bash'
2024-02-20 10:33:37.988 [debug] Shell identified as bash 
2024-02-20 10:33:37.988 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:04.526 [debug] Clearing context for python dependencies not installed: undefined
2024-02-20 10:34:04.557 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/docs/examples/stationary.py
2024-02-20 10:34:04.557 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:04.610 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/docs/examples/stationary.py
2024-02-20 10:34:04.996 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/docs/examples/stationary.py
2024-02-20 10:34:05.460 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/docs/examples/stationary.py
2024-02-20 10:34:08.284 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:08.317 [debug] Extension ms-python.debugpy accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:34:08.318 [debug] Extension ms-python.debugpy accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:34:08.361 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:08.366 [debug] Extension ms-python.debugpy accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:34:08.367 [debug] Extension ms-python.debugpy accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:34:08.393 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:08.406 [debug] Extension ms-python.debugpy accessed resolveEnvironment with args: "/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"
2024-02-20 10:34:09.568 [info] Send text to terminal:  /usr/bin/env /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python /home/ivanruizmanuel/.vscode/extensions/ms-python.debugpy-2024.0.0-linux-x64/bundled/libs/debugpy/adapter/../../debugpy/launcher 48161 -- /home/ivanruizmanuel/Documents/git/calliope-pathways/docs/examples/stationary.py 
2024-02-20 10:34:21.835 [debug] Clearing context for python dependencies not installed: tasks
2024-02-20 10:34:21.835 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:21.836 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:25.179 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/docs/examples/stationary.py
2024-02-20 10:34:25.179 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:34.301 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:34.332 [debug] Extension ms-python.debugpy accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:34:34.332 [debug] Extension ms-python.debugpy accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:34:34.359 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:34.369 [debug] Extension ms-python.debugpy accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:34:34.370 [debug] Extension ms-python.debugpy accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:34:34.377 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:34.387 [debug] Extension ms-python.debugpy accessed resolveEnvironment with args: "/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"
2024-02-20 10:34:34.489 [info] Send text to terminal:  cd /home/ivanruizmanuel/Documents/git/calliope-pathways ; /usr/bin/env /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python /home/ivanruizmanuel/.vscode/extensions/ms-python.debugpy-2024.0.0-linux-x64/bundled/libs/debugpy/adapter/../../debugpy/launcher 42191 -- /home/ivanruizmanuel/Documents/git/calliope-pathways/docs/examples/stationary.py 
2024-02-20 10:34:40.133 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:40.169 [debug] Extension ms-python.debugpy accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:34:40.169 [debug] Extension ms-python.debugpy accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:34:40.196 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:40.217 [debug] Extension ms-python.debugpy accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:34:40.218 [debug] Extension ms-python.debugpy accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:34:40.229 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:40.238 [debug] Extension ms-python.debugpy accessed resolveEnvironment with args: "/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"
2024-02-20 10:34:40.342 [info] Send text to terminal:  cd /home/ivanruizmanuel/Documents/git/calliope-pathways ; /usr/bin/env /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python /home/ivanruizmanuel/.vscode/extensions/ms-python.debugpy-2024.0.0-linux-x64/bundled/libs/debugpy/adapter/../../debugpy/launcher 44663 -- /home/ivanruizmanuel/Documents/git/calliope-pathways/docs/examples/stationary.py 
2024-02-20 10:34:46.411 [debug] Clearing context for python dependencies not installed: undefined
2024-02-20 10:34:46.448 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/src/calliope_pathways/models.py
2024-02-20 10:34:46.449 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:34:46.469 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/src/calliope_pathways/models.py
2024-02-20 10:34:46.773 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/src/calliope_pathways/models.py
2024-02-20 10:35:07.018 [debug] Clearing context for python dependencies not installed: tasks
2024-02-20 10:35:07.018 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:15.115 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/src/calliope_pathways/models.py
2024-02-20 10:35:15.116 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:15.980 [debug] Clearing context for python dependencies not installed: tasks
2024-02-20 10:35:15.980 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:40.605 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/src/calliope_pathways/models.py
2024-02-20 10:35:40.606 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:41.599 [debug] Clearing context for python dependencies not installed: undefined
2024-02-20 10:35:41.610 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/src/calliope_pathways/models/italy_stationary/pre_processing/parse_lombardi.py
2024-02-20 10:35:41.610 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:41.657 [debug] Clearing context for python dependencies not installed: /home/ivanruizmanuel/Documents/git/calliope-pathways/src/calliope_pathways/models/italy_stationary/pre_processing/parse_lombardi.py
2024-02-20 10:35:42.483 [debug] Clearing context for python dependencies not installed: undefined
2024-02-20 10:35:42.544 [debug] Clearing context for python dependencies not installed: undefined
2024-02-20 10:35:51.105 [info] Experiment 'pythonaa' is active
2024-02-20 10:35:51.105 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-02-20 10:35:51.105 [info] Experiment 'pythonREPLSmartSend' is active
2024-02-20 10:35:51.105 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-02-20 10:35:51.105 [info] Experiment 'pythonTestAdapter' is active
2024-02-20 10:35:51.105 [debug] Getting roots
2024-02-20 10:35:51.105 [debug] Getting roots
2024-02-20 10:35:51.105 [debug] Found roots
2024-02-20 10:35:51.105 [debug] Start watching file for changes /home/ivanruizmanuel/.conda/environments.txt
2024-02-20 10:35:51.105 [debug] Start watching: /home/ivanruizmanuel/.conda with pattern environments.txt using VSCode API
2024-02-20 10:35:51.105 [debug] Found roots
2024-02-20 10:35:51.105 [debug] Start watching root /home/ivanruizmanuel/Documents/git/calliope-pathways for globs ["python","*/python","*/bin/python"]
2024-02-20 10:35:51.105 [debug] Start watching: /home/ivanruizmanuel/Documents/git/calliope-pathways with pattern python using VSCode API
2024-02-20 10:35:51.105 [debug] Start watching: /home/ivanruizmanuel/Documents/git/calliope-pathways with pattern */python using VSCode API
2024-02-20 10:35:51.105 [debug] Start watching: /home/ivanruizmanuel/Documents/git/calliope-pathways with pattern */bin/python using VSCode API
2024-02-20 10:35:51.105 [info] Default formatter is set to charliermarsh.ruff for workspace /home/ivanruizmanuel/Documents/git/calliope-pathways
2024-02-20 10:35:51.105 [debug] Waiting for test server to start...
2024-02-20 10:35:51.105 [info] Test server listening.
2024-02-20 10:35:51.105 [debug] Test server started.
2024-02-20 10:35:51.105 [debug] Testing: Setting up watcher for /home/ivanruizmanuel/Documents/git/calliope-pathways
2024-02-20 10:35:51.105 [debug] Needed to validate /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python with latest info
2024-02-20 10:35:51.105 [info] Python interpreter path: ~/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:51.105 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:51.161 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:51.161 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:51.162 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:51.207 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:51.207 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:51.207 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:51.328 [debug] Dump environment variables {
    "CHROME_DESKTOP": "code-url-handler.desktop",
    "CONDA_DEFAULT_ENV": "base",
    "CONDA_EXE": "/home/ivanruizmanuel/miniforge3/bin/conda",
    "CONDA_PREFIX": "/home/ivanruizmanuel/miniforge3",
    "CONDA_PROMPT_MODIFIER": "(base) ",
    "CONDA_PYTHON_EXE": "/home/ivanruizmanuel/miniforge3/bin/python",
    "CONDA_SHLVL": "1",
    "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
    "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ",
    "DESKTOP_SESSION": "gnome",
    "DISPLAY": ":0",
    "EDITOR": "/usr/bin/nano",
    "GDK_BACKEND": "x11",
    "GDMSESSION": "gnome",
    "GDM_LANG": "en_US.UTF-8",
    "GIO_LAUNCHED_DESKTOP_FILE": "/usr/share/applications/code.desktop",
    "GIO_LAUNCHED_DESKTOP_FILE_PID": "5364",
    "GJS_DEBUG_OUTPUT": "stderr",
    "GJS_DEBUG_TOPICS": "JS ERROR;JS LOG",
    "GNOME_SETUP_DISPLAY": ":1",
    "GUROBI_HOME": "/home/ivanruizmanuel/gurobi/gurobi1100/linux64",
    "HISTCONTROL": "ignoredups",
    "HISTSIZE": "1000",
    "HOME": "/home/ivanruizmanuel",
    "HOSTNAME": "fedora",
    "INVOCATION_ID": "00588ac94a4243df97f9608d05eb557f",
    "JOURNAL_STREAM": "8:15074",
    "LANG": "en_US.UTF-8",
    "LD_LIBRARY_PATH": ":/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib",
    "LESSOPEN": "||/usr/bin/lesspipe.sh %s",
    "LOGNAME": "ivanruizmanuel",
    "MAIL": "/var/spool/mail/ivanruizmanuel",
    "MANAGERPID": "2313",
    "MEMORY_PRESSURE_WATCH": "/sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/session.slice/[email protected]/memory.pressure",
    "MEMORY_PRESSURE_WRITE": "c29tZSAyMDAwMDAgMjAwMDAwMAA=",
    "NO_AT_BRIDGE": "1",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "GNOME",
    "PWD": "/home/ivanruizmanuel",
    "QT_IM_MODULE": "ibus",
    "SESSION_MANAGER": "local/unix:@/tmp/.ICE-unix/2598,unix/unix:/tmp/.ICE-unix/2598",
    "SHELL": "/bin/bash",
    "SHLVL": "0",
    "SSH_AUTH_SOCK": "/run/user/1000/keyring/ssh",
    "STARSHIP_SESSION_KEY": "8116401347420323",
    "STARSHIP_SHELL": "bash",
    "SYSTEMD_EXEC_PID": "2673",
    "USER": "ivanruizmanuel",
    "USERNAME": "ivanruizmanuel",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "/home/ivanruizmanuel/.config/Code/CachedData/903b1e9d8990623e3d7da1df3d33db3e42d80eda",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "/home/ivanruizmanuel",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "/run/user/1000/vscode-7c24fcaa-1.86-main.sock",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
    "VSCODE_PID": "5364",
    "WAYLAND_DISPLAY": "wayland-0",
    "XAUTHORITY": "/run/user/1000/.mutter-Xwaylandauth.IDGBJ2",
    "XDG_CURRENT_DESKTOP": "GNOME",
    "XDG_DATA_DIRS": "/home/ivanruizmanuel/.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": "gnome",
    "XDG_SESSION_TYPE": "wayland",
    "XML_CATALOG_FILES": "file:///home/ivanruizmanuel/miniforge3/etc/xml/catalog file:///etc/xml/catalog",
    "XMODIFIERS": "@im=ibus",
    "_": "/usr/share/code/code",
    "ELECTRON_RUN_AS_NODE": "1",
    "PATH": "/home/ivanruizmanuel/miniforge3/bin:/home/ivanruizmanuel/miniforge3/condabin:/home/ivanruizmanuel/.local/bin:/home/ivanruizmanuel/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin"
}
2024-02-20 10:35:51.328 [debug] Searching for conda.
2024-02-20 10:35:51.328 [debug] Probing conda binary: conda
2024-02-20 10:35:51.467 [debug] Dump environment variables {
    "CHROME_DESKTOP": "code-url-handler.desktop",
    "CONDA_DEFAULT_ENV": "base",
    "CONDA_EXE": "/home/ivanruizmanuel/miniforge3/bin/conda",
    "CONDA_PREFIX": "/home/ivanruizmanuel/miniforge3",
    "CONDA_PROMPT_MODIFIER": "(base) ",
    "CONDA_PYTHON_EXE": "/home/ivanruizmanuel/miniforge3/bin/python",
    "CONDA_SHLVL": "1",
    "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
    "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ",
    "DESKTOP_SESSION": "gnome",
    "DISPLAY": ":0",
    "EDITOR": "/usr/bin/nano",
    "GDK_BACKEND": "x11",
    "GDMSESSION": "gnome",
    "GDM_LANG": "en_US.UTF-8",
    "GIO_LAUNCHED_DESKTOP_FILE": "/usr/share/applications/code.desktop",
    "GIO_LAUNCHED_DESKTOP_FILE_PID": "5364",
    "GJS_DEBUG_OUTPUT": "stderr",
    "GJS_DEBUG_TOPICS": "JS ERROR;JS LOG",
    "GNOME_SETUP_DISPLAY": ":1",
    "GUROBI_HOME": "/home/ivanruizmanuel/gurobi/gurobi1100/linux64",
    "HISTCONTROL": "ignoredups",
    "HISTSIZE": "1000",
    "HOME": "/home/ivanruizmanuel",
    "HOSTNAME": "fedora",
    "INVOCATION_ID": "00588ac94a4243df97f9608d05eb557f",
    "JOURNAL_STREAM": "8:15074",
    "LANG": "en_US.UTF-8",
    "LD_LIBRARY_PATH": ":/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib",
    "LESSOPEN": "||/usr/bin/lesspipe.sh %s",
    "LOGNAME": "ivanruizmanuel",
    "MAIL": "/var/spool/mail/ivanruizmanuel",
    "MANAGERPID": "2313",
    "MEMORY_PRESSURE_WATCH": "/sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/session.slice/[email protected]/memory.pressure",
    "MEMORY_PRESSURE_WRITE": "c29tZSAyMDAwMDAgMjAwMDAwMAA=",
    "NO_AT_BRIDGE": "1",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "GNOME",
    "PWD": "/home/ivanruizmanuel",
    "QT_IM_MODULE": "ibus",
    "SESSION_MANAGER": "local/unix:@/tmp/.ICE-unix/2598,unix/unix:/tmp/.ICE-unix/2598",
    "SHELL": "/bin/bash",
    "SHLVL": "0",
    "SSH_AUTH_SOCK": "/run/user/1000/keyring/ssh",
    "STARSHIP_SESSION_KEY": "8116401347420323",
    "STARSHIP_SHELL": "bash",
    "SYSTEMD_EXEC_PID": "2673",
    "USER": "ivanruizmanuel",
    "USERNAME": "ivanruizmanuel",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "/home/ivanruizmanuel/.config/Code/CachedData/903b1e9d8990623e3d7da1df3d33db3e42d80eda",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "/home/ivanruizmanuel",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "/run/user/1000/vscode-7c24fcaa-1.86-main.sock",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
    "VSCODE_PID": "5364",
    "WAYLAND_DISPLAY": "wayland-0",
    "XAUTHORITY": "/run/user/1000/.mutter-Xwaylandauth.IDGBJ2",
    "XDG_CURRENT_DESKTOP": "GNOME",
    "XDG_DATA_DIRS": "/home/ivanruizmanuel/.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": "gnome",
    "XDG_SESSION_TYPE": "wayland",
    "XML_CATALOG_FILES": "file:///home/ivanruizmanuel/miniforge3/etc/xml/catalog file:///etc/xml/catalog",
    "XMODIFIERS": "@im=ibus",
    "_": "/usr/share/code/code",
    "ELECTRON_RUN_AS_NODE": "1",
    "PATH": "/home/ivanruizmanuel/miniforge3/bin:/home/ivanruizmanuel/miniforge3/condabin:/home/ivanruizmanuel/.local/bin:/home/ivanruizmanuel/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin"
}
2024-02-20 10:35:51.474 [info] > conda info --json
2024-02-20 10:35:51.474 [info] shell: bash
2024-02-20 10:35:51.528 [debug] Extension ms-python.black-formatter accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-20 10:35:51.529 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:35:51.529 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:35:51.530 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:35:51.530 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:35:51.531 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:35:51.532 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:35:51.661 [debug] Extension ms-python.vscode-pylance accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-20 10:35:51.661 [debug] Extension ms-python.vscode-pylance accessed onDidEnvironmentVariablesChange with args: undefined
2024-02-20 10:35:51.993 [debug] Delay Trigger[Test Configuration Change]: triggered=2, called=1
2024-02-20 10:35:52.564 [info] Starting Pylance language server.
2024-02-20 10:35:52.565 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:52.567 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:52.568 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:52.569 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:35:52.570 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:35:52.571 [debug] Extension ms-python.vscode-pylance accessed getEnvironmentVariables with args: undefined
2024-02-20 10:35:52.572 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python","path":"/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python"}
2024-02-20 10:35:52.573 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-02-20 10:35:53.448 [debug] conda info --json: {
  "GID": 1000,
  "UID": 1000,
  "active_prefix": "/home/ivanruizmanuel/miniforge3",
  "active_prefix_name": "base",
  "av_data_dir": "/home/ivanruizmanuel/miniforge3/etc/conda",
  "av_metadata_url_base": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/linux-64",
    "https://conda.anaconda.org/conda-forge/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "23.11.0",
  "conda_location": "/home/ivanruizmanuel/miniforge3/lib/python3.10/site-packages/conda",
  "conda_prefix": "/home/ivanruizmanuel/miniforge3",
  "conda_shlvl": 1,
  "conda_version": "23.11.0",
  "config_files": [
    "/home/ivanruizmanuel/miniforge3/.condarc"
  ],
  "default_prefix": "/home/ivanruizmanuel/miniforge3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_DEFAULT_ENV": "base",
    "CONDA_EXE": "/home/ivanruizmanuel/miniforge3/bin/conda",
    "CONDA_PREFIX": "/home/ivanruizmanuel/miniforge3",
    "CONDA_PROMPT_MODIFIER": "(base) ",
    "CONDA_PYTHON_EXE": "/home/ivanruizmanuel/miniforge3/bin/python",
    "CONDA_ROOT": "/home/ivanruizmanuel/miniforge3",
    "CONDA_SHLVL": "1",
    "CURL_CA_BUNDLE": "<not set>",
    "LD_LIBRARY_PATH": ":/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib",
    "LD_PRELOAD": "<not set>",
    "PATH": "/home/ivanruizmanuel/miniforge3/bin:/home/ivanruizmanuel/miniforge3/condabin:/home/ivanruizmanuel/.local/bin:/home/ivanruizmanuel/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>",
    "VSCODE_CODE_CACHE_PATH": "/home/ivanruizmanuel/.config/Code/CachedData/903b1e9d8990623e3d7da1df3d33db3e42d80eda"
  },
  "envs": [
    "/home/ivanruizmanuel/miniforge3",
    "/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev",
    "/home/ivanruizmanuel/miniforge3/envs/calliope_dev"
  ],
  "envs_dirs": [
    "/home/ivanruizmanuel/miniforge3/envs",
    "/home/ivanruizmanuel/.conda/envs"
  ],
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "/home/ivanruizmanuel/miniforge3/pkgs",
    "/home/ivanruizmanuel/.conda/pkgs"
  ],
  "platform": "linux-64",
  "python_version": "3.10.13.final.0",
  "rc_path": "/home/ivanruizmanuel/.condarc",
  "requests_version": "2.31.0",
  "root_prefix": "/home/ivanruizmanuel/miniforge3",
  "root_writable": true,
  "site_dirs": [],
  "solver": {
    "default": true,
    "name": "libmamba",
    "user_agent": "solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.5"
  },
  "sys.executable": "/home/ivanruizmanuel/miniforge3/bin/python",
  "sys.prefix": "/home/ivanruizmanuel/miniforge3",
  "sys.version": "3.10.13 | packaged by conda-forge | (main, Oct 26 2023, 18:07:37) [GCC 12.3.0]",
  "sys_rc_path": "/home/ivanruizmanuel/miniforge3/.condarc",
  "user_agent": "conda/23.11.0 requests/2.31.0 CPython/3.10.13 Linux/6.7.4-200.fc39.x86_64 fedora/39 glibc/2.38 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.5",
  "user_rc_path": "/home/ivanruizmanuel/.condarc",
  "virtual_pkgs": [
    [
      "__archspec",
      "1",
      "skylake"
    ],
    [
      "__conda",
      "23.11.0",
      "0"
    ],
    [
      "__cuda",
      "12.3",
      "0"
    ],
    [
      "__glibc",
      "2.38",
      "0"
    ],
    [
      "__linux",
      "6.7.4",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ]
  ]
}

2024-02-20 10:35:53.448 [debug] Found conda via filesystem probing: conda
2024-02-20 10:35:53.456 [debug] Activating Environment to capture Environment variables, conda run -n calliope-pathways-dev --no-capture-output python /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/get_output_via_markers.py /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-20 10:35:53.456 [info] > conda run -n calliope-pathways-dev --no-capture-output python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-20 10:35:53.456 [info] shell: bash
2024-02-20 10:35:54.087 [debug] Activated environment variables for /home/ivanruizmanuel/Documents/git/calliope-pathways {
  SHELL: '/bin/bash',
  SESSION_MANAGER: 'local/unix:@/tmp/.ICE-unix/2598,unix/unix:/tmp/.ICE-unix/2598',
  PYTHONUNBUFFERED: '1',
  HISTCONTROL: 'ignoredups',
  XDG_MENU_PREFIX: 'gnome-',
  CONDA_EXE: '/home/ivanruizmanuel/miniforge3/bin/conda',
  _CE_M: '',
  HISTSIZE: '1000',
  HOSTNAME: 'fedora',
  SSH_AUTH_SOCK: '/run/user/1000/keyring/ssh',
  MEMORY_PRESSURE_WRITE: 'c29tZSAyMDAwMDAgMjAwMDAwMAA=',
  ELECTRON_RUN_AS_NODE: '1',
  XMODIFIERS: '@im=ibus',
  DESKTOP_SESSION: 'gnome',
  NO_AT_BRIDGE: '1',
  VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
  XML_CATALOG_FILES: 'file:///home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/etc/xml/catalog file:///etc/xml/catalog',
  EDITOR: '/usr/bin/nano',
  PWD: '/home/ivanruizmanuel',
  LOGNAME: 'ivanruizmanuel',
  XDG_SESSION_DESKTOP: 'gnome',
  CONDA_ROOT: '/home/ivanruizmanuel/miniforge3',
  XDG_SESSION_TYPE: 'wayland',
  CONDA_PREFIX: '/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev',
  SYSTEMD_EXEC_PID: '2673',
  VSCODE_CODE_CACHE_PATH: '/home/ivanruizmanuel/.config/Code/CachedData/903b1e9d8990623e3d7da1df3d33db3e42d80eda',
  XAUTHORITY: '/run/user/1000/.mutter-Xwaylandauth.IDGBJ2',
  GJS_DEBUG_TOPICS: 'JS ERROR;JS LOG',
  GDM_LANG: 'en_US.UTF-8',
  HOME: '/home/ivanruizmanuel',
  USERNAME: 'ivanruizmanuel',
  LANG: 'en_US.UTF-8',
  XDG_CURRENT_DESKTOP: 'GNOME',
  MEMORY_PRESSURE_WATCH: '/sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/session.slice/[email protected]/memory.pressure',
  VSCODE_IPC_HOOK: '/run/user/1000/vscode-7c24fcaa-1.86-main.sock',
  STARSHIP_SHELL: 'bash',
  WAYLAND_DISPLAY: 'wayland-0',
  CONDA_PROMPT_MODIFIER: '(calliope-pathways-dev) ',
  INVOCATION_ID: '00588ac94a4243df97f9608d05eb557f',
  MANAGERPID: '2313',
  CONDA_PYTHONBREAKPOINT: '',
  CHROME_DESKTOP: 'code-url-handler.desktop',
  STARSHIP_SESSION_KEY: '1503611026261471',
  GJS_DEBUG_OUTPUT: 'stderr',
  GNOME_SETUP_DISPLAY: ':1',
  XDG_SESSION_CLASS: 'user',
  _CE_CONDA: '',
  GUROBI_HOME: '/home/ivanruizmanuel/gurobi/gurobi1100/linux64',
  LESSOPEN: '||/usr/bin/lesspipe.sh %s',
  USER: 'ivanruizmanuel',
  PYTHONIOENCODING: 'utf-8',
  CONDA_SHLVL: '2',
  DISPLAY: ':0',
  VSCODE_PID: '5364',
  SHLVL: '1',
  QT_IM_MODULE: 'ibus',
  VSCODE_CWD: '/home/ivanruizmanuel',
  CONDA_PYTHON_EXE: '/home/ivanruizmanuel/miniforge3/bin/python',
  LD_LIBRARY_PATH: ':/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib',
  VSCODE_CRASH_REPORTER_PROCESS_TYPE: 'extensionHost',
  XDG_RUNTIME_DIR: '/run/user/1000',
  PYTHONBREAKPOINT: 'ipdb.set_trace',
  CONDA_DEFAULT_ENV: 'calliope-pathways-dev',
  DEBUGINFOD_URLS: 'https://debuginfod.fedoraproject.org/ ',
  JOURNAL_STREAM: '8:15074',
  XDG_DATA_DIRS: '/home/ivanruizmanuel/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/',
  GDK_BACKEND: 'x11',
  PATH: '/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin:/home/ivanruizmanuel/miniforge3/condabin:/home/ivanruizmanuel/.local/bin:/home/ivanruizmanuel/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin',
  GDMSESSION: 'gnome',
  ORIGINAL_XDG_CURRENT_DESKTOP: 'GNOME',
  DBUS_SESSION_BUS_ADDRESS: 'unix:path=/run/user/1000/bus',
  VSCODE_NLS_CONFIG: '{"locale":"en-us","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}',
  MAIL: '/var/spool/mail/ivanruizmanuel',
  CONDA_PREFIX_1: '/home/ivanruizmanuel/miniforge3',
  GIO_LAUNCHED_DESKTOP_FILE_PID: '5364',
  GIO_LAUNCHED_DESKTOP_FILE: '/usr/share/applications/code.desktop',
  VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
  _: '/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python'
}
2024-02-20 10:35:54.096 [info] > /bin/python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-20 10:35:54.096 [info] shell: bash
2024-02-20 10:35:54.304 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:54.304 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:54.306 [debug] Setting environment variable XML_CATALOG_FILES in collection to file:///home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/etc/xml/catalog file:///etc/xml/catalog
2024-02-20 10:35:54.306 [debug] Setting environment variable CONDA_ROOT in collection to /home/ivanruizmanuel/miniforge3
2024-02-20 10:35:54.306 [debug] Setting environment variable CONDA_PREFIX in collection to /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev
2024-02-20 10:35:54.306 [debug] Setting environment variable CONDA_PROMPT_MODIFIER in collection to (calliope-pathways-dev) 
2024-02-20 10:35:54.306 [debug] Setting environment variable CONDA_PYTHONBREAKPOINT in collection to 
2024-02-20 10:35:54.306 [debug] Setting environment variable STARSHIP_SESSION_KEY in collection to 1503611026261471
2024-02-20 10:35:54.306 [debug] Setting environment variable CONDA_SHLVL in collection to 2
2024-02-20 10:35:54.306 [debug] Setting environment variable PYTHONBREAKPOINT in collection to ipdb.set_trace
2024-02-20 10:35:54.306 [debug] Setting environment variable CONDA_DEFAULT_ENV in collection to calliope-pathways-dev
2024-02-20 10:35:54.306 [debug] Prepending environment variable PATH in collection to /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin:/home/ivanruizmanuel/miniforge3/condabin:/home/ivanruizmanuel/.local/bin:/home/ivanruizmanuel/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:
2024-02-20 10:35:54.306 [debug] Setting environment variable CONDA_PREFIX_1 in collection to /home/ivanruizmanuel/miniforge3
2024-02-20 10:35:54.306 [debug] Prepending environment variable PS1 in collection with (calliope-pathways-dev) 
2024-02-20 10:35:54.306 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:54.307 [info] Send text to terminal: /bin/python /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariablesToFile.py /home/ivanruizmanuel/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/deactivate/bash/envVars.txt
2024-02-20 10:35:54.318 [debug] Time taken to get env vars using terminal is 11ms
2024-02-20 10:35:56.835 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-02-20 10:35:56.835 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:56.835 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:57.089 [debug] Terminal shell path '/usr/bin/bash' identified as shell 'bash'
2024-02-20 10:35:57.089 [debug] Shell identified as bash 
2024-02-20 10:35:57.090 [debug] Found cached env for /home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev/bin/python
2024-02-20 10:35:57.090 [debug] Searching for conda.
2024-02-20 10:35:57.090 [debug] Probing conda binary: conda
2024-02-20 10:35:57.100 [info] > conda info --json
2024-02-20 10:35:57.464 [debug] conda info --json: {
  "GID": 1000,
  "UID": 1000,
  "active_prefix": "/home/ivanruizmanuel/miniforge3",
  "active_prefix_name": "base",
  "av_data_dir": "/home/ivanruizmanuel/miniforge3/etc/conda",
  "av_metadata_url_base": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/linux-64",
    "https://conda.anaconda.org/conda-forge/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "23.11.0",
  "conda_location": "/home/ivanruizmanuel/miniforge3/lib/python3.10/site-packages/conda",
  "conda_prefix": "/home/ivanruizmanuel/miniforge3",
  "conda_shlvl": 1,
  "conda_version": "23.11.0",
  "config_files": [
    "/home/ivanruizmanuel/miniforge3/.condarc"
  ],
  "default_prefix": "/home/ivanruizmanuel/miniforge3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_DEFAULT_ENV": "base",
    "CONDA_EXE": "/home/ivanruizmanuel/miniforge3/bin/conda",
    "CONDA_PREFIX": "/home/ivanruizmanuel/miniforge3",
    "CONDA_PROMPT_MODIFIER": "(base) ",
    "CONDA_PYTHON_EXE": "/home/ivanruizmanuel/miniforge3/bin/python",
    "CONDA_ROOT": "/home/ivanruizmanuel/miniforge3",
    "CONDA_SHLVL": "1",
    "CURL_CA_BUNDLE": "<not set>",
    "LD_LIBRARY_PATH": ":/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/lib",
    "LD_PRELOAD": "<not set>",
    "PATH": "/home/ivanruizmanuel/miniforge3/bin:/home/ivanruizmanuel/miniforge3/condabin:/home/ivanruizmanuel/.local/bin:/home/ivanruizmanuel/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin:/home/ivanruizmanuel/gurobi/gurobi1100/linux64/bin",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>",
    "VSCODE_CODE_CACHE_PATH": "/home/ivanruizmanuel/.config/Code/CachedData/903b1e9d8990623e3d7da1df3d33db3e42d80eda"
  },
  "envs": [
    "/home/ivanruizmanuel/miniforge3",
    "/home/ivanruizmanuel/miniforge3/envs/calliope-pathways-dev",
    "/home/ivanruizmanuel/miniforge3/envs/calliope_dev"
  ],
  "envs_dirs": [
    "/home/ivanruizmanuel/miniforge3/envs",
    "/home/ivanruizmanuel/.conda/envs"
  ],
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "/home/ivanruizmanuel/miniforge3/pkgs",
    "/home/ivanruizmanuel/.conda/pkgs"
  ],
  "platform": "linux-64",
  "python_version": "3.10.13.final.0",
  "rc_path": "/home/ivanruizmanuel/.condarc",
  "requests_version": "2.31.0",
  "root_prefix": "/home/ivanruizmanuel/miniforge3",
  "root_writable": true,
  "site_dirs": [],
  "solver": {
    "default": true,
    "name": "libmamba",
    "user_agent": "solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.5"
  },
  "sys.executable": "/home/ivanruizmanuel/miniforge3/bin/python",
  "sys.prefix": "/home/ivanruizmanuel/miniforge3",
  "sys.version": "3.10.13 | packaged by conda-forge | (main, Oct 26 2023, 18:07:37) [GCC 12.3.0]",
  "sys_rc_path": "/home/ivanruizmanuel/miniforge3/.condarc",
  "user_agent": "conda/23.11.0 requests/2.31.0 CPython/3.10.13 Linux/6.7.4-200.fc39.x86_64 fedora/39 glibc/2.38 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.5",
  "user_rc_path": "/home/ivanruizmanuel/.condarc",
  "virtual_pkgs": [
    [
      "__archspec",
      "1",
      "skylake"
    ],
    [
      "__conda",
      "23.11.0",
      "0"
    ],
    [
      "__cuda",
      "12.3",
      "0"
    ],
    [
      "__glibc",
      "2.38",
      "0"
    ],
    [
      "__linux",
      "6.7.4",
      "0"
    ],
    [
      "__unix",
      "0",
      "0"
    ]
  ]
}

2024-02-20 10:35:57.464 [debug] Found conda via filesystem probing: conda

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Feb 20, 2024
@hologerry
Copy link

Same issue, some conda envs are duplicated in the Select Interpreter popup window.
image

@karrtikr
Copy link

@hologerry , can you please also provide the debug logs asked earlier? #22918 (comment)

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Feb 23, 2024
@karrtikr
Copy link

@irm-codebase @hologerry Please also make sure to open the list using Python: Select Interpreter command and wait for discovery to finish, before provide the logs.

@irm-codebase
Copy link
Author

@irm-codebase @hologerry Please also make sure to open the list using Python: Select Interpreter command and wait for discovery to finish, before provide the logs.

I did do that... should I submit again?

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Feb 23, 2024
@karrtikr
Copy link

I see, it seemed like discovery didn't finish for you before the logs were captured. If its not too much trouble, can you try the refresh icon on top right to make sure discovery is triggered first?

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Feb 23, 2024
@karrtikr karrtikr removed the info-needed Issue requires more information from poster label Feb 25, 2024
@karrtikr
Copy link

I've prepared a fix which very likely fixes the issue, please give it a try: https://github.com/microsoft/vscode-python/actions/runs/8045205090/artifacts/1274325464. You can use Extension: Install from VSIX command to install it.

Make sure run Python: Clear cache and reload window command.

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Feb 26, 2024
karrtikr pushed a commit that referenced this issue Feb 26, 2024
Failing tests are due to
#22965, this can still
be reviewed.

Closes #22918 closes
#22146
@irm-codebase
Copy link
Author

@karrtikr Thank you!
I'd rather wait for the patch to be in the main app. I'll reopen this issue if there is a reason to.

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Feb 26, 2024
@karrtikr
Copy link

Fix should be out in the pre-release version of the extension, use the following to try it out:

image

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Feb 26, 2024
@irm-codebase
Copy link
Author

Ran the instructions, and now the environments seem to be behaving!

Thank you for all the help @karrtikr !

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Feb 26, 2024
@karrtikr karrtikr added bug Issue identified by VS Code Team member as probable bug area-environments Features relating to handling interpreter environments needs PR Ready to be worked on and removed triage-needed Needs assignment to the proper sub-team labels Feb 26, 2024
@karrtikr karrtikr added this to the March 2024 milestone Feb 26, 2024
@karrtikr karrtikr added the verified Verification succeeded label Feb 26, 2024
anthonykim1 pushed a commit that referenced this issue Feb 29, 2024
Failing tests are due to
#22965, this can still
be reviewed.

Closes #22918 closes
#22146
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 29, 2024
wesm pushed a commit to posit-dev/positron that referenced this issue Apr 5, 2024
wesm pushed a commit to posit-dev/positron that referenced this issue Apr 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-environments Features relating to handling interpreter environments bug Issue identified by VS Code Team member as probable bug needs PR Ready to be worked on verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants