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

Venv not detected correctly #21619

Closed
alecov opened this issue Jul 12, 2023 · 2 comments
Closed

Venv not detected correctly #21619

alecov opened this issue Jul 12, 2023 · 2 comments
Assignees
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@alecov
Copy link

alecov commented Jul 12, 2023

Type: Bug

Behaviour

Expected vs. Actual

Expected: Venv detected according to venvFolders setting.
Actual: Venv sometimes not detected when they should; sometimes detected when they should not.

Steps to reproduce:

  1. Have this in your settings:
  "python.venvFolders": [
    "${workspaceFolder}/output/env",
    "${workspaceFolder}/output",
    "output/env", // Unsure if this means the same as above
    "output"
  ]
  1. Create new directory with file.py.
  2. Create venv at output/env, confirm it is not detected by the extension (it should be).
  3. Create venv at env, confirm it is detected by the extension (why? Explicitly not configured for that).
  4. Create venv at env2, confirm it is detected by the extension (it should not be, what's the meaning of the setting otherwise).

Diagnostic data

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

2023-07-12 16:55:55.306 [info] Telemetry level is off
2023-07-12 16:55:55.306 [info] Experiments are disabled, only manually opted experiments are active.
2023-07-12 16:55:55.306 [info] Test server listening.
2023-07-12 16:55:55.306 [info] Python interpreter path: /bin/python
2023-07-12 16:55:55.306 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:55:55.334 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:55:55.334 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:55:55.334 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:55:55.334 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:55:55.334 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:55:55.334 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:55:55.495 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:56:25.083 [info] Telemetry level is off
2023-07-12 16:56:25.083 [info] Experiments are disabled, only manually opted experiments are active.
2023-07-12 16:56:25.142 [info] Test server listening.
2023-07-12 16:56:25.157 [info] > conda info --json
2023-07-12 16:56:25.351 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:56:25.365 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:56:25.365 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:56:25.365 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:56:25.365 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:56:25.365 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 16:56:25.365 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-07-12 16:56:25.365 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-07-12 16:56:25.365 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-07-12 16:56:25.376 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:56:25.377 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:56:25.378 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:56:25.422 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:56:25.422 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:56:25.422 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:56:25.422 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:56:25.433 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:56:25.434 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:56:25.434 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:56:25.434 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:56:25.484 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:56:25.484 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:56:25.484 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:56:25.484 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:56:25.506 [info] > /bin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:56:25.528 [info] > /bin/python3.9 -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:56:25.577 [info] > /sbin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:56:25.608 [info] > /sbin/python3.9 -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:56:25.646 [info] > /usr/bin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:56:25.678 [info] > /usr/bin/python3.9 -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:56:25.711 [info] > /usr/sbin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:56:25.754 [info] > /usr/sbin/python3.9 -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:56:25.893 [info] Python interpreter path: /bin/python
2023-07-12 16:56:27.260 [info] Starting Pylance language server.
2023-07-12 16:56:36.487 [info] > ./env/bin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:56:38.430 [info] Discover tests for workspace name: test - uri: xxxxxx
2023-07-12 16:56:39.046 [info] Discover tests for workspace name: test - uri: xxxxxxx
2023-07-12 16:56:52.352 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:56:52.353 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:56:52.353 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:56:52.353 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:56:52.404 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:56:52.405 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:56:52.405 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:56:52.405 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:56:52.418 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:56:52.418 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:56:52.419 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:56:52.419 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:56:52.456 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:56:52.456 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:56:52.456 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:56:52.456 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:57:02.264 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:57:02.264 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:57:02.264 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:57:02.264 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:57:02.319 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:57:02.319 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:57:02.319 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:57:02.319 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:57:02.334 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:57:02.335 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:57:02.335 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:57:02.335 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:57:02.380 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:57:02.380 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:57:02.380 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:57:02.380 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:57:21.313 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:57:21.313 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:57:21.313 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:57:21.313 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:57:21.355 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:57:21.356 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:57:21.356 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:57:21.356 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:57:21.373 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:57:21.373 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:57:21.373 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:57:21.373 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:57:21.423 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:57:21.423 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:57:21.423 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:57:21.423 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:57:22.095 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:57:22.095 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:57:22.095 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:57:22.096 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:57:22.153 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:57:22.154 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:57:22.154 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:57:22.154 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:57:22.175 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:57:22.176 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:57:22.176 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:57:22.176 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:57:22.223 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:57:22.223 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:57:22.223 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:57:22.223 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:57:28.651 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:57:28.652 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:57:28.652 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:57:28.653 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:57:28.753 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:57:28.754 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:57:28.754 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:57:28.755 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:57:28.773 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:57:28.774 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:57:28.774 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:57:28.774 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:57:28.831 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:57:28.832 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:57:28.832 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:57:28.832 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:57:29.475 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:57:29.476 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:57:29.476 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:57:29.476 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:57:29.514 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:57:29.514 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:57:29.514 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:57:29.515 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:57:29.533 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:57:29.534 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:57:29.534 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:57:29.534 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:57:29.572 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:57:29.572 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:57:29.572 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:57:29.573 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:57:30.012 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:57:30.013 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:57:30.013 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:57:30.013 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:57:30.062 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:57:30.062 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:57:30.062 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:57:30.062 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:57:30.078 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:57:30.079 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:57:30.079 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:57:30.079 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:57:30.139 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:57:30.140 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:57:30.140 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:57:30.140 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:57:33.594 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:57:33.595 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:57:33.595 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:57:33.595 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:57:33.628 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:57:33.629 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:57:33.629 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:57:33.629 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:57:33.642 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:57:33.642 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:57:33.643 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:57:33.643 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:57:33.685 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:57:33.686 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:57:33.686 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:57:33.686 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:57:48.594 [info] > ./env/bin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:57:59.534 [info] > ./env2/bin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:58:07.241 [info] > ./env/bin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 16:58:07.250 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:58:07.250 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:58:07.251 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:58:07.251 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:58:07.300 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:58:07.301 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:58:07.301 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:58:07.301 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:58:07.314 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:58:07.315 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:58:07.315 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:58:07.315 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:58:07.360 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:58:07.360 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:58:07.361 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:58:07.361 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:58:07.779 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:58:07.779 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:58:07.780 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:58:07.780 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:58:07.819 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:58:07.820 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:58:07.820 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:58:07.820 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:58:07.831 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:58:07.831 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:58:07.831 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:58:07.831 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:58:07.877 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:58:07.877 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:58:07.877 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:58:07.877 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:58:08.658 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:58:08.659 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:58:08.659 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:58:08.659 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:58:08.698 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:58:08.698 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:58:08.698 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:58:08.698 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:58:08.708 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:58:08.709 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:58:08.709 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:58:08.709 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:58:08.751 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:58:08.751 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:58:08.751 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:58:08.752 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:58:10.490 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:58:10.491 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:58:10.491 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:58:10.491 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:58:10.525 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:58:10.525 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:58:10.525 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:58:10.525 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:58:10.538 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:58:10.538 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:58:10.539 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:58:10.539 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:58:10.578 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:58:10.578 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:58:10.578 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:58:10.578 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:58:17.125 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:58:17.125 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:58:17.126 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:58:17.126 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:58:17.164 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:58:17.164 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:58:17.164 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:58:17.165 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:58:17.175 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:58:17.175 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:58:17.175 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:58:17.175 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:58:17.216 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:58:17.216 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:58:17.216 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:58:17.216 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:58:17.945 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:58:17.946 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:58:17.947 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:58:17.947 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:58:17.985 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:58:17.986 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:58:17.986 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:58:17.986 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:58:18.006 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:58:18.006 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:58:18.006 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:58:18.006 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:58:18.067 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:58:18.068 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:58:18.068 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:58:18.068 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:58:18.577 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:58:18.578 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:58:18.579 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:58:18.579 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:58:18.665 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:58:18.666 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:58:18.666 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:58:18.666 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:58:18.682 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:58:18.683 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:58:18.683 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:58:18.683 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:58:18.717 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:58:18.721 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:58:18.721 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:58:18.721 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:58:19.283 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:58:19.284 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:58:19.284 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:58:19.284 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:58:19.319 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:58:19.319 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:58:19.320 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:58:19.320 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:58:19.329 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:58:19.330 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:58:19.330 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:58:19.330 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:58:19.366 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:58:19.366 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:58:19.367 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:58:19.367 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 16:58:20.005 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 16:58:20.006 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 16:58:20.006 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 16:58:20.006 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 16:58:20.058 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 16:58:20.059 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 16:58:20.059 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 16:58:20.059 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 16:58:20.075 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 16:58:20.076 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 16:58:20.076 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 16:58:20.076 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 16:58:20.135 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 16:58:20.135 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 16:58:20.135 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 16:58:20.135 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 17:05:40.517 [info] Starting Jedi language server for test.
2023-07-12 17:05:52.642 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 17:05:52.643 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 17:05:52.644 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 17:05:52.645 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 17:05:52.781 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 17:05:52.782 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 17:05:52.782 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 17:05:52.783 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 17:05:52.825 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 17:05:52.826 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 17:05:52.826 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 17:05:52.826 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 17:05:52.925 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 17:05:52.926 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 17:05:52.926 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 17:05:52.926 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 17:05:53.766 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 17:05:53.767 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 17:05:53.767 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 17:05:53.768 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 17:05:53.802 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 17:05:53.803 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 17:05:53.803 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 17:05:53.803 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 17:05:53.818 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 17:05:53.818 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 17:05:53.819 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 17:05:53.819 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 17:05:53.880 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 17:05:53.881 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 17:05:53.882 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 17:05:53.882 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 17:05:54.618 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 17:05:54.620 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 17:05:54.621 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 17:05:54.622 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 17:05:54.742 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 17:05:54.743 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 17:05:54.743 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 17:05:54.744 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 17:05:54.777 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 17:05:54.778 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 17:05:54.779 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 17:05:54.779 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 17:05:54.901 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 17:05:54.902 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 17:05:54.903 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 17:05:54.903 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 17:05:59.853 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 17:05:59.853 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 17:05:59.853 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 17:05:59.854 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 17:05:59.888 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 17:05:59.888 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 17:05:59.888 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 17:05:59.888 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 17:05:59.903 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 17:05:59.903 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 17:05:59.903 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 17:05:59.903 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 17:05:59.947 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 17:05:59.948 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 17:05:59.948 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 17:05:59.948 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 17:06:49.949 [info] Telemetry level is off
2023-07-12 17:06:49.949 [info] Experiments are disabled, only manually opted experiments are active.
2023-07-12 17:06:49.961 [info] Test server listening.
2023-07-12 17:06:49.977 [info] > conda info --json
2023-07-12 17:06:50.212 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 17:06:50.287 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 17:06:50.287 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 17:06:50.287 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 17:06:50.287 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 17:06:50.287 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 17:06:50.288 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-07-12 17:06:50.288 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-07-12 17:06:50.288 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-07-12 17:06:50.293 [info] Found: /bin/python --> /bin/python3.11
2023-07-12 17:06:50.364 [info] Found: /bin/python3 --> /bin/python3.11
2023-07-12 17:06:50.374 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-07-12 17:06:50.410 [info] Found: /bin/python3.9 --> /bin/python3.9
2023-07-12 17:06:50.897 [info] Found: /sbin/python --> /sbin/python3.11
2023-07-12 17:06:50.918 [info] > ./env/bin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 17:06:50.919 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-07-12 17:06:50.919 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-07-12 17:06:50.921 [info] Found: /sbin/python3.9 --> /sbin/python3.9
2023-07-12 17:06:50.937 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-07-12 17:06:50.950 [info] > ./env2/bin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 17:06:50.952 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-07-12 17:06:50.967 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-07-12 17:06:50.968 [info] Found: /usr/bin/python3.9 --> /usr/bin/python3.9
2023-07-12 17:06:51.029 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-07-12 17:06:51.030 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-07-12 17:06:51.030 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-07-12 17:06:51.031 [info] Found: /usr/sbin/python3.9 --> /usr/sbin/python3.9
2023-07-12 17:06:51.058 [info] > /bin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 17:06:51.094 [info] > /bin/python3.9 -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 17:06:51.142 [info] > /sbin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 17:06:51.175 [info] > /sbin/python3.9 -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 17:06:51.210 [info] > /usr/bin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 17:06:51.246 [info] > /usr/bin/python3.9 -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 17:06:51.286 [info] > /usr/sbin/python -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 17:06:51.327 [info] > /usr/sbin/python3.9 -I ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/get_output_via_markers.py ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/interpreterInfo.py
2023-07-12 17:06:51.503 [info] Python interpreter path: ./env/bin/python
2023-07-12 17:06:51.618 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-07-12 17:06:51.649 [info] > . ./env/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-oss/extensions/ms-python.python-2023.12.0/pythonFiles/printEnvVariables.py
2023-07-12 17:06:51.650 [info] shell: bash
2023-07-12 17:06:52.998 [info] Starting Jedi language server for test.

User Settings

venvFolders: as above.
languageServer: "Jedi"

Extension version: 2023.12.0
VSCodium version: VSCodium 1.79.2 (19c0f5cefaeb2637b45a9c7a356151fcfdcda1e9, 2023-06-15T18:19:23.116Z)
OS version: Linux x64 6.0.7-arch1-1
Modes:

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jul 12, 2023
@karrtikr
Copy link

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

@karrtikr
Copy link

image

python.venvFolder setting is only meant to refer to folders directly under home directory, so none of the configs work. You probably want to use python.venvPath setting:

image

Closing in favor of #1479

@karrtikr karrtikr closed this as not planned Won't fix, can't repro, duplicate, stale Jul 21, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants