Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Python extension opens two terminals when executing code in REPL #21282

Copy link
Copy link
@clementpoiret

Description

@clementpoiret
Issue body actions

Type: Bug

Behaviour

Expected vs. Actual

Previously, shift+enter opened one terminal that activated the env, started the REPL, then runned the line. Now, it opens two terminals, starts conda env + REPL in one, and run the line in a new terminal which causes errors because the REPL is not started in the one.

source /home/cp264607/mambaforge/bin/activate pycaret
from pathlib import Path
❯ source /home/cp264607/mambaforge/bin/activate pycaret
❯ from pathlib import Path
zsh: command not found: from

Steps to reproduce:

  1. Shift+Enter two execute a line to the terminal

Diagnostic data

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

2023-05-23 09:47:56.027 [info] Experiment 'pythonPromptNewFormatterExt' is active
2023-05-23 09:47:56.027 [info] Experiment 'pythonPromptNewToolsExt' is active
2023-05-23 09:47:56.032 [info] Test server listening.
2023-05-23 09:47:56.037 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:56.037 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:56.046 [info] > conda info --json
2023-05-23 09:47:56.050 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:56.098 [info] > ~/.conda/bin/conda info --json
2023-05-23 09:47:56.100 [info] Found: /bin/python --> /bin/python3.11
2023-05-23 09:47:56.101 [info] Found: /bin/python3 --> /bin/python3.11
2023-05-23 09:47:56.106 [info] > ~/mambaforge/envs/FringuantAI/bin/conda info --json
2023-05-23 09:47:56.111 [info] > ~/mambaforge/bin/conda info --json
2023-05-23 09:47:56.112 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-05-23 09:47:56.112 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:56.113 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:56.113 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:56.132 [info] > ~/anaconda3/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:47:56.153 [error] [Error: Command failed: /home/cp264607/anaconda3/bin/python -I /home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py /home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
/bin/sh: line 1: /home/cp264607/anaconda3/bin/python: No such file or directory

	at ChildProcess.exithandler (node:child_process:409:12)
	at ChildProcess.emit (node:events:513:28)
	at maybeClose (node:internal/child_process:1112:16)
	at Socket.<anonymous> (node:internal/child_process:470:11)
	at Socket.emit (node:events:513:28)
	at Pipe.<anonymous> (node:net:757:14)] {
  code: 127,
  killed: false,
  signal: null,
  cmd: '/home/cp264607/anaconda3/bin/python -I /home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py /home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py'
}
2023-05-23 09:47:56.153 [info] Found: /sbin/python --> /sbin/python3.11
2023-05-23 09:47:56.154 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-05-23 09:47:56.154 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-05-23 09:47:56.162 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-05-23 09:47:56.162 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-05-23 09:47:56.163 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-05-23 09:47:56.408 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:56.433 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-05-23 09:47:56.433 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-05-23 09:47:57.086 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-05-23 09:47:57.549 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:57.549 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-05-23 09:47:57.581 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-05-23 09:47:58.237 [info] > ~/anaconda3/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:47:58.286 [info] > ~/mambaforge/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:47:58.316 [error] Error: Command failed: /home/cp264607/anaconda3/bin/python -I /home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py /home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
/bin/sh: line 1: /home/cp264607/anaconda3/bin/python: No such file or directory

    at ChildProcess.exithandler (node:child_process:409:12)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1112:16)
    at Socket.<anonymous> (node:internal/child_process:470:11)
    at Socket.emit (node:events:513:28)
    at Pipe.<anonymous> (node:net:757:14) {
  code: 127,
  killed: false,
  signal: null,
  cmd: '/home/cp264607/anaconda3/bin/python -I /home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py /home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py'
}
2023-05-23 09:47:58.347 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:58.347 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:58.352 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:58.352 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:58.372 [info] > ~/mambaforge/envs/FringuantAI/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:47:58.396 [info] > ~/mambaforge/envs/hsf/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:47:58.479 [info] > ~/mambaforge/envs/pycaret/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:47:58.489 [info] > ~/mambaforge/envs/torch2/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:47:58.565 [info] > /bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:47:58.581 [info] > /sbin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:47:58.626 [info] > /usr/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:47:58.639 [info] > /usr/sbin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:47:58.802 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:58.802 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:58.802 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:58.846 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:58.846 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:58.846 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:59.421 [info] Starting Pylance language server.
2023-05-23 09:47:59.426 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:59.426 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:59.436 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:59.436 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:59.441 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:59.446 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:47:59.453 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:47:59.455 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:00.002 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:00.005 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:00.553 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:00.555 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:00.568 [info] Extension search path: /home/cp264607/.vscode-insiders/extensions
2023-05-23 09:48:00.569 [info] Extension search path: /home/cp264607/.vscode-insiders/extensions
2023-05-23 09:48:00.589 [info] > ~/anaconda3/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m bandit ~/.vscode-insiders/extensions/ms-python.vscode-pylance-2023.5.31/dist/bundled/stubs/pandas/__init__.pyi
2023-05-23 09:48:00.589 [info] cwd: ~/.vscode-insiders/extensions/ms-python.vscode-pylance-2023.5.31/dist/bundled/stubs/pandas
2023-05-23 09:48:00.604 [info] > ~/anaconda3/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m mypy --follow-imports=silent --ignore-missing-imports --show-column-numbers --no-pretty ~/.vscode-insiders/extensions/ms-python.vscode-pylance-2023.5.31/dist/bundled/stubs/pandas/__init__.pyi
2023-05-23 09:48:00.604 [info] cwd: ~/.vscode-insiders/extensions/ms-python.vscode-pylance-2023.5.31/dist/bundled/stubs/pandas
2023-05-23 09:48:00.619 [info] > ~/anaconda3/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m prospector __init__.pyi
2023-05-23 09:48:00.619 [info] cwd: ~/.vscode-insiders/extensions/ms-python.vscode-pylance-2023.5.31/dist/bundled/stubs/pandas
2023-05-23 09:48:00.633 [info] > ~/anaconda3/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m pylama ~/.vscode-insiders/extensions/ms-python.vscode-pylance-2023.5.31/dist/bundled/stubs/pandas/__init__.pyi
2023-05-23 09:48:00.633 [info] cwd: ~/.vscode-insiders/extensions/ms-python.vscode-pylance-2023.5.31/dist/bundled/stubs/pandas
2023-05-23 09:48:00.652 [info] > ~/anaconda3/bin/python -c "import bandit"
2023-05-23 09:48:00.653 [info] 
Linter 'bandit' is not installed. Please install it or select another linter".
Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
2023-05-23 09:48:00.653 [warning] Linter 'bandit' is not installed. Please install it or select another linter". Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:497:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /home/cp264607/anaconda3/bin/python',
  path: '/home/cp264607/anaconda3/bin/python',
  spawnargs: [
    '/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py',
    '-m',
    'bandit',
    '/home/cp264607/.vscode-insiders/extensions/ms-python.vscode-pylance-2023.5.31/dist/bundled/stubs/pandas/__init__.pyi'
  ]
}
2023-05-23 09:48:00.666 [info] > ~/anaconda3/bin/python -c "import mypy"
2023-05-23 09:48:00.667 [info] 
Linter 'mypy' is not installed. Please install it or select another linter".
Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
2023-05-23 09:48:00.667 [warning] Linter 'mypy' is not installed. Please install it or select another linter". Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:497:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /home/cp264607/anaconda3/bin/python',
  path: '/home/cp264607/anaconda3/bin/python',
  spawnargs: [
    '/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py',
    '-m',
    'mypy',
    '--follow-imports=silent',
    '--ignore-missing-imports',
    '--show-column-numbers',
    '--no-pretty',
    '/home/cp264607/.vscode-insiders/extensions/ms-python.vscode-pylance-2023.5.31/dist/bundled/stubs/pandas/__init__.pyi'
  ]
}
2023-05-23 09:48:00.679 [info] > ~/anaconda3/bin/python -c "import prospector"
2023-05-23 09:48:00.680 [info] 
Linter 'prospector' is not installed. Please install it or select another linter".
Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
2023-05-23 09:48:00.680 [warning] Linter 'prospector' is not installed. Please install it or select another linter". Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:497:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /home/cp264607/anaconda3/bin/python',
  path: '/home/cp264607/anaconda3/bin/python',
  spawnargs: [
    '/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py',
    '-m',
    'prospector',
    '__init__.pyi'
  ]
}
2023-05-23 09:48:00.692 [info] > ~/anaconda3/bin/python -c "import pylama"
2023-05-23 09:48:00.694 [info] 
Linter 'pylama' is not installed. Please install it or select another linter".
Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
2023-05-23 09:48:00.694 [warning] Linter 'pylama' is not installed. Please install it or select another linter". Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:497:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /home/cp264607/anaconda3/bin/python',
  path: '/home/cp264607/anaconda3/bin/python',
  spawnargs: [
    '/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py',
    '-m',
    'pylama',
    '/home/cp264607/.vscode-insiders/extensions/ms-python.vscode-pylance-2023.5.31/dist/bundled/stubs/pandas/__init__.pyi'
  ]
}
2023-05-23 09:48:00.698 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:00.698 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:00.698 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:00.698 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:00.702 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:00.702 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:00.702 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:00.702 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:00.702 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-05-23 09:48:00.725 [info] > ~/mambaforge/bin/yapf --style "{based_on_style: google}" --diff "~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM/ease.py.e90895bcd35768d21960848cdc34a1e1.tmp"
2023-05-23 09:48:00.725 [info] cwd: ~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM
2023-05-23 09:48:00.914 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:00.914 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:00.926 [info] Extension search path: /home/cp264607/.vscode-insiders/extensions
2023-05-23 09:48:00.926 [info] Extension search path: /home/cp264607/.vscode-insiders/extensions
2023-05-23 09:48:00.944 [info] > ~/anaconda3/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m bandit "~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM/ease.py"
2023-05-23 09:48:00.944 [info] cwd: ~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM
2023-05-23 09:48:00.957 [info] > ~/anaconda3/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m mypy --follow-imports=silent --ignore-missing-imports --show-column-numbers --no-pretty "~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM/ease.py"
2023-05-23 09:48:00.957 [info] cwd: ~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM
2023-05-23 09:48:00.970 [info] > ~/anaconda3/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m prospector ease.py
2023-05-23 09:48:00.970 [info] cwd: ~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM
2023-05-23 09:48:00.981 [info] > ~/anaconda3/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m pylama "~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM/ease.py"
2023-05-23 09:48:00.981 [info] cwd: ~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM
2023-05-23 09:48:00.993 [info] > ~/anaconda3/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m flake8 "~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM/ease.py"
2023-05-23 09:48:00.993 [info] cwd: ~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM
2023-05-23 09:48:01.008 [info] > ~/anaconda3/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m pylint "--generated-members=numpy.* ,torch.*, cv2.*" "~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM/ease.py"
2023-05-23 09:48:01.008 [info] cwd: ~/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM
2023-05-23 09:48:01.028 [info] > ~/anaconda3/bin/python -c "import bandit"
2023-05-23 09:48:01.029 [info] 
Linter 'bandit' is not installed. Please install it or select another linter".
Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
2023-05-23 09:48:01.029 [warning] Linter 'bandit' is not installed. Please install it or select another linter". Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:497:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /home/cp264607/anaconda3/bin/python',
  path: '/home/cp264607/anaconda3/bin/python',
  spawnargs: [
    '/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py',
    '-m',
    'bandit',
    '/home/cp264607/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM/ease.py'
  ]
}
2023-05-23 09:48:01.041 [info] > ~/anaconda3/bin/python -c "import mypy"
2023-05-23 09:48:01.043 [info] 
Linter 'mypy' is not installed. Please install it or select another linter".
Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
2023-05-23 09:48:01.043 [warning] Linter 'mypy' is not installed. Please install it or select another linter". Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:497:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /home/cp264607/anaconda3/bin/python',
  path: '/home/cp264607/anaconda3/bin/python',
  spawnargs: [
    '/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py',
    '-m',
    'mypy',
    '--follow-imports=silent',
    '--ignore-missing-imports',
    '--show-column-numbers',
    '--no-pretty',
    '/home/cp264607/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM/ease.py'
  ]
}
2023-05-23 09:48:01.056 [info] > ~/anaconda3/bin/python -c "import prospector"
2023-05-23 09:48:01.057 [info] 
Linter 'prospector' is not installed. Please install it or select another linter".
Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
2023-05-23 09:48:01.057 [warning] Linter 'prospector' is not installed. Please install it or select another linter". Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:497:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /home/cp264607/anaconda3/bin/python',
  path: '/home/cp264607/anaconda3/bin/python',
  spawnargs: [
    '/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py',
    '-m',
    'prospector',
    'ease.py'
  ]
}
2023-05-23 09:48:01.069 [info] > ~/anaconda3/bin/python -c "import pylama"
2023-05-23 09:48:01.070 [info] 
Linter 'pylama' is not installed. Please install it or select another linter".
Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
2023-05-23 09:48:01.070 [warning] Linter 'pylama' is not installed. Please install it or select another linter". Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:497:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /home/cp264607/anaconda3/bin/python',
  path: '/home/cp264607/anaconda3/bin/python',
  spawnargs: [
    '/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py',
    '-m',
    'pylama',
    '/home/cp264607/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM/ease.py'
  ]
}
2023-05-23 09:48:01.082 [info] > ~/anaconda3/bin/python -c "import flake8"
2023-05-23 09:48:01.083 [info] 
Linter 'flake8' is not installed. Please install it or select another linter".
Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
2023-05-23 09:48:01.083 [warning] Linter 'flake8' is not installed. Please install it or select another linter". Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:497:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /home/cp264607/anaconda3/bin/python',
  path: '/home/cp264607/anaconda3/bin/python',
  spawnargs: [
    '/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py',
    '-m',
    'flake8',
    '/home/cp264607/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM/ease.py'
  ]
}
2023-05-23 09:48:01.094 [info] > ~/anaconda3/bin/python -c "import pylint"
2023-05-23 09:48:01.095 [info] 
Linter 'pylint' is not installed. Please install it or select another linter".
Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
2023-05-23 09:48:01.095 [warning] Linter 'pylint' is not installed. Please install it or select another linter". Error: spawn /home/cp264607/anaconda3/bin/python ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:497:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /home/cp264607/anaconda3/bin/python',
  path: '/home/cp264607/anaconda3/bin/python',
  spawnargs: [
    '/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py',
    '-m',
    'pylint',
    '--generated-members=numpy.* ,torch.*, cv2.*',
    '/home/cp264607/kdrive/FRINGUANT/Shared/KDrive FRINGUANT/Tech/PLM/ease.py'
  ]
}
2023-05-23 09:48:01.097 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:01.097 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:01.097 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:01.097 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:01.097 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:01.097 [warning] Failed to check if /home/cp264607/anaconda3/bin/python is an executable [Error: ENOENT: no such file or directory, lstat '/home/cp264607/anaconda3/bin/python'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/home/cp264607/anaconda3/bin/python'
}
2023-05-23 09:48:01.101 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:01.101 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:01.101 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:01.101 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:01.101 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:01.101 [warning] Identifier for virt-virtualenv failed to identify /home/cp264607/anaconda3/bin/python [Error: ENOENT: no such file or directory, scandir '/home/cp264607/anaconda3/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/home/cp264607/anaconda3/bin'
}
2023-05-23 09:48:05.451 [info] Experiment 'pythonPromptNewFormatterExt' is active
2023-05-23 09:48:05.451 [info] Experiment 'pythonPromptNewToolsExt' is active
2023-05-23 09:48:05.461 [info] Test server listening.
2023-05-23 09:48:05.475 [info] > conda info --json
2023-05-23 09:48:05.482 [info] Python interpreter path: ~/mambaforge/envs/pycaret/bin/python
2023-05-23 09:48:05.506 [info] > ~/.conda/bin/conda info --json
2023-05-23 09:48:05.507 [info] Found: /bin/python --> /bin/python3.11
2023-05-23 09:48:05.509 [info] Found: /bin/python3 --> /bin/python3.11
2023-05-23 09:48:05.509 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-05-23 09:48:05.516 [info] > ~/mambaforge/envs/FringuantAI/bin/conda info --json
2023-05-23 09:48:05.523 [info] > ~/mambaforge/bin/conda info --json
2023-05-23 09:48:05.597 [info] Found: /sbin/python --> /sbin/python3.11
2023-05-23 09:48:05.598 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-05-23 09:48:05.598 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-05-23 09:48:05.893 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-05-23 09:48:05.941 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-05-23 09:48:05.942 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-05-23 09:48:05.991 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-05-23 09:48:05.991 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-05-23 09:48:05.992 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-05-23 09:48:06.023 [info] > /bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:48:06.047 [info] > /sbin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:48:06.136 [info] > /usr/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:48:07.564 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/printEnvVariables.py
2023-05-23 09:48:07.564 [info] shell: bash
2023-05-23 09:48:08.529 [info] > /usr/sbin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:48:08.646 [info] > ~/mambaforge/envs/pycaret/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/normalizeSelection.py
2023-05-23 09:48:09.026 [info] > ~/mambaforge/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:48:09.104 [info] > ~/mambaforge/envs/FringuantAI/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:48:09.128 [info] > ~/mambaforge/envs/hsf/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:48:09.171 [info] > ~/mambaforge/envs/pycaret/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:48:09.193 [info] > ~/mambaforge/envs/torch2/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 09:48:09.367 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 09:48:09.870 [info] Send text to terminal: /home/cp264607/mambaforge/envs/pycaret/bin/python
2023-05-23 09:48:10.048 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 09:48:10.259 [info] Starting Pylance language server.
2023-05-23 09:48:10.549 [info] Send text to terminal: from pathlib import Path

2023-05-23 09:48:10.606 [info] Extension search path: /home/cp264607/.vscode-insiders/extensions
2023-05-23 09:48:10.606 [info] Extension search path: /home/cp264607/.vscode-insiders/extensions
2023-05-23 09:48:10.633 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m bandit ./02.modelling.py
2023-05-23 09:48:10.633 [info] cwd: .
2023-05-23 09:48:10.653 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m mypy --follow-imports=silent --ignore-missing-imports --show-column-numbers --no-pretty ./02.modelling.py
2023-05-23 09:48:10.653 [info] cwd: .
2023-05-23 09:48:10.677 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m prospector 02.modelling.py
2023-05-23 09:48:10.677 [info] cwd: .
2023-05-23 09:48:10.700 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m pylama ./02.modelling.py
2023-05-23 09:48:10.700 [info] cwd: .
2023-05-23 09:48:13.196 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m pylint "--generated-members=numpy.* ,torch.*, cv2.*" ./02.modelling.py
2023-05-23 09:48:13.196 [info] cwd: .
2023-05-23 09:48:13.871 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import bandit"
2023-05-23 09:48:13.937 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import prospector"
2023-05-23 09:48:13.993 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import mypy"
2023-05-23 09:48:14.019 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylama"
2023-05-23 09:48:14.775 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m flake8 ./02.modelling.py
2023-05-23 09:48:14.775 [info] cwd: .
2023-05-23 09:48:16.504 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylint"
2023-05-23 09:48:17.108 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import bandit"
2023-05-23 09:48:17.215 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import mypy"
2023-05-23 09:48:17.288 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylama"
2023-05-23 09:48:17.373 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import prospector"
2023-05-23 09:48:18.179 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import flake8"
2023-05-23 09:48:19.683 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylint"
2023-05-23 09:48:20.189 [info] 
Linter 'bandit' is not installed. Please install it or select another linter".
Error: Module 'bandit' not installed.
2023-05-23 09:48:20.189 [warning] Linter 'bandit' is not installed. Please install it or select another linter". n [Error]: Module 'bandit' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at a.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at a.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:533772)
2023-05-23 09:48:20.231 [info] 
Linter 'mypy' is not installed. Please install it or select another linter".
Error: Module 'mypy' not installed.
2023-05-23 09:48:20.231 [warning] Linter 'mypy' is not installed. Please install it or select another linter". n [Error]: Module 'mypy' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at a.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at a.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:551274)
2023-05-23 09:48:20.418 [info] 
Linter 'prospector' is not installed. Please install it or select another linter".
Error: Module 'prospector' not installed.
2023-05-23 09:48:20.418 [warning] Linter 'prospector' is not installed. Please install it or select another linter". n [Error]: Module 'prospector' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at a.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
2023-05-23 09:48:20.451 [info] 
Linter 'pylama' is not installed. Please install it or select another linter".
Error: Module 'pylama' not installed.
2023-05-23 09:48:20.451 [warning] Linter 'pylama' is not installed. Please install it or select another linter". n [Error]: Module 'pylama' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at s.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at s.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:558557)
2023-05-23 09:48:21.238 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import flake8"
2023-05-23 09:48:22.244 [info] 
Linter 'pylint' is not installed. Please install it or select another linter".
Error: Module 'pylint' not installed.
2023-05-23 09:48:22.244 [warning] Linter 'pylint' is not installed. Please install it or select another linter". n [Error]: Module 'pylint' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at c.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at c.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:559352)
2023-05-23 09:48:23.513 [info] 
Linter 'flake8' is not installed. Please install it or select another linter".
Error: Module 'flake8' not installed.
2023-05-23 09:48:23.513 [warning] Linter 'flake8' is not installed. Please install it or select another linter". n [Error]: Module 'flake8' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at c.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at c.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:539792)
2023-05-23 09:56:25.620 [info] > ~/mambaforge/envs/pycaret/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/normalizeSelection.py
2023-05-23 09:56:25.754 [info] > ~/mambaforge/bin/conda info --json
2023-05-23 09:56:26.592 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 09:56:26.742 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 09:56:27.093 [info] Send text to terminal: /home/cp264607/mambaforge/envs/pycaret/bin/python python
2023-05-23 09:56:27.244 [info] Send text to terminal: from pathlib import Path

2023-05-23 09:57:26.693 [info] > ~/mambaforge/envs/pycaret/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/normalizeSelection.py
2023-05-23 09:57:26.830 [info] > ~/mambaforge/bin/conda info --json
2023-05-23 09:57:27.725 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 09:57:27.818 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 09:57:28.226 [info] Send text to terminal: /home/cp264607/mambaforge/envs/pycaret/bin/python
2023-05-23 09:57:28.319 [info] Send text to terminal: from pathlib import Path

2023-05-23 10:01:33.014 [info] Experiment 'pythonPromptNewFormatterExt' is active
2023-05-23 10:01:33.014 [info] Experiment 'pythonPromptNewToolsExt' is active
2023-05-23 10:01:33.041 [info] Test server listening.
2023-05-23 10:01:33.085 [info] Python interpreter path: ~/mambaforge/envs/pycaret/bin/python
2023-05-23 10:01:36.718 [info] Extension search path: /home/cp264607/.vscode-insiders/extensions
2023-05-23 10:01:36.718 [info] Extension search path: /home/cp264607/.vscode-insiders/extensions
2023-05-23 10:01:37.089 [info] > conda info --json
2023-05-23 10:01:37.637 [info] > ~/.conda/bin/conda info --json
2023-05-23 10:01:37.724 [info] Starting Pylance language server.
2023-05-23 10:01:37.730 [info] Found: /bin/python --> /bin/python3.11
2023-05-23 10:01:37.908 [info] Found: /bin/python3 --> /bin/python3.11
2023-05-23 10:01:37.921 [info] > ~/mambaforge/envs/FringuantAI/bin/conda info --json
2023-05-23 10:01:37.934 [info] > ~/mambaforge/bin/conda info --json
2023-05-23 10:01:37.935 [info] Found: /bin/python3.11 --> /bin/python3.11
2023-05-23 10:01:37.970 [info] Found: /sbin/python --> /sbin/python3.11
2023-05-23 10:01:37.976 [info] Found: /sbin/python3 --> /sbin/python3.11
2023-05-23 10:01:37.979 [info] Found: /sbin/python3.11 --> /sbin/python3.11
2023-05-23 10:01:37.995 [info] Found: /usr/bin/python --> /usr/bin/python3.11
2023-05-23 10:01:37.996 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11
2023-05-23 10:01:37.996 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11
2023-05-23 10:01:38.032 [info] Found: /usr/sbin/python --> /usr/sbin/python3.11
2023-05-23 10:01:38.032 [info] Found: /usr/sbin/python3 --> /usr/sbin/python3.11
2023-05-23 10:01:38.032 [info] Found: /usr/sbin/python3.11 --> /usr/sbin/python3.11
2023-05-23 10:01:38.063 [info] > /bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 10:01:38.103 [info] > /sbin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 10:01:38.135 [info] > /usr/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 10:01:38.175 [info] > /usr/sbin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 10:01:39.531 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/printEnvVariables.py
2023-05-23 10:01:39.531 [info] shell: bash
2023-05-23 10:01:39.554 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m bandit ./02.modelling.py
2023-05-23 10:01:39.554 [info] cwd: .
2023-05-23 10:01:39.580 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m mypy --follow-imports=silent --ignore-missing-imports --show-column-numbers --no-pretty ./02.modelling.py
2023-05-23 10:01:39.580 [info] cwd: .
2023-05-23 10:01:39.600 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m prospector 02.modelling.py
2023-05-23 10:01:39.600 [info] cwd: .
2023-05-23 10:01:39.626 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m pylama ./02.modelling.py
2023-05-23 10:01:39.626 [info] cwd: .
2023-05-23 10:01:39.665 [info] > ~/mambaforge/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 10:01:39.699 [info] > ~/mambaforge/envs/FringuantAI/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 10:01:39.745 [info] > ~/mambaforge/envs/hsf/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 10:01:39.773 [info] > ~/mambaforge/envs/pycaret/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 10:01:39.820 [info] > ~/mambaforge/envs/torch2/bin/python -I ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/interpreterInfo.py
2023-05-23 10:01:41.921 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import prospector"
2023-05-23 10:01:41.939 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import mypy"
2023-05-23 10:01:41.960 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylama"
2023-05-23 10:01:42.024 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import bandit"
2023-05-23 10:01:43.823 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylama"
2023-05-23 10:01:44.039 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import bandit"
2023-05-23 10:01:44.109 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import mypy"
2023-05-23 10:01:44.313 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import prospector"
2023-05-23 10:01:45.665 [info] 
Linter 'pylama' is not installed. Please install it or select another linter".
Error: Module 'pylama' not installed.
2023-05-23 10:01:45.665 [warning] Linter 'pylama' is not installed. Please install it or select another linter". n [Error]: Module 'pylama' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at s.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at s.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:558557)
2023-05-23 10:01:45.868 [info] 
Linter 'bandit' is not installed. Please install it or select another linter".
Error: Module 'bandit' not installed.
2023-05-23 10:01:45.868 [warning] Linter 'bandit' is not installed. Please install it or select another linter". n [Error]: Module 'bandit' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at a.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at a.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:533772)
2023-05-23 10:01:46.020 [info] 
Linter 'mypy' is not installed. Please install it or select another linter".
Error: Module 'mypy' not installed.
2023-05-23 10:01:46.020 [warning] Linter 'mypy' is not installed. Please install it or select another linter". n [Error]: Module 'mypy' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at a.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at a.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:551274)
2023-05-23 10:01:46.225 [info] 
Linter 'prospector' is not installed. Please install it or select another linter".
Error: Module 'prospector' not installed.
2023-05-23 10:01:46.225 [warning] Linter 'prospector' is not installed. Please install it or select another linter". n [Error]: Module 'prospector' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at a.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
2023-05-23 10:01:48.261 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m pylint "--generated-members=numpy.* ,torch.*, cv2.*" ./02.modelling.py
2023-05-23 10:01:48.261 [info] cwd: .
2023-05-23 10:01:48.765 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m flake8 ./02.modelling.py
2023-05-23 10:01:48.765 [info] cwd: .
2023-05-23 10:01:49.271 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylint"
2023-05-23 10:01:49.865 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import flake8"
2023-05-23 10:01:50.338 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylint"
2023-05-23 10:01:50.893 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import flake8"
2023-05-23 10:01:51.323 [info] 
Linter 'pylint' is not installed. Please install it or select another linter".
Error: Module 'pylint' not installed.
2023-05-23 10:01:51.323 [warning] Linter 'pylint' is not installed. Please install it or select another linter". n [Error]: Module 'pylint' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at c.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at c.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:559352)
2023-05-23 10:01:52.008 [info] 
Linter 'flake8' is not installed. Please install it or select another linter".
Error: Module 'flake8' not installed.
2023-05-23 10:01:52.008 [warning] Linter 'flake8' is not installed. Please install it or select another linter". n [Error]: Module 'flake8' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at c.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at c.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:539792)
2023-05-23 10:01:59.683 [info] > ~/mambaforge/envs/pycaret/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/normalizeSelection.py
2023-05-23 10:01:59.812 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 10:02:00.313 [info] Send text to terminal: /home/cp264607/mambaforge/envs/pycaret/bin/python
2023-05-23 10:02:00.808 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 10:02:01.309 [info] Send text to terminal: from pathlib import Path
import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
import seaborn as sns
from pycaret.regression import *
from rich.progress import track

2023-05-23 10:02:18.874 [info] Extension search path: /home/cp264607/.vscode-insiders/extensions
2023-05-23 10:02:18.874 [info] Extension search path: /home/cp264607/.vscode-insiders/extensions
2023-05-23 10:02:18.906 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m mypy --follow-imports=silent --ignore-missing-imports --show-column-numbers --no-pretty ./pd
2023-05-23 10:02:18.906 [info] cwd: .
2023-05-23 10:02:18.925 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m bandit ./pd
2023-05-23 10:02:18.925 [info] cwd: .
2023-05-23 10:02:18.946 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m pylama ./pd
2023-05-23 10:02:18.946 [info] cwd: .
2023-05-23 10:02:18.967 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m prospector pd
2023-05-23 10:02:18.967 [info] cwd: .
2023-05-23 10:02:18.994 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m flake8 ./pd
2023-05-23 10:02:18.994 [info] cwd: .
2023-05-23 10:02:19.026 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/linter.py -m pylint "--generated-members=numpy.* ,torch.*, cv2.*" ./pd
2023-05-23 10:02:19.026 [info] cwd: .
2023-05-23 10:02:21.301 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import mypy"
2023-05-23 10:02:21.407 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import prospector"
2023-05-23 10:02:21.429 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylama"
2023-05-23 10:02:21.458 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import bandit"
2023-05-23 10:02:21.543 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import flake8"
2023-05-23 10:02:21.695 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylint"
2023-05-23 10:02:22.461 [info] > ~/mambaforge/envs/pycaret/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/normalizeSelection.py
2023-05-23 10:02:22.611 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 10:02:23.112 [info] Send text to terminal: from pathlib import Path

2023-05-23 10:02:23.203 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import bandit"
2023-05-23 10:02:23.228 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import mypy"
2023-05-23 10:02:23.246 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import prospector"
2023-05-23 10:02:23.277 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import flake8"
2023-05-23 10:02:23.305 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylama"
2023-05-23 10:02:23.497 [info] > ~/mambaforge/bin/conda run -n pycaret --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/get_output_via_markers.py -c "import pylint"
2023-05-23 10:02:24.977 [info] 
Linter 'bandit' is not installed. Please install it or select another linter".
Error: Module 'bandit' not installed.
2023-05-23 10:02:24.977 [warning] Linter 'bandit' is not installed. Please install it or select another linter". n [Error]: Module 'bandit' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at a.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at a.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:533772)
2023-05-23 10:02:25.142 [info] 
Linter 'prospector' is not installed. Please install it or select another linter".
Error: Module 'prospector' not installed.
2023-05-23 10:02:25.142 [warning] Linter 'prospector' is not installed. Please install it or select another linter". n [Error]: Module 'prospector' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at a.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
2023-05-23 10:02:25.151 [info] 
Linter 'mypy' is not installed. Please install it or select another linter".
Error: Module 'mypy' not installed.
2023-05-23 10:02:25.151 [warning] Linter 'mypy' is not installed. Please install it or select another linter". n [Error]: Module 'mypy' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at a.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at a.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:551274)
2023-05-23 10:02:25.385 [info] 
Linter 'pylint' is not installed. Please install it or select another linter".
Error: Module 'pylint' not installed.
2023-05-23 10:02:25.385 [warning] Linter 'pylint' is not installed. Please install it or select another linter". n [Error]: Module 'pylint' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at c.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at c.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:559352)
2023-05-23 10:02:25.510 [info] 
Linter 'pylama' is not installed. Please install it or select another linter".
Error: Module 'pylama' not installed.
2023-05-23 10:02:25.510 [warning] Linter 'pylama' is not installed. Please install it or select another linter". n [Error]: Module 'pylama' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at s.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at s.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:558557)
2023-05-23 10:02:25.544 [info] 
Linter 'flake8' is not installed. Please install it or select another linter".
Error: Module 'flake8' not installed.
2023-05-23 10:02:25.544 [warning] Linter 'flake8' is not installed. Please install it or select another linter". n [Error]: Module 'flake8' not installed.
    at s.execForLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:237272)
    at c.run (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:535849)
    at c.runLinter (/home/cp264607/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/out/client/extension.js:2:539792)
2023-05-23 10:02:46.037 [info] > ~/mambaforge/envs/pycaret/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/normalizeSelection.py
2023-05-23 10:02:46.158 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 10:02:46.661 [info] Send text to terminal: /home/cp264607/mambaforge/envs/pycaret/bin/python
2023-05-23 10:02:47.158 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 10:02:47.660 [info] Send text to terminal: from pathlib import Path

2023-05-23 10:02:57.216 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 10:10:26.352 [info] > ~/mambaforge/envs/pycaret/bin/python ~/.vscode-insiders/extensions/ms-python.python-2023.9.11371007/pythonFiles/normalizeSelection.py
2023-05-23 10:10:26.485 [info] > ~/mambaforge/bin/conda info --json
2023-05-23 10:10:27.275 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 10:10:27.472 [info] Send text to terminal: source /home/cp264607/mambaforge/bin/activate pycaret
2023-05-23 10:10:27.776 [info] Send text to terminal: /home/cp264607/mambaforge/envs/pycaret/bin/python
2023-05-23 10:10:27.972 [info] Send text to terminal: from pathlib import Path

User Settings


languageServer: "Pylance"

linting
• flake8Enabled: true
• banditEnabled: true
• mypyEnabled: true
• prospectorEnabled: true
• pylamaEnabled: true
• pylintArgs: "<placeholder>"

formatting
• provider: "yapf"
• yapfArgs: "<placeholder>"
• yapfPath: "<placeholder>"

Extension version: 2023.9.11371007
VS Code version: Code - Insiders 1.79.0-insider (7a7d457, 2023-05-16T05:23:57.470Z)
OS version: Linux x64 6.3.3-x64v3-xanmod1
Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz (12 x 3398)
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
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.23GB (11.14GB free)
Process Argv --crash-reporter-id e27e88d7-1bf3-4176-bf7c-e968f3ba4d1b
Screen Reader no
VM 0%
DESKTOP_SESSION hyprland
XDG_CURRENT_DESKTOP Hyprland
XDG_SESSION_DESKTOP undefined
XDG_SESSION_TYPE wayland
A/B Experiments
vsliv695:30137379
vsins829:30139715
vsliv368:30146709
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256198
vslsvsres303:30308271
pythontb:30258533
vsc_aa:30263845
pythonptprofiler:30281269
vshan820:30294714
vscod805:30301674
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593cf:30376535
pythonvs932:30404738
cppdebug:30492333
vsclangdf:30492506
c4g48928:30535728
dsvsc012cf:30540253
pynewext54:30618038
pylantcb52:30590116
pyind779:30611226
pythonsymbol12:30651887
showlangstatbar:30737417
pythonms35:30671666
03d35959:30680466
24365598:30687740
pythonfmttext:30716741
pythoncmvfstr:30726892
fixshowwlkth:30724385
showsbindicator:30724477
pythongtdpath:30726887

mikekistler

Metadata

Metadata

Assignees

Labels

area-terminalbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.