microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.3k stars 293 forks source link

Jupyter cannot find any kernel, or even the Python extension. #16019

Closed Jacfger closed 3 weeks ago

Jacfger commented 2 months ago

Type: Bug

I find my Jupyter doesn't seem to find any Python installation locally, even though there were multiple conda environments and base python from system. This happened to both my Macbook Pro and Linux. But strangely not to my remote servers. (Both are Linux)

Steps:

  1. When shift enter a block of interactive code cell (i.e. code blocks surrounded by # %%), an interactive will be created, but it's prompted to select a kernel to run cell.
  2. When clicked on the select a kernel, menu with choices Python3 (ipykernel) Current selected and Select Another Kernel is prompted.
    1. The former one had no response,
    2. The latter option led to further choices Python Environment, Jupyter Kernel, Existing Jupyter Server.
      1. The first option led to a info message Installing Python extension and locating kernels. (Which fails eventually).
      2. The second option doesn't do anything (just like selecting ipykernel in previous step)
      3. The third option also doesn't work. I did try launching a jupyter notebook server, but entering the links ended up prompting for selecting a kernel ipykernel, which doesn't do anything. When attempting to run the cell nothing happens.

Here's the trace output of Jupyter extension.

Visual Studio Code - Insiders (1.93.0-insider, undefined, desktop)
Jupyter Extension Version: 2024.7.0.
Python Extension not installed.
Pylance Extension not installed.
Platform: linux (x64).
Workspace folder ~/workspace/visionary/aiscans, Home = /home/jacfger
22:19:17.422 [debug] Start refreshing Kernel Picker (1725545957422)
22:19:17.837 [debug] Get Custom Env Variables, Class name = Sm, completed in 416ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
22:19:17.838 [debug] Jupyter Paths /kernels: 
22:19:17.838 [debug] Kernel Spec Root Paths, /usr/share/jupyter/kernels, /usr/local/share/jupyter/kernels, ~/.local/share/jupyter/kernels
22:19:17.838 [trace] Preferred Remote kernel for /Interactive-1.interactive is undefined
22:19:17.846 [trace] No controller, hence notebook communications cannot be initialized for editor /Interactive-1.interactive
22:19:18.420 [debug] Error in detecting whether url is isJupyterHub: FetchError: request to http://127.0.0.1:8888/hub/api failed, reason: connect ECONNREFUSED 127.0.0.1:8888
22:19:18.428 [debug] Controller selection change completed
22:19:18.624 [error] Failed to validate Password info D [FetchError]: request to http://127.0.0.1:8888/ failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) {
  type: 'system',
  errno: 'ECONNREFUSED',
  code: 'ECONNREFUSED'
}
22:19:18.797 [error] Error fetching kernels from http://127.0.0.1:8888/ (127.0.0.1): FetchError: request to http://127.0.0.1:8888/api/kernels?1725545958629 failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
22:19:18.797 [trace] Disposing Jupyter Lab Helper
22:19:18.798 [trace] SessionManager - dispose contents manager
22:19:18.798 [trace] ShutdownSessionAndConnection - dispose session manager
22:19:18.800 [trace] Finished disposing Jupyter Lab Helper
22:19:18.801 [error] Jupyter Lab Helper:getKernelSpecs failure:  Error: Poll (@jupyterlab/services:KernelSpecManager#specs) is disposed.
    at v.dispose (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/@jupyterlab/services.js:11:10935)
    at ni.dispose (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/@jupyterlab/services.js:11:29299)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:181:15205
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
22:19:19.047 [debug] Error in detecting whether url is isJupyterHub: FetchError: request to http://127.0.0.1:8888/hub/api failed, reason: connect ECONNREFUSED 127.0.0.1:8888
22:19:19.097 [error] Failed to validate Password info D [FetchError]: request to http://127.0.0.1:8888/ failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) {
  type: 'system',
  errno: 'ECONNREFUSED',
  code: 'ECONNREFUSED'
}
22:19:19.129 [error] Error fetching kernels from http://127.0.0.1:8888/ (127.0.0.1): FetchError: request to http://127.0.0.1:8888/api/kernels?1725545959099 failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
22:19:19.129 [trace] Disposing Jupyter Lab Helper
22:19:19.130 [trace] SessionManager - dispose contents manager
22:19:19.130 [trace] ShutdownSessionAndConnection - dispose session manager
22:19:19.131 [trace] Finished disposing Jupyter Lab Helper
22:19:19.131 [error] Jupyter Lab Helper:getKernelSpecs failure:  Error: Poll (@jupyterlab/services:KernelSpecManager#specs) is disposed.
    at v.dispose (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/@jupyterlab/services.js:11:10935)
    at ni.dispose (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/@jupyterlab/services.js:11:29299)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:181:15205
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
22:19:19.131 [error] UniversalRemoteKernelFinder: Failed to get kernels without cache FetchError: request to http://127.0.0.1:8888/api/kernels?1725545959099 failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
22:19:19.131 [trace] UniversalRemoteKernelFinder: Writing 0 remote kernel connection metadata to cache
22:19:19.897 [debug] End refreshing Kernel Picker (1725545957422)
22:20:09.696 [debug] creating new code watcher with matching document file:///home/~/workspace/visionary/aiscans/e57-scene-detect.py
22:20:09.698 [debug] CodeLensFactory: Generating new code lenses for version 1 of document file:///home/~/workspace/visionary/aiscans/e57-scene-detect.py for commands jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell, jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover
22:20:10.687 [debug] start the kernel, options.disableUI=false for /Interactive-1.interactive
22:20:10.689 [info] Starting Kernel (Python 3 (ipykernel)) for '/Interactive-1.interactive' (disableUI=false)
22:20:10.690 [trace] Creating raw notebook for resource '~/workspace/visionary/aiscans/e57-scene-detect.py'
22:20:11.115 [debug] Launching kernel .python3./python./.-m#ipykernel_launcher for ~/workspace/visionary/aiscans/e57-scene-detect.py in ~/workspace/visionary/aiscans with ports 9001, 9000, 9004, 9002, 9003
22:20:11.115 [info] Launching Raw Kernel Python 3 (ipykernel) # python
22:20:11.116 [debug] Create ProcessService, Class name = Im (started execution), Arg 1: "~/workspace/visionary/aiscans/e57-scene-detect.py", Arg 2: {"a":false,"b":{"z":3,"w":{"i":-1,"end":0},"u":[{"id":1197},{"id":1198},null,{"id":1201}]}}
22:20:11.117 [debug] Cached custom vars data exists getCustomEnvironmentVariables, /home/~/workspace/visionary/aiscans/e57-scene-detect.py
22:20:11.117 [debug] Cached custom vars data exists getCustomEnvironmentVariables, /home/~/workspace/visionary/aiscans/e57-scene-detect.py
22:20:11.119 [debug] Get Custom Env Variables, Class name = Sm, completed in 3ms, has a truthy return value, Arg 1: "~/workspace/visionary/aiscans/e57-scene-detect.py", Arg 2: "RunNonPythonCode", Arg 3: {"a":false,"b":{"z":3,"w":{"i":-1,"end":0},"u":[{"id":1197},{"id":1198},null,{"id":1201}]}}
22:20:11.119 [debug] Create ProcessService, Class name = Im, completed in 3ms, has a truthy return value, Arg 1: "~/workspace/visionary/aiscans/e57-scene-detect.py", Arg 2: {"a":false,"b":{"z":3,"w":{"i":-1,"end":0},"u":[{"id":1197},{"id":1198},null,{"id":1201}]}}
22:20:11.120 [debug] No custom variables nor do we have a conda environment
22:20:11.126 [info] Process Execution: /python -m ipykernel_launcher --f=/home/~/.local/share/jupyter/runtime/kernel-v2-138252mcX8OP4C2wct.json
    > cwd: ~/workspace/visionary/aiscans
22:20:11.126 [debug] Kernel process undefined.
22:20:11.136 [debug] Waiting for Raw Session to be ready in postStartRawSession
22:20:11.137 [debug] Waiting for Raw session to be ready, status: connected
22:20:11.137 [trace] Raw session connected
22:20:11.138 [debug] Waited for Raw session to be ready & got status: connected
22:20:11.139 [debug] Successfully waited for Raw Session to be ready in postStartRawSession
22:20:11.139 [debug] Kernel status is 'unknown' before requesting kernel info and after ready
22:20:11.140 [debug] Sending request for kernelInfo
22:20:11.141 [error] Kernel died Error: spawn python ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19)
    at onErrorNT (node:internal/child_process:484:16)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn python',
  path: 'python',
  spawnargs: [
    '-m',
    'ipykernel_launcher',
    '--f=/home/~/.local/share/jupyter/runtime/kernel-v2-138252mcX8OP4C2wct.json'
  ]
} 
22:20:11.641 [trace] Did not get a response for requestKernelInfo
22:20:11.642 [debug] Sending request for kernelInfo
22:20:12.143 [trace] Did not get a response for requestKernelInfo
22:20:12.144 [debug] Sending request for kernelInfo
22:20:12.644 [trace] Did not get a response for requestKernelInfo
22:20:12.645 [debug] Sending request for kernelInfo
22:20:13.146 [trace] Did not get a response for requestKernelInfo
22:20:13.146 [debug] Sending request for kernelInfo
22:20:13.647 [trace] Did not get a response for requestKernelInfo
22:20:13.648 [debug] Sending request for kernelInfo
22:20:14.149 [trace] Did not get a response for requestKernelInfo
22:20:14.150 [debug] Sending request for kernelInfo
22:20:14.651 [trace] Did not get a response for requestKernelInfo
22:20:14.653 [debug] Sending request for kernelInfo
22:20:15.154 [trace] Did not get a response for requestKernelInfo
22:20:15.155 [debug] Sending request for kernelInfo
22:20:15.656 [trace] Did not get a response for requestKernelInfo
22:20:15.657 [debug] Sending request for kernelInfo
22:20:16.158 [trace] Did not get a response for requestKernelInfo
22:20:16.158 [debug] Sending request for kernelInfo
22:20:16.659 [trace] Did not get a response for requestKernelInfo
22:20:16.660 [debug] Sending request for kernelInfo
22:20:17.161 [trace] Did not get a response for requestKernelInfo
22:20:17.162 [debug] Sending request for kernelInfo
22:20:17.663 [trace] Did not get a response for requestKernelInfo
22:20:17.664 [debug] Sending request for kernelInfo
22:20:18.165 [trace] Did not get a response for requestKernelInfo
22:20:18.166 [debug] Sending request for kernelInfo
22:20:18.667 [trace] Did not get a response for requestKernelInfo
22:20:18.667 [debug] Sending request for kernelInfo
22:20:19.168 [trace] Did not get a response for requestKernelInfo
22:20:19.168 [debug] Sending request for kernelInfo
22:20:19.669 [trace] Did not get a response for requestKernelInfo
22:20:19.671 [debug] Sending request for kernelInfo
22:20:20.172 [trace] Did not get a response for requestKernelInfo
22:20:20.173 [debug] Sending request for kernelInfo
22:20:20.674 [trace] Did not get a response for requestKernelInfo
22:20:20.675 [debug] Sending request for kernelInfo
22:20:21.176 [trace] Did not get a response for requestKernelInfo
22:20:21.177 [debug] Sending request for kernelInfo
22:20:21.678 [trace] Did not get a response for requestKernelInfo
22:20:21.680 [debug] Sending request for kernelInfo
22:20:22.182 [trace] Did not get a response for requestKernelInfo
22:20:22.182 [debug] Sending request for kernelInfo
22:20:22.684 [trace] Did not get a response for requestKernelInfo
22:20:22.685 [debug] Sending request for kernelInfo
22:20:23.186 [trace] Did not get a response for requestKernelInfo
22:20:23.187 [debug] Sending request for kernelInfo
22:20:23.688 [trace] Did not get a response for requestKernelInfo
22:20:23.689 [debug] Sending request for kernelInfo
22:20:24.191 [trace] Did not get a response for requestKernelInfo
22:20:24.192 [debug] Sending request for kernelInfo
22:20:24.693 [trace] Did not get a response for requestKernelInfo
22:20:24.694 [debug] Sending request for kernelInfo
22:20:25.195 [trace] Did not get a response for requestKernelInfo
22:20:25.196 [debug] Sending request for kernelInfo
22:20:25.697 [trace] Did not get a response for requestKernelInfo
22:20:25.699 [debug] Sending request for kernelInfo
22:20:26.200 [trace] Did not get a response for requestKernelInfo
22:20:26.201 [debug] Sending request for kernelInfo
22:20:26.703 [trace] Did not get a response for requestKernelInfo
22:20:26.704 [debug] Sending request for kernelInfo
22:20:27.206 [trace] Did not get a response for requestKernelInfo
22:20:27.207 [debug] Sending request for kernelInfo
22:20:27.708 [trace] Did not get a response for requestKernelInfo
22:20:27.709 [debug] Sending request for kernelInfo
22:20:28.210 [trace] Did not get a response for requestKernelInfo
22:20:28.212 [debug] Sending request for kernelInfo
22:20:28.714 [trace] Did not get a response for requestKernelInfo
22:20:28.715 [debug] Sending request for kernelInfo
22:20:29.217 [trace] Did not get a response for requestKernelInfo
22:20:29.218 [debug] Sending request for kernelInfo
22:20:29.719 [trace] Did not get a response for requestKernelInfo
22:20:29.720 [debug] Sending request for kernelInfo
22:20:30.221 [trace] Did not get a response for requestKernelInfo
22:20:30.222 [debug] Sending request for kernelInfo
22:20:30.723 [trace] Did not get a response for requestKernelInfo
22:20:30.724 [debug] Sending request for kernelInfo
22:20:31.225 [trace] Did not get a response for requestKernelInfo
22:20:31.226 [debug] Sending request for kernelInfo
22:20:31.727 [trace] Did not get a response for requestKernelInfo
22:20:31.728 [debug] Sending request for kernelInfo
22:20:32.229 [trace] Did not get a response for requestKernelInfo
22:20:32.231 [debug] Sending request for kernelInfo
22:20:32.733 [trace] Did not get a response for requestKernelInfo
22:20:32.735 [debug] Sending request for kernelInfo
22:20:33.236 [trace] Did not get a response for requestKernelInfo
22:20:33.237 [debug] Sending request for kernelInfo
22:20:33.738 [trace] Did not get a response for requestKernelInfo
22:20:33.739 [debug] Sending request for kernelInfo
22:20:34.240 [trace] Did not get a response for requestKernelInfo
22:20:34.241 [debug] Sending request for kernelInfo
22:20:34.742 [trace] Did not get a response for requestKernelInfo
22:20:34.743 [debug] Sending request for kernelInfo
22:20:35.245 [trace] Did not get a response for requestKernelInfo
22:20:35.246 [debug] Sending request for kernelInfo
22:20:35.746 [trace] Did not get a response for requestKernelInfo
22:20:35.747 [debug] Sending request for kernelInfo
22:20:36.248 [trace] Did not get a response for requestKernelInfo
22:20:36.250 [debug] Sending request for kernelInfo
22:20:36.751 [trace] Did not get a response for requestKernelInfo
22:20:36.752 [debug] Sending request for kernelInfo
22:20:37.253 [trace] Did not get a response for requestKernelInfo
22:20:37.254 [debug] Sending request for kernelInfo
22:20:37.755 [trace] Did not get a response for requestKernelInfo
22:20:37.756 [debug] Sending request for kernelInfo
22:20:38.257 [trace] Did not get a response for requestKernelInfo
22:20:38.258 [debug] Sending request for kernelInfo
22:20:38.759 [trace] Did not get a response for requestKernelInfo
22:20:38.760 [debug] Sending request for kernelInfo
22:20:39.261 [trace] Did not get a response for requestKernelInfo
22:20:39.262 [debug] Sending request for kernelInfo
22:20:39.764 [trace] Did not get a response for requestKernelInfo
22:20:39.765 [debug] Sending request for kernelInfo
22:20:40.266 [trace] Did not get a response for requestKernelInfo
22:20:40.266 [debug] Sending request for kernelInfo
22:20:40.767 [trace] Did not get a response for requestKernelInfo
22:20:40.768 [debug] Sending request for kernelInfo
22:20:41.270 [trace] Did not get a response for requestKernelInfo
22:20:41.271 [debug] Sending request for kernelInfo
22:20:41.774 [trace] Did not get a response for requestKernelInfo
22:20:41.775 [debug] Sending request for kernelInfo
22:20:42.278 [trace] Did not get a response for requestKernelInfo
22:20:42.279 [debug] Sending request for kernelInfo
22:20:42.781 [trace] Did not get a response for requestKernelInfo
22:20:42.782 [debug] Sending request for kernelInfo
22:20:43.285 [trace] Did not get a response for requestKernelInfo
22:20:43.286 [debug] Sending request for kernelInfo
22:20:43.789 [trace] Did not get a response for requestKernelInfo
22:20:43.790 [debug] Sending request for kernelInfo
22:20:44.294 [trace] Did not get a response for requestKernelInfo
22:20:44.295 [debug] Sending request for kernelInfo
22:20:44.797 [trace] Did not get a response for requestKernelInfo
22:20:44.799 [debug] Sending request for kernelInfo
22:20:45.302 [trace] Did not get a response for requestKernelInfo
22:20:45.303 [debug] Sending request for kernelInfo
22:20:45.806 [trace] Did not get a response for requestKernelInfo
22:20:45.806 [debug] Sending request for kernelInfo
22:20:46.308 [trace] Did not get a response for requestKernelInfo
22:20:46.309 [debug] Sending request for kernelInfo
22:20:46.812 [trace] Did not get a response for requestKernelInfo
22:20:46.812 [debug] Sending request for kernelInfo
22:20:47.313 [trace] Did not get a response for requestKernelInfo
22:20:47.315 [debug] Sending request for kernelInfo
22:20:47.818 [trace] Did not get a response for requestKernelInfo
22:20:47.820 [debug] Sending request for kernelInfo
22:20:48.322 [trace] Did not get a response for requestKernelInfo
22:20:48.323 [debug] Sending request for kernelInfo
22:20:48.826 [trace] Did not get a response for requestKernelInfo
22:20:48.827 [debug] Sending request for kernelInfo
22:20:49.330 [trace] Did not get a response for requestKernelInfo
22:20:49.331 [debug] Sending request for kernelInfo
22:20:49.834 [trace] Did not get a response for requestKernelInfo
22:20:49.835 [debug] Sending request for kernelInfo
22:20:50.337 [trace] Did not get a response for requestKernelInfo
22:20:50.338 [debug] Sending request for kernelInfo
22:20:50.841 [trace] Did not get a response for requestKernelInfo
22:20:50.842 [debug] Sending request for kernelInfo
22:20:51.343 [trace] Did not get a response for requestKernelInfo
22:20:51.344 [debug] Sending request for kernelInfo
22:20:51.845 [trace] Did not get a response for requestKernelInfo
22:20:51.846 [debug] Sending request for kernelInfo
22:20:52.347 [trace] Did not get a response for requestKernelInfo
22:20:52.348 [debug] Sending request for kernelInfo
22:20:52.849 [trace] Did not get a response for requestKernelInfo
22:20:52.850 [debug] Sending request for kernelInfo
22:20:53.351 [trace] Did not get a response for requestKernelInfo
22:20:53.352 [debug] Sending request for kernelInfo
22:20:53.854 [trace] Did not get a response for requestKernelInfo
22:20:53.854 [debug] Sending request for kernelInfo
22:20:54.354 [trace] Did not get a response for requestKernelInfo
22:20:54.355 [debug] Sending request for kernelInfo
22:20:54.856 [trace] Did not get a response for requestKernelInfo
22:20:54.857 [debug] Sending request for kernelInfo
22:20:55.358 [trace] Did not get a response for requestKernelInfo
22:20:55.359 [debug] Sending request for kernelInfo
22:20:55.860 [trace] Did not get a response for requestKernelInfo
22:20:55.861 [debug] Sending request for kernelInfo
22:20:56.362 [trace] Did not get a response for requestKernelInfo
22:20:56.362 [debug] Sending request for kernelInfo
22:20:56.863 [trace] Did not get a response for requestKernelInfo
22:20:56.864 [debug] Sending request for kernelInfo
22:20:57.365 [trace] Did not get a response for requestKernelInfo
22:20:57.365 [debug] Sending request for kernelInfo
22:20:57.866 [trace] Did not get a response for requestKernelInfo
22:20:57.867 [debug] Sending request for kernelInfo
22:20:58.368 [trace] Did not get a response for requestKernelInfo
22:20:58.368 [debug] Sending request for kernelInfo
22:20:58.871 [trace] Did not get a response for requestKernelInfo
22:20:58.871 [debug] Sending request for kernelInfo
22:20:59.372 [trace] Did not get a response for requestKernelInfo
22:20:59.373 [debug] Sending request for kernelInfo
22:20:59.873 [trace] Did not get a response for requestKernelInfo
22:20:59.874 [debug] Sending request for kernelInfo
22:21:00.375 [trace] Did not get a response for requestKernelInfo
22:21:00.376 [debug] Sending request for kernelInfo
22:21:00.876 [trace] Did not get a response for requestKernelInfo
22:21:00.877 [debug] Sending request for kernelInfo
22:21:01.377 [trace] Did not get a response for requestKernelInfo
22:21:01.378 [debug] Sending request for kernelInfo
22:21:01.879 [trace] Did not get a response for requestKernelInfo
22:21:01.879 [debug] Sending request for kernelInfo
22:21:02.380 [trace] Did not get a response for requestKernelInfo
22:21:02.380 [debug] Sending request for kernelInfo
22:21:02.881 [trace] Did not get a response for requestKernelInfo
22:21:02.882 [debug] Sending request for kernelInfo
22:21:03.382 [trace] Did not get a response for requestKernelInfo
22:21:03.383 [debug] Sending request for kernelInfo
22:21:03.883 [trace] Did not get a response for requestKernelInfo
22:21:03.884 [debug] Sending request for kernelInfo
22:21:04.384 [trace] Did not get a response for requestKernelInfo
22:21:04.385 [debug] Sending request for kernelInfo
22:21:04.885 [trace] Did not get a response for requestKernelInfo
22:21:04.886 [debug] Sending request for kernelInfo
22:21:05.387 [trace] Did not get a response for requestKernelInfo
22:21:05.388 [debug] Sending request for kernelInfo
22:21:05.889 [trace] Did not get a response for requestKernelInfo
22:21:05.890 [debug] Sending request for kernelInfo
22:21:06.391 [trace] Did not get a response for requestKernelInfo
22:21:06.392 [debug] Sending request for kernelInfo
22:21:06.894 [trace] Did not get a response for requestKernelInfo
22:21:06.894 [debug] Sending request for kernelInfo
22:21:07.396 [trace] Did not get a response for requestKernelInfo
22:21:07.396 [debug] Sending request for kernelInfo
22:21:07.897 [trace] Did not get a response for requestKernelInfo
22:21:07.898 [debug] Sending request for kernelInfo
22:21:08.399 [trace] Did not get a response for requestKernelInfo
22:21:08.400 [debug] Sending request for kernelInfo
22:21:08.901 [trace] Did not get a response for requestKernelInfo
22:21:08.902 [debug] Sending request for kernelInfo
22:21:09.402 [trace] Did not get a response for requestKernelInfo
22:21:09.403 [debug] Sending request for kernelInfo
22:21:09.904 [trace] Did not get a response for requestKernelInfo
22:21:09.905 [debug] Sending request for kernelInfo
22:21:10.406 [trace] Did not get a response for requestKernelInfo
22:21:10.406 [debug] Sending request for kernelInfo
22:21:10.908 [trace] Did not get a response for requestKernelInfo
22:21:10.908 [debug] Sending request for kernelInfo
22:21:11.137 [error] Failed to request kernel info Canceled: Canceled
    at i.value (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:181:22014)
    at r.B (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.fire (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:949)
    at A.cancel (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:5355)
    at T.cancel (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:5765)
    at Timeout._onTimeout (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:11746)
    at listOnTimeout (node:internal/timers:573:17)
    at processTimers (node:internal/timers:514:7)
22:21:11.138 [debug] Dispose Kernel process undefined.
22:21:11.140 [warn] Failed to shutdown kernel, .python3./python./.-m#ipykernel_launcher TypeError: Failed to parse URL from /api/kernels/7944a2fe-b4ae-4b37-82f4-993508dee1a0?1725546071139
    at new Request (node:internal/deps/undici/undici:4855:19)
    at Object.t [as handleRequest] (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/@jupyterlab/services/lib/kernel/nonSerializingKernel.js:11:2054)
    ... 8 lines matching cause stack trace ...
    at Function.wrapKernelMethodImpl (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:82121) {
  [cause]: TypeError: Invalid URL
      at new URL (node:internal/url:797:36)
      at new Request (node:internal/deps/undici/undici:4853:25)
      at Object.t [as handleRequest] (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/@jupyterlab/services/lib/kernel/nonSerializingKernel.js:11:2054)
      at Object.t [as makeRequest] (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/@jupyterlab/services/lib/kernel/nonSerializingKernel.js:11:730)
      at Object.Vl [as shutdownKernel] (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/@jupyterlab/services/lib/kernel/nonSerializingKernel.js:11:5781)
      at n.shutdown (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/node_modules/@jupyterlab/services/lib/kernel/nonSerializingKernel.js:11:89571)
      at R_.start (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:12333)
      at A_.startKernel (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:21270)
      at Ry.create (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:23577)
      at YD.createJupyterSession (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:285:35993)
      at YD.startJupyterSession (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:285:34001)
      at Function.wrapKernelMethodImpl (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:82121) {
    code: 'ERR_INVALID_URL',
    input: '/api/kernels/7944a2fe-b4ae-4b37-82f4-993508dee1a0?1725546071139',
    vslsStack: [
      CallSite {}, CallSite {},
      CallSite {}, CallSite {},
      CallSite {}, CallSite {},
      CallSite {}, CallSite {},
      CallSite {}, CallSite {},
      CallSite {}, CallSite {}
    ]
  }
}
22:21:11.142 [error] Disposing session as kernel process died ExitCode: undefined, Reason: undefined
22:21:11.147 [debug] Disposed Kernel process undefined.
22:21:11.149 [error] Failed to connect raw kernel session: Error: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details.
22:21:11.151 [warn] Error occurred while trying to start the kernel, options.disableUI=false Kl [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details.
    at R_.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:11641)
    at r.B (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.C (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:802)
    at r.fire (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:1018)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:303:372 {
  category: 'kerneldied',
  isJupyterError: true,
  kernelConnectionMetadata: n {
    kind: 'startUsingLocalKernelSpec',
    kernelSpec: {
      specFile: '/home/~/.local/share/jupyter/kernels/python3/kernel.json',
      name: 'python3',
      argv: [Array],
      language: 'python',
      executable: 'python',
      display_name: 'Python 3 (ipykernel)',
      metadata: [Object]
    },
    interpreter: undefined,
    id: '.python3./python./.-m#ipykernel_launcher'
  },
  exitCode: -1,
  stdErr: ''
}
22:21:11.152 [warn] Kernel Error, context = start Kl [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details.
    at R_.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:11641)
    at r.B (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.C (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:802)
    at r.fire (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:1018)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:303:372 {
  category: 'kerneldied',
  isJupyterError: true,
  kernelConnectionMetadata: n {
    kind: 'startUsingLocalKernelSpec',
    kernelSpec: {
      specFile: '/home/~/.local/share/jupyter/kernels/python3/kernel.json',
      name: 'python3',
      argv: [Array],
      language: 'python',
      executable: 'python',
      display_name: 'Python 3 (ipykernel)',
      metadata: [Object]
    },
    interpreter: undefined,
    id: '.python3./python./.-m#ipykernel_launcher'
  },
  exitCode: -1,
  stdErr: '',
  vslsStack: [ CallSite {}, CallSite {}, CallSite {}, CallSite {}, CallSite {} ]
}
22:21:11.153 [debug] Are Dependencies Installed, Class name = Hd, completed in 0ms, has a truthy return value, Arg 1: ".python3./python./.-m#ipykernel_launcher", Arg 2: undefined, Arg 3: true, Return Value: true
22:21:11.160 [info] Dispose Kernel '/Interactive-1.interactive' associated with '~/workspace/visionary/aiscans/e57-scene-detect.py'
22:21:11.161 [debug] Kernel got disposed, hence there is no longer a kernel associated with /Interactive-1.interactive
22:21:11.163 [error] Error in execution (get message for cell) Kl [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details.
    at R_.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:11641)
    at r.B (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.C (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:802)
    at r.fire (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:1018)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:303:372 {
  category: 'kerneldied',
  isJupyterError: true,
  kernelConnectionMetadata: n {
    kind: 'startUsingLocalKernelSpec',
    kernelSpec: {
      specFile: '/home/~/.local/share/jupyter/kernels/python3/kernel.json',
      name: 'python3',
      argv: [Array],
      language: 'python',
      executable: 'python',
      display_name: 'Python 3 (ipykernel)',
      metadata: [Object]
    },
    interpreter: undefined,
    id: '.python3./python./.-m#ipykernel_launcher'
  },
  exitCode: -1,
  stdErr: '',
  vslsStack: [ CallSite {}, CallSite {}, CallSite {}, CallSite {}, CallSite {} ]
}
22:21:11.164 [warn] DataScience Error Kl [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details.
    at R_.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:11641)
    at r.B (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.C (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:802)
    at r.fire (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:1018)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:303:372 {
  category: 'kerneldied',
  isJupyterError: true,
  kernelConnectionMetadata: n {
    kind: 'startUsingLocalKernelSpec',
    kernelSpec: {
      specFile: '/home/~/.local/share/jupyter/kernels/python3/kernel.json',
      name: 'python3',
      argv: [Array],
      language: 'python',
      executable: 'python',
      display_name: 'Python 3 (ipykernel)',
      metadata: [Object]
    },
    interpreter: undefined,
    id: '.python3./python./.-m#ipykernel_launcher'
  },
  exitCode: -1,
  stdErr: '',
  vslsStack: [ CallSite {}, CallSite {}, CallSite {}, CallSite {}, CallSite {} ]
}
22:21:11.165 [error] Error in execution (get message for cell) Kl [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details.
    at R_.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:11641)
    at r.B (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.C (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:802)
    at r.fire (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:1018)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:303:372 {
  category: 'kerneldied',
  isJupyterError: true,
  kernelConnectionMetadata: n {
    kind: 'startUsingLocalKernelSpec',
    kernelSpec: {
      specFile: '/home/~/.local/share/jupyter/kernels/python3/kernel.json',
      name: 'python3',
      argv: [Array],
      language: 'python',
      executable: 'python',
      display_name: 'Python 3 (ipykernel)',
      metadata: [Object]
    },
    interpreter: undefined,
    id: '.python3./python./.-m#ipykernel_launcher'
  },
  exitCode: -1,
  stdErr: '',
  vslsStack: [ CallSite {}, CallSite {}, CallSite {}, CallSite {}, CallSite {} ]
}
22:21:11.165 [warn] DataScience Error Kl [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details.
    at R_.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:11641)
    at r.B (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.C (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:802)
    at r.fire (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:1018)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:303:372 {
  category: 'kerneldied',
  isJupyterError: true,
  kernelConnectionMetadata: n {
    kind: 'startUsingLocalKernelSpec',
    kernelSpec: {
      specFile: '/home/~/.local/share/jupyter/kernels/python3/kernel.json',
      name: 'python3',
      argv: [Array],
      language: 'python',
      executable: 'python',
      display_name: 'Python 3 (ipykernel)',
      metadata: [Object]
    },
    interpreter: undefined,
    id: '.python3./python./.-m#ipykernel_launcher'
  },
  exitCode: -1,
  stdErr: '',
  vslsStack: [ CallSite {}, CallSite {}, CallSite {}, CallSite {}, CallSite {} ]
}
22:21:11.165 [error] Error in execution (get message for cell) Kl [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details.
    at R_.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:11641)
    at r.B (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.C (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:802)
    at r.fire (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:1018)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:303:372 {
  category: 'kerneldied',
  isJupyterError: true,
  kernelConnectionMetadata: n {
    kind: 'startUsingLocalKernelSpec',
    kernelSpec: {
      specFile: '/home/~/.local/share/jupyter/kernels/python3/kernel.json',
      name: 'python3',
      argv: [Array],
      language: 'python',
      executable: 'python',
      display_name: 'Python 3 (ipykernel)',
      metadata: [Object]
    },
    interpreter: undefined,
    id: '.python3./python./.-m#ipykernel_launcher'
  },
  exitCode: -1,
  stdErr: '',
  vslsStack: [ CallSite {}, CallSite {}, CallSite {}, CallSite {}, CallSite {} ]
}
22:21:11.166 [warn] DataScience Error Kl [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details.
    at R_.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:11641)
    at r.B (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.C (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:802)
    at r.fire (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:1018)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:303:372 {
  category: 'kerneldied',
  isJupyterError: true,
  kernelConnectionMetadata: n {
    kind: 'startUsingLocalKernelSpec',
    kernelSpec: {
      specFile: '/home/~/.local/share/jupyter/kernels/python3/kernel.json',
      name: 'python3',
      argv: [Array],
      language: 'python',
      executable: 'python',
      display_name: 'Python 3 (ipykernel)',
      metadata: [Object]
    },
    interpreter: undefined,
    id: '.python3./python./.-m#ipykernel_launcher'
  },
  exitCode: -1,
  stdErr: '',
  vslsStack: [ CallSite {}, CallSite {}, CallSite {}, CallSite {}, CallSite {} ]
}
22:21:11.166 [error] Error in execution (get message for cell) Kl [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details.
    at R_.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:11641)
    at r.B (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.C (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:802)
    at r.fire (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:1018)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:303:372 {
  category: 'kerneldied',
  isJupyterError: true,
  kernelConnectionMetadata: n {
    kind: 'startUsingLocalKernelSpec',
    kernelSpec: {
      specFile: '/home/~/.local/share/jupyter/kernels/python3/kernel.json',
      name: 'python3',
      argv: [Array],
      language: 'python',
      executable: 'python',
      display_name: 'Python 3 (ipykernel)',
      metadata: [Object]
    },
    interpreter: undefined,
    id: '.python3./python./.-m#ipykernel_launcher'
  },
  exitCode: -1,
  stdErr: '',
  vslsStack: [ CallSite {}, CallSite {}, CallSite {}, CallSite {}, CallSite {} ]
}
22:21:11.167 [warn] DataScience Error Kl [Error]: The kernel died. Error: ... View Jupyter [log](command:jupyter.viewOutput) for further details.
    at R_.<anonymous> (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:11641)
    at r.B (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.C (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:802)
    at r.fire (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:1018)
    at /home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:303:372 {
  category: 'kerneldied',
  isJupyterError: true,
  kernelConnectionMetadata: n {
    kind: 'startUsingLocalKernelSpec',
    kernelSpec: {
      specFile: '/home/~/.local/share/jupyter/kernels/python3/kernel.json',
      name: 'python3',
      argv: [Array],
      language: 'python',
      executable: 'python',
      display_name: 'Python 3 (ipykernel)',
      metadata: [Object]
    },
    interpreter: undefined,
    id: '.python3./python./.-m#ipykernel_launcher'
  },
  exitCode: -1,
  stdErr: '',
  vslsStack: [ CallSite {}, CallSite {}, CallSite {}, CallSite {}, CallSite {} ]
}
22:21:11.198 [trace] Cell 3 completed in 0s (start: undefined, end: undefined)
22:21:11.214 [trace] Cell 4 completed in 0s (start: undefined, end: undefined)
22:21:11.228 [trace] Cell 5 completed in 0s (start: undefined, end: undefined)
22:21:11.253 [trace] Cell 6 completed in 0s (start: undefined, end: undefined)
22:21:21.185 [debug] CodeLensFactory: Generating new code lenses for version 2 of document file:///home/~/workspace/visionary/aiscans/e57-scene-detect.py for commands jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell, jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover
22:21:22.014 [debug] CodeLensFactory: Generating new code lenses for version 3 of document file:///home/~/workspace/visionary/aiscans/e57-scene-detect.py for commands jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell, jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover
22:21:24.072 [debug] CodeLensFactory: Generating new code lenses for version 4 of document file:///home/~/workspace/visionary/aiscans/e57-scene-detect.py for commands jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell, jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover
22:21:24.355 [debug] CodeLensFactory: Generating new code lenses for version 5 of document file:///home/~/workspace/visionary/aiscans/e57-scene-detect.py for commands jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell, jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover
22:21:43.612 [debug] Closing interactive window: untitled:/Interactive-1.interactive
22:21:43.615 [debug] Notebook document /Interactive-1.interactive got closed
22:21:45.496 [info] Starting interactive window for resource '~/workspace/visionary/aiscans/e57-scene-detect.py' with controller 'undefined'
22:21:45.566 [trace] Preferred Remote kernel for /Interactive-1.interactive is undefined
22:21:45.568 [trace] No controller, hence notebook communications cannot be initialized for editor /Interactive-1.interactive
22:21:45.623 [debug] Interactive Window Editor Created: untitled:/Interactive-1.interactive with input box: vscode-interactive-input:/InteractiveInput-1
22:21:45.624 [info] No controller selected for Interactive Window initialization
22:22:04.850 [debug] creating new code watcher with matching document file:///usr/lib/python3.10/argparse.py
22:22:55.715 [warn] DataScience Error zi [Error]: Jupyter cannot be started. Error attempting to locate Jupyter: Select an Interpreter to start Jupyter
    at ko.exportFileAndOutput (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:331:13102)
    at ko.listenForErrors (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:331:11653)
    at h (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:161:210546) {
  category: 'jupyterinstall',
  isJupyterError: true
}
22:25:43.847 [debug] Controller selection change completed
22:26:49.046 [error] Failed to install Python Extension via Kernel Picker command
22:26:49.047 [warn] DataScience Error Error: Failed to install the Python Extension.
    at Fy.installPythonExtensionViaKernelPicker (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:34577)
    at h (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:161:210546)
22:31:05.468 [error] Failed to install Python Extension via Kernel Picker command
22:31:05.469 [warn] DataScience Error Error: Failed to install the Python Extension.
    at Fy.installPythonExtensionViaKernelPicker (/home/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.7.0-linux-x64/dist/extension.node.js:304:34577)
    at h (/usr/share/code-insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:161:210546)

Extension version: 2024.7.0 VS Code version: Code - Insiders 1.93.0-insider (4849ca9bdf9666755eb463db297b69e5385090e3, 2024-09-04T13:13:15.344Z) OS version: Linux x64 5.17.5-76051705-generic Modes: Remote OS version: Linux x64 5.15.0-97-generic

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 7 5800X 8-Core Processor (16 x 3601)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
webnn: disabled_off| |Load (avg)|1, 1, 1| |Memory (System)|31.34GB (22.56GB free)| |Process Argv|./ --crash-reporter-id 3b2486ca-7481-4496-874a-116647d0837c| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|pop| |XDG_CURRENT_DESKTOP|Unity| |XDG_SESSION_DESKTOP|pop| |XDG_SESSION_TYPE|x11| |Item|Value| |---|---| |Remote|Container hko (hko) @ james3root| |OS|Linux x64 5.15.0-97-generic| |CPUs|Intel(R) Xeon(R) Gold 6342 CPU @ 2.80GHz (96 x 3113)| |Memory (System)|503.52GB (447.64GB free)| |VM|0%|
A/B Experiments ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805cf:30301675 vsaa593cf:30376535 py29gd2263:31024238 vscaac:30438845 c4g48928:30535728 962ge761:30841072 pythongtdpath:30726887 welcomedialog:30812478 pythonnoceb:30776497 asynctok:30898717 dsvsc014:30777825 dsvsc015:30821418 pythonregdiag2:30926734 pythonmypyd1:30859725 2e7ec940:31000449 pythontbext0:30879054 accentitlementst:30870582 dsvsc016:30879898 dsvsc017:30880771 dsvsc018:30880772 cppperfnew:30980852 pythonait:30973460 724cj586:31013169 a69g1124:31018687 dvdeprecation:31040973 dwnewjupytercf:31046870 newcmakeconfigv2:31071590 impr_priority:31057980 nativerepl1:31104042 refactort:31084545 pythonrstrctxt:31093868 flighttreat:31119334 wkspc-onlycs-c:31111717 nativeloc1:31118317 wkspc-ranged-c:31125598 3ad50483:31111987 jh802675:31132134 e80f6927:31120813 pme_test_t:31118333 fje88620:31121564 aajjf12562:31125793 ```
DonJayamanne commented 2 months ago

Sorry you are running into this issue and thank you for filing this issue.

Python Extension not installed. Pylance Extension not installed.

The problem is that the Python extension fails to get installed Please can you try install the Python extension manually.

@luabud perhaps this is the issue with the Pylance dependency.

Jacfger commented 2 months ago

Sorry you are running into this issue and thank you for filing this issue.

Python Extension not installed. Pylance Extension not installed.

The problem is that the Python extension fails to get installed Please can you try install the Python extension manually.

@luabud perhaps this is the issue with the Pylance dependency.

But I did installed the Python extension. In fact when I install Jupyter Extension there shouldn't be any way to install jupyter without Python extension at the first place.

I don't know why but it just keeping telling me to install Python extension again and again, even though python extension had been there the whole time. image

I'm posting the log for my MacOS now, where I launched the windows, change interpreter, then attempt to launch interactive python.

Please tell me if there's any further information I can provide to help, as I've been trying very hard to solve this issue for quite a long time.

Jacfger commented 2 months ago

This is the log for Python Extesion where analysis Log is set to trace.

2024-09-04 14:17:22.757 [info] Experiment 'pythonaacf' is active
2024-09-04 14:17:22.757 [info] Experiment 'pythonCreateEnvOnPipInstall' is active
2024-09-04 14:17:22.757 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-04 14:17:22.757 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-04 14:17:22.757 [info] Experiment 'pythonTestAdapter' is active
2024-09-04 14:17:22.757 [info] Native locator: Refresh started
2024-09-04 14:17:22.757 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-04 14:17:22.763 [info] > pyenv which python
2024-09-04 14:17:22.763 [info] cwd: .
2024-09-04 14:17:22.767 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-04 14:17:22.780 [error] Python Extension: interpreterManager.refresh [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:17:22.891 [error] [
  'Failed to check whether to display prompt for conda inherit env setting, Class name = v, completed in 0ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:17:22.891 [error] [
  'Failed to intialize conda inherit env prompt, Class name = v, completed in 0ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:17:22.892 [error] [
  'getActivatedEnvironmentVariables, Class name = D, completed in 0ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Arg 2: undefined, Arg 3: undefined, Arg 4: "/opt/homebrew/bin/fish"',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:17:22.892 [error] Failed to apply terminal env vars undefined [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:17:22.892 [error] [
  'Failed to activate a workspace, Class name = m, completed in 314ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Arg 2: {"started":1725430642517}, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:17:22.892 [error] Failure during activation. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:17:22.892 [error] sendStartupTelemetry() failed. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:17:22.927 [info] Native locator: Refresh finished in 381 ms
2024-09-04 14:19:01.069 [info] Discover tests for workspace name: undefined - uri: /Users/jacfger/Library/Application Support/Code - Insiders/User/settings.json
2024-09-04 14:19:07.345 [info] Experiment 'pythonaacf' is active
2024-09-04 14:19:07.345 [info] Experiment 'pythonCreateEnvOnPipInstall' is active
2024-09-04 14:19:07.345 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-04 14:19:07.345 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-04 14:19:07.345 [info] Experiment 'pythonTestAdapter' is active
2024-09-04 14:19:07.345 [info] Native locator: Refresh started
2024-09-04 14:19:07.345 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-04 14:19:07.360 [info] > pyenv which python
2024-09-04 14:19:07.360 [info] cwd: .
2024-09-04 14:19:07.551 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-04 14:19:07.560 [error] [
  'Failed to check whether to display prompt for conda inherit env setting, Class name = v, completed in 56ms, has a falsy return value, Arg 1: undefined, Return Value: undefined',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:19:07.560 [error] [
  'getActivatedEnvironmentVariables, Class name = D, completed in 61ms, has a falsy return value, Arg 1: undefined, Arg 2: undefined, Arg 3: undefined, Arg 4: "/opt/homebrew/bin/fish"',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:19:07.560 [error] Failed to apply terminal env vars undefined s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:19:07.560 [error] Python Extension: interpreterManager.refresh s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:19:07.560 [error] [
  'Failed to intialize conda inherit env prompt, Class name = v, completed in 61ms, has a falsy return value, Arg 1: undefined, Return Value: undefined',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:19:07.561 [error] [
  'Failed to activate a workspace, Class name = m, completed in 231ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/Library/Application Support/Code - Insiders/User/settings.json>, Arg 2: {"started":1725430747283}, Return Value: undefined',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:19:07.561 [error] Failure during activation. s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:19:07.561 [error] sendStartupTelemetry() failed. s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:19:07.611 [info] Native locator: Refresh finished in 300 ms
2024-09-04 14:19:28.273 [info] Experiment 'pythonaacf' is active
2024-09-04 14:19:28.273 [info] Experiment 'pythonCreateEnvOnPipInstall' is active
2024-09-04 14:19:28.273 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-04 14:19:28.273 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-04 14:19:28.273 [info] Experiment 'pythonTestAdapter' is active
2024-09-04 14:19:28.273 [info] Native locator: Refresh started
2024-09-04 14:19:28.273 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-04 14:19:28.408 [info] > pyenv which python
2024-09-04 14:19:28.408 [info] cwd: .
2024-09-04 14:19:28.416 [error] Python Extension: interpreterManager.refresh s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:19:28.481 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-04 14:19:28.484 [error] [
  'Failed to check whether to display prompt for conda inherit env setting, Class name = v, completed in 0ms, has a falsy return value, Arg 1: undefined, Return Value: undefined',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:19:28.484 [error] [
  'Failed to intialize conda inherit env prompt, Class name = v, completed in 1ms, has a falsy return value, Arg 1: undefined, Return Value: undefined',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:19:28.484 [error] [
  'getActivatedEnvironmentVariables, Class name = D, completed in 1ms, has a falsy return value, Arg 1: undefined, Arg 2: undefined, Arg 3: undefined, Arg 4: "/opt/homebrew/bin/fish"',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:19:28.484 [error] Failed to apply terminal env vars undefined s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:19:28.484 [error] [
  'Failed to activate a workspace, Class name = m, completed in 215ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/Library/Application Support/Code - Insiders/User/settings.json>, Arg 2: {"started":1725430768211}, Return Value: undefined',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:19:28.484 [error] Failure during activation. s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:19:28.484 [error] sendStartupTelemetry() failed. s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:19:28.524 [info] Native locator: Refresh finished in 285 ms
2024-09-04 14:20:33.062 [info] Experiment 'pythonaacf' is active
2024-09-04 14:20:33.062 [info] Experiment 'pythonCreateEnvOnPipInstall' is active
2024-09-04 14:20:33.062 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-04 14:20:33.062 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-04 14:20:33.062 [info] Experiment 'pythonTestAdapter' is active
2024-09-04 14:20:33.062 [info] Native locator: Refresh started
2024-09-04 14:20:33.062 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-04 14:20:33.190 [info] > pyenv which python
2024-09-04 14:20:33.190 [info] cwd: .
2024-09-04 14:20:33.816 [error] [
  'Failed to check whether to display prompt for conda inherit env setting, Class name = v, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:20:33.816 [error] [
  'getActivatedEnvironmentVariables, Class name = D, completed in 6ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Arg 2: undefined, Arg 3: undefined, Arg 4: "/opt/homebrew/bin/fish"',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:20:33.816 [error] Failed to apply terminal env vars undefined s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:20:33.816 [error] Python Extension: interpreterManager.refresh s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:20:33.816 [error] [
  'Failed to intialize conda inherit env prompt, Class name = v, completed in 6ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:20:33.817 [error] [
  'Failed to activate a workspace, Class name = m, completed in 755ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Arg 2: {"started":1725430833018}, Return Value: undefined',
  s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
      at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
      at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
      at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
      at processImmediate (node:internal/timers:478:21) {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:20:33.817 [error] Failure during activation. s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:20:33.817 [error] sendStartupTelemetry() failed. s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at processImmediate (node:internal/timers:478:21) {
  code: -4,
  data: undefined
}
2024-09-04 14:20:33.817 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-04 14:20:33.852 [info] Native locator: Refresh finished in 804 ms
2024-09-04 14:20:42.769 [info] Experiment 'pythonaacf' is active
2024-09-04 14:20:42.769 [info] Experiment 'pythonCreateEnvOnPipInstall' is active
2024-09-04 14:20:42.769 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-04 14:20:42.769 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-04 14:20:42.769 [info] Experiment 'pythonTestAdapter' is active
2024-09-04 14:20:42.769 [info] Native locator: Refresh started
2024-09-04 14:20:42.769 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-04 14:20:42.967 [error] Python Extension: interpreterManager.refresh [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:20:42.972 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-04 14:20:42.993 [info] Native locator: Refresh finished in 264 ms
2024-09-04 14:20:43.065 [info] > pyenv which python
2024-09-04 14:20:43.065 [info] cwd: .
2024-09-04 14:20:43.102 [error] [
  'Failed to check whether to display prompt for conda inherit env setting, Class name = v, completed in 0ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:20:43.103 [error] [
  'Failed to intialize conda inherit env prompt, Class name = v, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:20:43.103 [error] [
  'getActivatedEnvironmentVariables, Class name = D, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Arg 2: undefined, Arg 3: undefined, Arg 4: "/opt/homebrew/bin/fish"',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:20:43.103 [error] Failed to apply terminal env vars undefined [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:20:43.103 [error] [
  'Failed to activate a workspace, Class name = m, completed in 346ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans/e57-scene-detect.py>, Arg 2: {"started":1725430842700}, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:20:43.103 [error] Failure during activation. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:20:43.103 [error] sendStartupTelemetry() failed. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:22:48.770 [info] Native locator: Refresh started
2024-09-04 14:22:48.783 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-04 14:22:48.823 [info] Native locator: Refresh finished in 51 ms
2024-09-04 14:27:31.204 [info] Experiment 'pythonaacf' is active
2024-09-04 14:27:31.204 [info] Experiment 'pythonCreateEnvOnPipInstall' is active
2024-09-04 14:27:31.204 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-04 14:27:31.204 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-04 14:27:31.205 [info] Experiment 'pythonTestAdapter' is active
2024-09-04 14:27:31.205 [info] Native locator: Refresh started
2024-09-04 14:27:31.205 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-04 14:27:31.393 [error] Python Extension: interpreterManager.refresh [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:27:31.396 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-04 14:27:31.402 [info] > pyenv which python
2024-09-04 14:27:31.402 [info] cwd: .
2024-09-04 14:27:31.562 [error] [
  'Failed to check whether to display prompt for conda inherit env setting, Class name = v, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:27:31.562 [error] [
  'Failed to intialize conda inherit env prompt, Class name = v, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:27:31.562 [error] [
  'getActivatedEnvironmentVariables, Class name = D, completed in 0ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Arg 2: undefined, Arg 3: undefined, Arg 4: "/opt/homebrew/bin/fish"',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:27:31.562 [error] Failed to apply terminal env vars undefined [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:27:31.563 [error] [
  'Failed to activate a workspace, Class name = m, completed in 364ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans/e57-scene-detect.py>, Arg 2: {"started":1725431251137}, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:27:31.563 [error] Failure during activation. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:27:31.563 [error] sendStartupTelemetry() failed. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:27:31.575 [info] Native locator: Refresh finished in 407 ms
2024-09-04 14:28:28.731 [info] Experiment 'pythonaacf' is active
2024-09-04 14:28:28.731 [info] Experiment 'pythonCreateEnvOnPipInstall' is active
2024-09-04 14:28:28.731 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-04 14:28:28.731 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-04 14:28:28.731 [info] Experiment 'pythonTestAdapter' is active
2024-09-04 14:28:28.731 [info] Native locator: Refresh started
2024-09-04 14:28:28.731 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-04 14:28:28.780 [info] > pyenv which python
2024-09-04 14:28:28.780 [info] cwd: .
2024-09-04 14:28:28.795 [error] Python Extension: interpreterManager.refresh [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:28:28.797 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-04 14:28:28.818 [info] Native locator: Refresh finished in 254 ms
2024-09-04 14:28:28.860 [error] [
  'Failed to check whether to display prompt for conda inherit env setting, Class name = v, completed in 0ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:28:28.860 [error] [
  'Failed to intialize conda inherit env prompt, Class name = v, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:28:28.860 [error] [
  'getActivatedEnvironmentVariables, Class name = D, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Arg 2: undefined, Arg 3: undefined, Arg 4: "/opt/homebrew/bin/fish"',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:28:28.860 [error] Failed to apply terminal env vars undefined [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:28:28.860 [error] [
  'Failed to activate a workspace, Class name = m, completed in 275ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans/e57-scene-detect.py>, Arg 2: {"started":1725431308531}, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:28:28.860 [error] Failure during activation. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:28:28.860 [error] sendStartupTelemetry() failed. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:33:16.555 [info] Discover tests for workspace name: undefined - uri: /Users/jacfger/Library/Application Support/Code - Insiders/User/settings.json
2024-09-04 14:33:18.032 [info] Discover tests for workspace name: undefined - uri: /Users/jacfger/Library/Application Support/Code - Insiders/User/settings.json
2024-09-04 14:33:22.832 [info] Experiment 'pythonaacf' is active
2024-09-04 14:33:22.832 [info] Experiment 'pythonCreateEnvOnPipInstall' is active
2024-09-04 14:33:22.832 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-04 14:33:22.832 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-04 14:33:22.832 [info] Experiment 'pythonTestAdapter' is active
2024-09-04 14:33:22.832 [info] Native locator: Refresh started
2024-09-04 14:33:22.832 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-04 14:33:22.832 [info] Native locator: Refresh finished in 82 ms
2024-09-04 14:33:22.832 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-04 14:33:22.836 [error] Python Extension: interpreterManager.refresh [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:33:23.285 [info] > pyenv which python
2024-09-04 14:33:23.285 [info] cwd: .
2024-09-04 14:33:23.439 [error] [
  'Failed to check whether to display prompt for conda inherit env setting, Class name = v, completed in 0ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:33:23.439 [error] [
  'Failed to intialize conda inherit env prompt, Class name = v, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:33:23.439 [error] [
  'getActivatedEnvironmentVariables, Class name = D, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Arg 2: undefined, Arg 3: undefined, Arg 4: "/opt/homebrew/bin/fish"',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:33:23.439 [error] Failed to apply terminal env vars undefined [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:33:23.439 [error] [
  'Failed to activate a workspace, Class name = m, completed in 608ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Arg 2: {"started":1725431601859}, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:33:23.439 [error] Failure during activation. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:33:23.439 [error] sendStartupTelemetry() failed. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:33:44.729 [info] Experiment 'pythonaacf' is active
2024-09-04 14:33:44.730 [info] Experiment 'pythonCreateEnvOnPipInstall' is active
2024-09-04 14:33:44.730 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-04 14:33:44.730 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-04 14:33:44.730 [info] Experiment 'pythonTestAdapter' is active
2024-09-04 14:33:44.730 [info] Native locator: Refresh started
2024-09-04 14:33:44.757 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-04 14:33:44.938 [error] Python Extension: interpreterManager.refresh [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:33:44.941 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-04 14:33:44.967 [info] > pyenv which python
2024-09-04 14:33:44.967 [info] cwd: .
2024-09-04 14:33:44.995 [info] Native locator: Refresh finished in 278 ms
2024-09-04 14:33:45.150 [error] [
  'Failed to check whether to display prompt for conda inherit env setting, Class name = v, completed in 0ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:33:45.150 [error] [
  'Failed to intialize conda inherit env prompt, Class name = v, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:33:45.150 [error] [
  'getActivatedEnvironmentVariables, Class name = D, completed in 1ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans>, Arg 2: undefined, Arg 3: undefined, Arg 4: "/opt/homebrew/bin/fish"',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:33:45.150 [error] Failed to apply terminal env vars undefined [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:33:45.150 [error] [
  'Failed to activate a workspace, Class name = m, completed in 392ms, has a falsy return value, Arg 1: <Uri:/Users/jacfger/workspace/chanho/icc/aiscans/e57-scene-detect.py>, Arg 2: {"started":1725431624683}, Return Value: undefined',
  [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
    code: -4,
    data: undefined
  }
]
2024-09-04 14:33:45.150 [error] Failure during activation. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:33:45.150 [error] sendStartupTelemetry() failed. [s [Error]: Failed to resolve env "/Users/jacfger/miniconda3"
    at ae (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1968174)
    at oe (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1966134)
    at Immediate.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.12.3-darwin-arm64/out/client/extension.js:2:1962428)
    at process.processImmediate (node:internal/timers:478:21)] {
  code: -4,
  data: undefined
}
2024-09-04 14:33:55.293 [info] Native locator: Refresh started
2024-09-04 14:33:55.304 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-04 14:33:55.348 [info] Native locator: Refresh finished in 53 ms
2024-09-04 14:34:42.807 [info] Discover tests for workspace name: aiscans - uri: /Users/jacfger/workspace/chanho/icc/aiscans/e57-scene-detect.py
2024-09-08 18:45:39.411 [info] Discover tests for workspace name: aiscans - uri: /Users/jacfger/workspace/chanho/icc/aiscans/scripts/playground/test_pointcloud.py
2024-09-08 18:46:00.585 [info] Discover tests for workspace name: aiscans - uri: /Users/jacfger/workspace/chanho/icc/aiscans/scripts/playground/test_pointcloud.py
2024-09-08 18:46:01.783 [info] Discover tests for workspace name: aiscans - uri: /Users/jacfger/workspace/chanho/icc/aiscans/scripts/playground/test_pointcloud.py
2024-09-09 14:33:22.865 [info] Discover tests for workspace name: aiscans - uri: /Users/jacfger/workspace/chanho/icc/aiscans/scripts/playground/test_pointcloud.py
2024-09-09 14:33:26.038 [info] Discover tests for workspace name: aiscans - uri: /Users/jacfger/workspace/chanho/icc/aiscans/scripts/playground/test_pointcloud.py
2024-09-09 14:33:35.272 [info] Discover tests for workspace name: aiscans - uri: /Users/jacfger/workspace/chanho/icc/aiscans/scripts/playground/test_pointcloud.py
2024-09-09 14:34:34.265 [info] Discover tests for workspace name: aiscans - uri: /Users/jacfger/workspace/chanho/icc/aiscans/scripts/playground/test_pointcloud.py
2024-09-09 14:34:38.285 [info] Discover tests for workspace name: aiscans - uri: /Users/jacfger/workspace/chanho/icc/aiscans/scripts/playground/test_pointcloud.py
2024-09-09 14:39:19.146 [info] Discover tests for workspace name: aiscans - uri: /Users/jacfger/workspace/chanho/icc/aiscans/scripts/playground/test_pointcloud.py
2024-09-09 14:39:37.542 [info] Discover tests for workspace name: aiscans - uri: /Users/jacfger/workspace/chanho/icc/aiscans/scripts/playground/test_pointcloud.py
2024-09-09 14:46:27.768 [info] Experiment 'pythonaacf' is active
2024-09-09 14:46:27.768 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-09 14:46:27.769 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-09 14:46:27.769 [info] Experiment 'pythonTestAdapter' is active
2024-09-09 14:46:27.769 [info] Native locator: Refresh started
2024-09-09 14:46:27.769 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-09 14:46:27.950 [info] > pyenv which python
2024-09-09 14:46:27.950 [info] cwd: .
2024-09-09 14:46:28.891 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-09 14:46:28.903 [info] > ~/miniconda3/bin/conda config --get auto_activate_base
2024-09-09 14:46:28.912 [info] Python interpreter path: ~/miniconda3/envs/aiscans/bin/python
2024-09-09 14:46:28.955 [info] > conda info --json
2024-09-09 14:46:28.955 [info] shell: fish
2024-09-09 14:46:29.012 [info] Native locator: Refresh finished in 1283 ms
2024-09-09 14:46:29.925 [info] Starting Pylance language server.
2024-09-09 14:46:30.588 [info] > conda run -n aiscans --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2024.15.2024090406-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2024.15.2024090406-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:46:30.589 [info] shell: fish
2024-09-09 14:46:31.241 [info] > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-python.python-2024.15.2024090406-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:46:31.241 [info] shell: fish
2024-09-09 14:46:31.444 [info] Setting environment variable MIN_SIZE_EP in collection to 0.2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable MANPATH in collection to :/usr/share/man:/usr/local/share/man:/opt/X11/share/man:/Library/TeX/Distributions/.DefaultTeX/Contents/Man:/Applications/Wireshark.app/Contents/Resources/share/man:/Applications/kitty.app/Contents/Resources/man: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable ROTATE in collection to False {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable CONFIDENCE_THRESHOLD in collection to 0.3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable MAX_DEPTH_THRESH in collection to 4.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable CONDA_SHLVL in collection to 2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable VISUALIZE in collection to True {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable CONDA_PROMPT_MODIFIER in collection to (aiscans)  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable MIN_SIZE_CL in collection to 0.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable BLUR_THRESHOLD in collection to 1000 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable DISTANCE_THRESHOLD in collection to 1.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable KEYPOINT_THRESHOLD in collection to 100 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable VIS_IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable MIN_SIZE_FS in collection to 0.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable HEIGHT_FILTER in collection to 1.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable _CE_CONDA in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable CONDA_PREFIX_1 in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable CONDA_ROOT in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Prepending environment variable PATH in collection to /Users/jacfger/flutter/bin:/Users/jacfger/.cargo/bin:/Users/jacfger/miniconda3/envs/aiscans/bin:/Users/jacfger/miniconda3/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Users/jacfger/bin:/Users/jacfger/.local/bin:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS:/Applications/kitty.app/Contents/MacOS: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable SAMPLE_RATE in collection to 1 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable CONDA_PREFIX in collection to /Users/jacfger/miniconda3/envs/aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable MATTERPORT_SCAN_ID in collection to GP4K1dLjtXQ {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable PRINT_FREQ in collection to 20 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable E57_DETECTION_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable _CE_M in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable XPC_SERVICE_NAME in collection to 0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable DEVICE in collection to cuda {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable MATTERPORT_SDK_KEY in collection to zg1xnp0thc53ufyht543nxr7a {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable OUTPUT_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable CONDA_DEFAULT_ENV in collection to aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable COLOR_MAP in collection to { "cl" : (255,0,0), "fs" : (0,255,0), "ep" : (0,0,255)} {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Setting environment variable MAX_FRAMES in collection to 200 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:31.444 [info] Send text to terminal: /usr/bin/python3 /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.15.2024090406-darwin-arm64/python_files/printEnvVariablesToFile.py /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.15.2024090406-darwin-arm64/python_files/deactivate/fish/envVars.txt
2024-09-09 14:46:36.217 [info] Experiment 'pythonaacf' is active
2024-09-09 14:46:36.217 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-09 14:46:36.217 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-09 14:46:36.217 [info] Experiment 'pythonTestAdapter' is active
2024-09-09 14:46:36.217 [info] Native locator: Refresh started
2024-09-09 14:46:36.217 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-09 14:46:36.231 [info] > pyenv which python
2024-09-09 14:46:36.231 [info] cwd: .
2024-09-09 14:46:37.005 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-09 14:46:37.009 [info] > ~/miniconda3/bin/conda config --get auto_activate_base
2024-09-09 14:46:37.013 [info] Python interpreter path: ~/miniconda3/envs/aiscans/bin/python
2024-09-09 14:46:37.049 [info] > conda info --json
2024-09-09 14:46:37.049 [info] shell: fish
2024-09-09 14:46:37.077 [info] Native locator: Refresh finished in 1062 ms
2024-09-09 14:46:38.092 [info] Starting Pylance language server.
2024-09-09 14:46:38.147 [info] > conda run -n aiscans --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2024.15.2024090406-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2024.15.2024090406-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:46:38.147 [info] shell: fish
2024-09-09 14:46:38.929 [info] > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-python.python-2024.15.2024090406-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:46:38.929 [info] shell: fish
2024-09-09 14:46:39.117 [info] Setting environment variable MIN_SIZE_EP in collection to 0.2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable MANPATH in collection to :/usr/share/man:/usr/local/share/man:/opt/X11/share/man:/Library/TeX/Distributions/.DefaultTeX/Contents/Man:/Applications/Wireshark.app/Contents/Resources/share/man:/Applications/kitty.app/Contents/Resources/man: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable ROTATE in collection to False {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable CONFIDENCE_THRESHOLD in collection to 0.3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable MAX_DEPTH_THRESH in collection to 4.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable CONDA_SHLVL in collection to 2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable VISUALIZE in collection to True {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable CONDA_PROMPT_MODIFIER in collection to (aiscans)  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable MIN_SIZE_CL in collection to 0.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable BLUR_THRESHOLD in collection to 1000 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable DISTANCE_THRESHOLD in collection to 1.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable KEYPOINT_THRESHOLD in collection to 100 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable VIS_IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable MIN_SIZE_FS in collection to 0.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable HEIGHT_FILTER in collection to 1.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable _CE_CONDA in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable CONDA_PREFIX_1 in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable CONDA_ROOT in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Prepending environment variable PATH in collection to /Users/jacfger/flutter/bin:/Users/jacfger/.cargo/bin:/Users/jacfger/miniconda3/envs/aiscans/bin:/Users/jacfger/miniconda3/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Users/jacfger/bin:/Users/jacfger/.local/bin:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS:/Applications/kitty.app/Contents/MacOS: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable SAMPLE_RATE in collection to 1 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable CONDA_PREFIX in collection to /Users/jacfger/miniconda3/envs/aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable MATTERPORT_SCAN_ID in collection to GP4K1dLjtXQ {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable PRINT_FREQ in collection to 20 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable E57_DETECTION_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable _CE_M in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable XPC_SERVICE_NAME in collection to 0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable DEVICE in collection to cuda {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable MATTERPORT_SDK_KEY in collection to zg1xnp0thc53ufyht543nxr7a {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable OUTPUT_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable CONDA_DEFAULT_ENV in collection to aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable COLOR_MAP in collection to { "cl" : (255,0,0), "fs" : (0,255,0), "ep" : (0,0,255)} {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.117 [info] Setting environment variable MAX_FRAMES in collection to 200 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:46:39.118 [info] Send text to terminal: /usr/bin/python3 /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.15.2024090406-darwin-arm64/python_files/printEnvVariablesToFile.py /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.15.2024090406-darwin-arm64/python_files/deactivate/fish/envVars.txt
2024-09-09 14:46:57.198 [info] Native locator: Refresh started
2024-09-09 14:46:57.221 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-09 14:46:57.301 [info] Native locator: Refresh finished in 99 ms
2024-09-09 14:47:34.193 [info] Experiment 'pythonaacf' is active
2024-09-09 14:47:34.193 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-09 14:47:34.193 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-09 14:47:34.193 [info] Experiment 'pythonTestAdapter' is active
2024-09-09 14:47:34.193 [info] Native locator: Refresh started
2024-09-09 14:47:34.193 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-09 14:47:34.385 [info] > pyenv which python
2024-09-09 14:47:34.385 [info] cwd: .
2024-09-09 14:47:34.583 [info] > conda info --json
2024-09-09 14:47:34.583 [info] Python interpreter path: ~/miniconda3/envs/aiscans/bin/python
2024-09-09 14:47:34.605 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-09 14:47:34.611 [info] > conda info --json
2024-09-09 14:47:34.611 [info] shell: fish
2024-09-09 14:47:34.665 [info] Native locator: Refresh finished in 515 ms
2024-09-09 14:47:35.212 [info] > conda config --get auto_activate_base
2024-09-09 14:47:35.257 [info] > conda run -n aiscans --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:47:35.257 [info] shell: fish
2024-09-09 14:47:35.436 [info] Starting Pylance language server.
2024-09-09 14:47:35.856 [info] > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:47:35.856 [info] shell: fish
2024-09-09 14:47:36.169 [info] Setting environment variable MIN_SIZE_EP in collection to 0.2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable MANPATH in collection to :/usr/share/man:/usr/local/share/man:/opt/X11/share/man:/Library/TeX/Distributions/.DefaultTeX/Contents/Man:/Applications/Wireshark.app/Contents/Resources/share/man:/Applications/kitty.app/Contents/Resources/man: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable ROTATE in collection to False {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable CONFIDENCE_THRESHOLD in collection to 0.3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable MAX_DEPTH_THRESH in collection to 4.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable CONDA_SHLVL in collection to 2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable VISUALIZE in collection to True {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable CONDA_PROMPT_MODIFIER in collection to (aiscans)  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable MIN_SIZE_CL in collection to 0.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable BLUR_THRESHOLD in collection to 1000 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable DISTANCE_THRESHOLD in collection to 1.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable KEYPOINT_THRESHOLD in collection to 100 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable VIS_IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable MIN_SIZE_FS in collection to 0.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable HEIGHT_FILTER in collection to 1.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable _CE_CONDA in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable CONDA_PREFIX_1 in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable CONDA_ROOT in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Prepending environment variable PATH in collection to /Users/jacfger/flutter/bin:/Users/jacfger/.cargo/bin:/Users/jacfger/miniconda3/envs/aiscans/bin:/Users/jacfger/miniconda3/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Users/jacfger/bin:/Users/jacfger/.local/bin:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS:/Applications/kitty.app/Contents/MacOS: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable SAMPLE_RATE in collection to 1 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable CONDA_PREFIX in collection to /Users/jacfger/miniconda3/envs/aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable MATTERPORT_SCAN_ID in collection to GP4K1dLjtXQ {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable PRINT_FREQ in collection to 20 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable E57_DETECTION_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable _CE_M in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable XPC_SERVICE_NAME in collection to 0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable DEVICE in collection to cuda {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable MATTERPORT_SDK_KEY in collection to zg1xnp0thc53ufyht543nxr7a {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable OUTPUT_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable CONDA_DEFAULT_ENV in collection to aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable COLOR_MAP in collection to { "cl" : (255,0,0), "fs" : (0,255,0), "ep" : (0,0,255)} {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.169 [info] Setting environment variable MAX_FRAMES in collection to 200 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:36.170 [info] Send text to terminal: /usr/bin/python3 /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariablesToFile.py /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/deactivate/fish/envVars.txt
2024-09-09 14:47:47.402 [info] Experiment 'pythonaacf' is active
2024-09-09 14:47:47.402 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-09 14:47:47.402 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-09 14:47:47.402 [info] Experiment 'pythonTestAdapter' is active
2024-09-09 14:47:47.402 [info] Native locator: Refresh started
2024-09-09 14:47:47.402 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-09 14:47:47.426 [info] > pyenv which python
2024-09-09 14:47:47.426 [info] cwd: .
2024-09-09 14:47:47.681 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-09 14:47:47.707 [info] > ~/miniconda3/bin/conda config --get auto_activate_base
2024-09-09 14:47:47.717 [info] Python interpreter path: ~/miniconda3/envs/aiscans/bin/python
2024-09-09 14:47:47.795 [info] > conda info --json
2024-09-09 14:47:47.795 [info] shell: fish
2024-09-09 14:47:47.830 [info] Native locator: Refresh finished in 634 ms
2024-09-09 14:47:47.953 [info] Shell integration status changed, can confirm it's working.
2024-09-09 14:47:48.861 [info] Starting Pylance language server.
2024-09-09 14:47:48.908 [info] > conda run -n aiscans --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:47:48.908 [info] shell: fish
2024-09-09 14:47:48.908 [info] > conda run -n aiscans --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:47:48.908 [info] shell: fish
2024-09-09 14:47:49.803 [info] > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:47:49.803 [info] shell: fish
2024-09-09 14:47:49.913 [info] > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:47:49.913 [info] shell: fish
2024-09-09 14:47:50.508 [info] Setting environment variable MIN_SIZE_EP in collection to 0.2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable MANPATH in collection to :/usr/share/man:/usr/local/share/man:/opt/X11/share/man:/Library/TeX/Distributions/.DefaultTeX/Contents/Man:/Applications/Wireshark.app/Contents/Resources/share/man:/Applications/kitty.app/Contents/Resources/man: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable ROTATE in collection to False {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable CONFIDENCE_THRESHOLD in collection to 0.3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable MAX_DEPTH_THRESH in collection to 4.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable CONDA_SHLVL in collection to 2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable VISUALIZE in collection to True {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable CONDA_PROMPT_MODIFIER in collection to (aiscans)  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable MIN_SIZE_CL in collection to 0.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable BLUR_THRESHOLD in collection to 1000 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable DISTANCE_THRESHOLD in collection to 1.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable KEYPOINT_THRESHOLD in collection to 100 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable VIS_IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable MIN_SIZE_FS in collection to 0.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable HEIGHT_FILTER in collection to 1.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable _CE_CONDA in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable CONDA_PREFIX_1 in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable CONDA_ROOT in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Prepending environment variable PATH in collection to /Users/jacfger/flutter/bin:/Users/jacfger/.cargo/bin:/Users/jacfger/miniconda3/envs/aiscans/bin:/Users/jacfger/miniconda3/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Users/jacfger/bin:/Users/jacfger/.local/bin:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS:/Applications/kitty.app/Contents/MacOS: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable SAMPLE_RATE in collection to 1 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable CONDA_PREFIX in collection to /Users/jacfger/miniconda3/envs/aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable MATTERPORT_SCAN_ID in collection to GP4K1dLjtXQ {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable PRINT_FREQ in collection to 20 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable E57_DETECTION_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable _CE_M in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable XPC_SERVICE_NAME in collection to 0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable DEVICE in collection to cuda {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable MATTERPORT_SDK_KEY in collection to zg1xnp0thc53ufyht543nxr7a {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable OUTPUT_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable CONDA_DEFAULT_ENV in collection to aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable COLOR_MAP in collection to { "cl" : (255,0,0), "fs" : (0,255,0), "ep" : (0,0,255)} {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.508 [info] Setting environment variable MAX_FRAMES in collection to 200 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.509 [info] Send text to terminal: /usr/bin/python3 /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariablesToFile.py /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/deactivate/fish/envVars.txt
2024-09-09 14:47:50.676 [info] Setting environment variable MIN_SIZE_EP in collection to 0.2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.676 [info] Setting environment variable MANPATH in collection to :/usr/share/man:/usr/local/share/man:/opt/X11/share/man:/Library/TeX/Distributions/.DefaultTeX/Contents/Man:/Applications/Wireshark.app/Contents/Resources/share/man:/Applications/kitty.app/Contents/Resources/man: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.676 [info] Setting environment variable ROTATE in collection to False {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.676 [info] Setting environment variable CONFIDENCE_THRESHOLD in collection to 0.3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable MAX_DEPTH_THRESH in collection to 4.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable CONDA_SHLVL in collection to 2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable VISUALIZE in collection to True {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable CONDA_PROMPT_MODIFIER in collection to (aiscans)  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable MIN_SIZE_CL in collection to 0.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable BLUR_THRESHOLD in collection to 1000 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable DISTANCE_THRESHOLD in collection to 1.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable KEYPOINT_THRESHOLD in collection to 100 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable VIS_IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable MIN_SIZE_FS in collection to 0.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable HEIGHT_FILTER in collection to 1.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable _CE_CONDA in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable CONDA_PREFIX_1 in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable CONDA_ROOT in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Prepending environment variable PATH in collection to /Users/jacfger/flutter/bin:/Users/jacfger/.cargo/bin:/Users/jacfger/miniconda3/envs/aiscans/bin:/Users/jacfger/miniconda3/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Users/jacfger/bin:/Users/jacfger/.local/bin:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS:/Applications/kitty.app/Contents/MacOS: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable SAMPLE_RATE in collection to 1 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable CONDA_PREFIX in collection to /Users/jacfger/miniconda3/envs/aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable MATTERPORT_SCAN_ID in collection to GP4K1dLjtXQ {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable PRINT_FREQ in collection to 20 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable E57_DETECTION_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable _CE_M in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable XPC_SERVICE_NAME in collection to 0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable DEVICE in collection to cuda {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable MATTERPORT_SDK_KEY in collection to zg1xnp0thc53ufyht543nxr7a {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable OUTPUT_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable CONDA_DEFAULT_ENV in collection to aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable COLOR_MAP in collection to { "cl" : (255,0,0), "fs" : (0,255,0), "ep" : (0,0,255)} {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:47:50.677 [info] Setting environment variable MAX_FRAMES in collection to 200 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:01.464 [info] Native locator: Refresh started
2024-09-09 14:48:01.481 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-09 14:48:01.539 [info] Native locator: Refresh finished in 73 ms
2024-09-09 14:48:49.055 [info] Experiment 'pythonaacf' is active
2024-09-09 14:48:49.055 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-09 14:48:49.055 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-09 14:48:49.055 [info] Experiment 'pythonTestAdapter' is active
2024-09-09 14:48:49.055 [info] Native locator: Refresh started
2024-09-09 14:48:49.055 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-09 14:48:49.293 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-09 14:48:49.302 [info] > pyenv which python
2024-09-09 14:48:49.302 [info] cwd: .
2024-09-09 14:48:49.304 [info] Python interpreter path: ~/miniconda3/envs/aiscans/bin/python
2024-09-09 14:48:49.326 [info] > ~/miniconda3/bin/conda config --get auto_activate_base
2024-09-09 14:48:49.510 [info] > conda info --json
2024-09-09 14:48:49.510 [info] shell: fish
2024-09-09 14:48:49.513 [info] Native locator: Refresh finished in 485 ms
2024-09-09 14:48:50.441 [info] > conda run -n aiscans --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:48:50.441 [info] shell: fish
2024-09-09 14:48:50.607 [info] Starting Pylance language server.
2024-09-09 14:48:51.249 [info] > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:48:51.249 [info] shell: fish
2024-09-09 14:48:51.515 [info] Setting environment variable MIN_SIZE_EP in collection to 0.2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable MANPATH in collection to :/usr/share/man:/usr/local/share/man:/opt/X11/share/man:/Library/TeX/Distributions/.DefaultTeX/Contents/Man:/Applications/Wireshark.app/Contents/Resources/share/man:/Applications/kitty.app/Contents/Resources/man: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable ROTATE in collection to False {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable CONFIDENCE_THRESHOLD in collection to 0.3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable MAX_DEPTH_THRESH in collection to 4.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable CONDA_SHLVL in collection to 2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable VISUALIZE in collection to True {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable CONDA_PROMPT_MODIFIER in collection to (aiscans)  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable MIN_SIZE_CL in collection to 0.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable BLUR_THRESHOLD in collection to 1000 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable DISTANCE_THRESHOLD in collection to 1.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable KEYPOINT_THRESHOLD in collection to 100 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable VIS_IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable MIN_SIZE_FS in collection to 0.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable HEIGHT_FILTER in collection to 1.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable _CE_CONDA in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable CONDA_PREFIX_1 in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable CONDA_ROOT in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Prepending environment variable PATH in collection to /Users/jacfger/flutter/bin:/Users/jacfger/.cargo/bin:/Users/jacfger/miniconda3/envs/aiscans/bin:/Users/jacfger/miniconda3/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Users/jacfger/bin:/Users/jacfger/.local/bin:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS:/Applications/kitty.app/Contents/MacOS: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.515 [info] Setting environment variable SAMPLE_RATE in collection to 1 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable CONDA_PREFIX in collection to /Users/jacfger/miniconda3/envs/aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable MATTERPORT_SCAN_ID in collection to GP4K1dLjtXQ {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable PRINT_FREQ in collection to 20 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable E57_DETECTION_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable _CE_M in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable XPC_SERVICE_NAME in collection to 0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable DEVICE in collection to cuda {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable MATTERPORT_SDK_KEY in collection to zg1xnp0thc53ufyht543nxr7a {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable OUTPUT_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable CONDA_DEFAULT_ENV in collection to aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable COLOR_MAP in collection to { "cl" : (255,0,0), "fs" : (0,255,0), "ep" : (0,0,255)} {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Setting environment variable MAX_FRAMES in collection to 200 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:48:51.516 [info] Send text to terminal: /usr/bin/python3 /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariablesToFile.py /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/deactivate/fish/envVars.txt
2024-09-09 14:49:10.101 [info] Experiment 'pythonaacf' is active
2024-09-09 14:49:10.101 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-09-09 14:49:10.101 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-09-09 14:49:10.101 [info] Experiment 'pythonTestAdapter' is active
2024-09-09 14:49:10.101 [info] Native locator: Refresh started
2024-09-09 14:49:10.101 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-09 14:49:10.101 [info] Native locator: Refresh finished in 99 ms
2024-09-09 14:49:10.101 [info] Default formatter is set to ms-python.black-formatter for workspace /Users/jacfger/workspace/chanho/icc/aiscans
2024-09-09 14:49:10.103 [info] Python interpreter path: ~/miniconda3/envs/aiscans/bin/python
2024-09-09 14:49:10.926 [info] > ~/miniconda3/bin/conda config --get auto_activate_base
2024-09-09 14:49:10.940 [info] > pyenv which python
2024-09-09 14:49:10.940 [info] cwd: .
2024-09-09 14:49:11.022 [info] > conda info --json
2024-09-09 14:49:11.022 [info] shell: fish
2024-09-09 14:49:12.182 [info] Starting Pylance language server.
2024-09-09 14:49:12.212 [info] > conda run -n aiscans --no-capture-output python ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:49:12.212 [info] shell: fish
2024-09-09 14:49:13.167 [info] > /usr/bin/python3 ~/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariables.py
2024-09-09 14:49:13.167 [info] shell: fish
2024-09-09 14:49:13.745 [info] Setting environment variable MIN_SIZE_EP in collection to 0.2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable MANPATH in collection to :/usr/share/man:/usr/local/share/man:/opt/X11/share/man:/Library/TeX/Distributions/.DefaultTeX/Contents/Man:/Applications/Wireshark.app/Contents/Resources/share/man:/Applications/kitty.app/Contents/Resources/man: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable ROTATE in collection to False {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable CONFIDENCE_THRESHOLD in collection to 0.3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable MAX_DEPTH_THRESH in collection to 4.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable CONDA_SHLVL in collection to 2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable VISUALIZE in collection to True {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable CONDA_PROMPT_MODIFIER in collection to (aiscans)  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable MIN_SIZE_CL in collection to 0.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable BLUR_THRESHOLD in collection to 1000 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable DISTANCE_THRESHOLD in collection to 1.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable KEYPOINT_THRESHOLD in collection to 100 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable VIS_IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable MIN_SIZE_FS in collection to 0.0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable HEIGHT_FILTER in collection to 1.5 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable _CE_CONDA in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable IMG_SIZE in collection to 1280 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable CONDA_PREFIX_1 in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable CONDA_ROOT in collection to /Users/jacfger/miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Prepending environment variable PATH in collection to /Users/jacfger/flutter/bin:/Users/jacfger/.cargo/bin:/Users/jacfger/miniconda3/envs/aiscans/bin:/Users/jacfger/miniconda3/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Users/jacfger/bin:/Users/jacfger/.local/bin:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS:/Applications/kitty.app/Contents/MacOS: {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable SAMPLE_RATE in collection to 1 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable CONDA_PREFIX in collection to /Users/jacfger/miniconda3/envs/aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable MATTERPORT_SCAN_ID in collection to GP4K1dLjtXQ {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable PRINT_FREQ in collection to 20 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable E57_DETECTION_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable _CE_M in collection to  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable XPC_SERVICE_NAME in collection to 0 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable DEVICE in collection to cuda {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable MATTERPORT_SDK_KEY in collection to zg1xnp0thc53ufyht543nxr7a {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable OUTPUT_DIRECTORY in collection to e57-scans-2 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable CONDA_DEFAULT_ENV in collection to aiscans {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable COLOR_MAP in collection to { "cl" : (255,0,0), "fs" : (0,255,0), "ep" : (0,0,255)} {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Setting environment variable MAX_FRAMES in collection to 200 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-09-09 14:49:13.745 [info] Send text to terminal: /usr/bin/python3 /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/printEnvVariablesToFile.py /Users/jacfger/.vscode-insiders/extensions/ms-python.python-2024.14.0-darwin-arm64/python_files/deactivate/fish/envVars.txt
2024-09-09 14:50:17.127 [info] Native locator: Refresh started
2024-09-09 14:50:17.150 [info] Conda environment manager found at: /Users/jacfger/miniconda3/bin/conda
2024-09-09 14:50:17.227 [info] Native locator: Refresh finished in 98 ms
Jacfger commented 2 months ago

Here's the log for Jupyter extension where the logging level is set to trace.

Visual Studio Code - Insiders (1.93.0-insider, undefined, desktop)
Jupyter Extension Version: 2024.9.2024090801.
Python Extension not installed.
Pylance Extension not installed.
Platform: darwin (arm64).
Temp Storage folder ~/Library/Application Support/Code - Insiders/User/globalStorage/ms-toolsai.jupyter/version-2024.9.2024090801
Workspace folder ~/workspace/chanho/icc/aiscans, Home = /Users/jacfger
14:49:09.061 [debug] Start refreshing Kernel Picker (1725864549061)
14:49:09.142 [trace] Preferred Remote kernel for /Interactive-1.interactive is undefined
14:49:09.149 [debug] Get Custom Env Variables, Class name = Cm, completed in 88ms, has a truthy return value, Arg 1: undefined, Arg 2: "RunPythonCode"
14:49:09.150 [debug] Jupyter Paths /kernels: 
14:49:09.150 [debug] Kernel Spec Root Paths, /usr/share/jupyter/kernels, /usr/local/share/jupyter/kernels, ~/Library/Jupyter/kernels
14:49:10.079 [debug] creating new code watcher with matching document file:///Users/~/workspace/chanho/icc/aiscans/e57-scene-detect.py
14:49:10.080 [debug] CodeLensFactory: Generating new code lenses for version 1 of document file:///Users/~/workspace/chanho/icc/aiscans/e57-scene-detect.py for commands jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell, jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover
14:49:12.828 [error] Failed to validate Password info D [FetchError]: request to http://127.0.0.1:8888/ failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) {
  type: 'system',
  errno: 'ECONNREFUSED',
  code: 'ECONNREFUSED'
}
14:49:12.858 [trace] No controller, hence notebook communications cannot be initialized for editor /Interactive-1.interactive
14:49:12.871 [error] Error fetching kernels from http://127.0.0.1:8888/ (127.0.0.1): FetchError: request to http://127.0.0.1:8888/api/kernels?1725864552834 failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
14:49:12.871 [trace] Disposing Jupyter Lab Helper
14:49:12.872 [trace] SessionManager - dispose contents manager
14:49:12.872 [trace] ShutdownSessionAndConnection - dispose session manager
14:49:12.872 [trace] Finished disposing Jupyter Lab Helper
14:49:12.873 [error] Jupyter Lab Helper:getKernelSpecs failure:  Error: Poll (@jupyterlab/services:KernelSpecManager#specs) is disposed.
    at v.dispose (/Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/@jupyterlab/services.js:11:10935)
    at ni.dispose (/Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/@jupyterlab/services.js:11:29299)
    at /Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17778
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
14:49:12.886 [error] Failed to validate Password info D [FetchError]: request to http://127.0.0.1:8888/ failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) {
  type: 'system',
  errno: 'ECONNREFUSED',
  code: 'ECONNREFUSED'
}
14:49:12.902 [error] Error fetching kernels from http://127.0.0.1:8888/ (127.0.0.1): FetchError: request to http://127.0.0.1:8888/api/kernels?1725864552887 failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
14:49:12.902 [trace] Disposing Jupyter Lab Helper
14:49:12.902 [trace] SessionManager - dispose contents manager
14:49:12.902 [trace] ShutdownSessionAndConnection - dispose session manager
14:49:12.903 [trace] Finished disposing Jupyter Lab Helper
14:49:12.904 [error] Jupyter Lab Helper:getKernelSpecs failure:  Error: Poll (@jupyterlab/services:KernelSpecManager#specs) is disposed.
    at v.dispose (/Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/@jupyterlab/services.js:11:10935)
    at ni.dispose (/Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/@jupyterlab/services.js:11:29299)
    at /Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17778
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
14:49:12.904 [error] UniversalRemoteKernelFinder: Failed to get kernels without cache FetchError: request to http://127.0.0.1:8888/api/kernels?1725864552887 failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
14:49:12.904 [trace] UniversalRemoteKernelFinder: Writing 0 remote kernel connection metadata to cache
14:49:13.158 [debug] End refreshing Kernel Picker (1725864549061)
14:50:24.772 [debug] Closing interactive window: untitled:/Interactive-1.interactive
14:50:26.000 [info] Starting interactive window for resource '~/workspace/chanho/icc/aiscans/e57-scene-detect.py' with controller 'undefined'
14:50:26.038 [trace] Preferred Remote kernel for /Interactive-1.interactive is undefined
14:50:26.039 [trace] No controller, hence notebook communications cannot be initialized for editor /Interactive-1.interactive
14:50:26.119 [debug] Interactive Window Editor Created: untitled:/Interactive-1.interactive with input box: vscode-interactive-input:/InteractiveInput-1
14:50:26.120 [info] No controller selected for Interactive Window initialization
14:50:45.018 [trace] No controller, hence notebook communications cannot be initialized for editor /Interactive-1.interactive
14:51:35.075 [error] Failed to install Python Extension via Kernel Picker command
14:51:35.078 [warn] DataScience Error Error: Failed to install the Python Extension.
    at Ly.installPythonExtensionViaKernelPicker (/Users/~/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:304:34577)
    at h (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:161:210546)
Jacfger commented 2 months ago

Here's the my machine details generated by issue reporter. (Also not sure why its reporting my remote machine, but the python and jupyter issue only happened on my local machine.)

Extension version: 2024.14.0 VS Code version: Code - Insiders 1.93.0-insider (336db9ece67f682159078ea1b54212de7636d88a, 2024-08-30T18:47:32.318Z) OS version: Darwin arm64 22.6.0 Modes: Remote OS version: Linux x64 5.15.0-97-generic

User Settings

``` languageServer: "Pylance" ```

Installed Extensions |Extension Name|Extension Id|Version| |---|---|---| |Black Formatter|ms-python.black-formatter|2024.0.1| |Code Spell Checker|streetsidesoftware.code-spell-checker|3.0.1| |GitHub Copilot|GitHub.copilot|1.177.0| |isort|ms-python.isort|2023.10.1| |LaTeX|mathematic.vscode-latex|1.3.0| |LaTeX Utilities|tecosaur.latex-utilities|0.4.14| |LaTeX Workshop|James-Yu.latex-workshop|9.19.1| |Pylance|ms-python.vscode-pylance|2024.3.2| |Python|ms-python.python|2024.14.0| |Python Debugger|ms-python.debugpy|2024.10.0| |TexLab|efoerster.texlab|5.14.1| |Vim|vscodevim.vim|1.27.2| |VSpaceCode|VSpaceCode.vspacecode|0.10.18| |Which Key|VSpaceCode.whichkey|0.11.4|
System Info |Item|Value| |---|---| |CPUs|Apple M2 Pro (10 x 2400)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off| |Load (avg)|4, 5, 5| |Memory (System)|16.00GB (0.05GB free)| |Process Argv|./ --crash-reporter-id a536a798-1418-4ca3-ac36-49c36072a4b9| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|SSH: james3| |OS|Linux x64 5.15.0-97-generic| |CPUs|Intel(R) Xeon(R) Gold 6342 CPU @ 2.80GHz (96 x 3395)| |Memory (System)|503.52GB (453.94GB free)| |VM|0%|
A/B Experiments ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805:30301674 vsaa593:30376534 py29gd2263:31024238 c4g48928:30535728 vscrp:30624060 2i9eh265:30646982 962ge761:30841072 pythongtdpath:30726887 welcomedialog:30812478 pythonnoceb:30776497 asynctok:30898717 dsvsc014:30777825 dsvsc015:30821418 pythonmypyd1:30859725 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30870582 dsvsc016:30879898 dsvsc017:30880771 dsvsc018:30880772 cppperfnew:30980852 pythonait:30973460 9c06g630:31013171 a69g1124:31018687 dvdeprecation:31040973 dwnewjupytercf:31046870 nb_pri_only:31057983 nativerepl1:31104042 refactort:31084545 pythonrstrctxt:31093868 flighttreat:31119334 wkspc-onlycs-t:31132770 nativeloc1:31118317 wkspc-ranged-c:31125598 cf971741:31111988 jh802675:31132134 parsetypescript:31116713 e80f6927:31120813 ei213698:31121563 ```
DonJayamanne commented 2 months ago

Python Extension not installed. Pylance Extension not installed.

From the logs of Jupyter extension python extension isn't installed

Pleaser can you open developer tools (using the command 'Toggle Develiper Tools') Then go into the console window and see if there are any errors

Jacfger commented 2 months ago

Python Extension not installed. Pylance Extension not installed.

From the logs of Jupyter extension python extension isn't installed

Pleaser can you open developer tools (using the command 'Toggle Develiper Tools') Then go into the console window and see if there are any errors

Is there anything I should look for? As there are quite a bit of error actually.

console.ts:137 [Extension Host] Error: name or type of the override is undefined
    at m (/Users/jacfger/.vscode-insiders/extensions/vspacecode.whichkey-0.11.4/dist/extension-node.js:1:22704)
    at /Users/jacfger/.vscode-insiders/extensions/vspacecode.whichkey-0.11.4/dist/extension-node.js:1:24073
    at _ (/Users/jacfger/.vscode-insiders/extensions/vspacecode.whichkey-0.11.4/dist/extension-node.js:1:24252)
    at t.default.register (/Users/jacfger/.vscode-insiders/extensions/vspacecode.whichkey-0.11.4/dist/extension-node.js:1:24612)
    at t.WhichKeyRegistry.register (/Users/jacfger/.vscode-insiders/extensions/vspacecode.whichkey-0.11.4/dist/extension-node.js:1:26398)
    at h (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:161:210554)
    at h.g (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:161:209546)
    at h.executeCommand (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:161:209453)
    at Object.executeCommand (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:171:30683)
    at /Users/jacfger/.vscode-insiders/extensions/vspacecode.vspacecode-0.10.18/dist/extension-node.js:1:50394
    at e.activate (/Users/jacfger/.vscode-insiders/extensions/vspacecode.vspacecode-0.10.18/dist/extension-node.js:1:50559)
    at Function.kb (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:167:13836)
    at Function.jb (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:167:13508)
    at /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:167:11493
    at m.n (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:6409)
    at m (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:6372)
    at m.l (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:5829) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] Trace: trace 17:15:25.025: Jupyter Extension: Preferred Remote kernel for /Interactive-1.interactive is undefined
    at vP.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15250)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:390
    at Array.forEach (<anonymous>)
    at fee (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:377)
    at Object.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15483)
    at Ho.getPreferredRemoteKernelId (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:270:22204)
    at async nf.onDidOpenNotebook (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:304:35171) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] Trace: trace 17:15:25.043: Jupyter Extension: No controller, hence notebook communications cannot be initialized for editor /Interactive-1.interactive
    at vP.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15250)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:390
    at Array.forEach (<anonymous>)
    at fee (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:377)
    at Object.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15483)
    at np.initializeNotebookCommunication (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:304:68364)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:304:68969
    at Array.forEach (<anonymous>)
    at np.onDidChangeVisibleNotebookEditors (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:304:68899)
    at i.value (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:171:28704)
    at r.B (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.fire (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:949)
    at g.$acceptDocumentAndEditorsDelta (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:166:10650)
    at y.S (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:158:5968)
    at y.Q (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:158:5734)
    at y.M (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:158:4767)
    at y.L (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:158:3823)
    at i.value (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:158:2297)
    at r.B (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.fire (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:949)
    at a.fire (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:115:14463)
    at i.value (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:184:8635)
    at r.B (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:732)
    at r.fire (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:90:949)
    at a.fire (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:115:14463)
    at MessagePortMain.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:184:6761)
    at MessagePortMain.emit (node:events:519:28)
    at MessagePortMain._internalPort.emit (node:electron/js2c/utility_init:2:2619) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
mainThreadExtensionService.ts:107 Activating extension 'draivin.hsnips' failed: command 'hsnips.openSnippetsDir' already exists.
$onExtensionActivationError @ mainThreadExtensionService.ts:107
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] error 17:15:25.273: Jupyter Extension: Failed to validate Password info D [FetchError]: request to http://127.0.0.1:8888/ failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) {
  type: 'system',
  errno: 'ECONNREFUSED',
  code: 'ECONNREFUSED'
} (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] error 17:15:25.283: Jupyter Extension: Error fetching kernels from http://127.0.0.1:8888/ (127.0.0.1): FetchError: request to http://127.0.0.1:8888/api/kernels?1725873325278 failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] Trace: trace 17:15:25.283: Jupyter Extension: Disposing Jupyter Lab Helper
    at vP.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15250)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:390
    at Array.forEach (<anonymous>)
    at fee (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:377)
    at Object.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15483)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17314
    at n.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17912)
    at bs (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:115:867)
    at Object.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:19651)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20570
    at Array.map (<anonymous>)
    at UD.listKernelsFromConnection (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20561)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:17925 (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] Trace: trace 17:15:25.283: Jupyter Extension: SessionManager - dispose contents manager
    at vP.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15250)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:390
    at Array.forEach (<anonymous>)
    at fee (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:377)
    at Object.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15483)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17381
    at n.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17912)
    at bs (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:115:867)
    at Object.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:19651)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20570
    at Array.map (<anonymous>)
    at UD.listKernelsFromConnection (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20561)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:17925 (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] Trace: trace 17:15:25.284: Jupyter Extension: ShutdownSessionAndConnection - dispose session manager
    at vP.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15250)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:390
    at Array.forEach (<anonymous>)
    at fee (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:377)
    at Object.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15483)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17521
    at n.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17912)
    at bs (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:115:867)
    at Object.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:19651)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20570
    at Array.map (<anonymous>)
    at UD.listKernelsFromConnection (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20561)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:17925 (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] Trace: trace 17:15:25.285: Jupyter Extension: Finished disposing Jupyter Lab Helper
    at vP.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15250)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:390
    at Array.forEach (<anonymous>)
    at fee (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:377)
    at Object.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15483)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17863
    at processTicksAndRejections (node:internal/process/task_queues:95:5) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] error 17:15:25.286: Jupyter Extension: Jupyter Lab Helper:getKernelSpecs failure:  Error: Poll (@jupyterlab/services:KernelSpecManager#specs) is disposed.
    at v.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/@jupyterlab/services.js:11:10935)
    at ni.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/@jupyterlab/services.js:11:29299)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17778
    at processTicksAndRejections (node:internal/process/task_queues:95:5) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] error 17:15:25.288: Jupyter Extension: Failed to validate Password info D [FetchError]: request to http://127.0.0.1:8888/ failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) {
  type: 'system',
  errno: 'ECONNREFUSED',
  code: 'ECONNREFUSED'
} (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] error 17:15:25.325: Jupyter Extension: Error fetching kernels from http://127.0.0.1:8888/ (127.0.0.1): FetchError: request to http://127.0.0.1:8888/api/kernels?1725873325289 failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] Trace: trace 17:15:25.325: Jupyter Extension: Disposing Jupyter Lab Helper
    at vP.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15250)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:390
    at Array.forEach (<anonymous>)
    at fee (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:377)
    at Object.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15483)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17314
    at n.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17912)
    at bs (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:115:867)
    at Object.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:19651)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20570
    at Array.map (<anonymous>)
    at UD.listKernelsFromConnection (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20561)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:17925 (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] Trace: trace 17:15:25.325: Jupyter Extension: SessionManager - dispose contents manager
    at vP.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15250)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:390
    at Array.forEach (<anonymous>)
    at fee (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:377)
    at Object.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15483)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17381
    at n.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17912)
    at bs (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:115:867)
    at Object.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:19651)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20570
    at Array.map (<anonymous>)
    at UD.listKernelsFromConnection (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20561)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:17925 (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] Trace: trace 17:15:25.326: Jupyter Extension: ShutdownSessionAndConnection - dispose session manager
    at vP.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15250)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:390
    at Array.forEach (<anonymous>)
    at fee (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:377)
    at Object.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15483)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17521
    at n.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17912)
    at bs (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:115:867)
    at Object.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:19651)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20570
    at Array.map (<anonymous>)
    at UD.listKernelsFromConnection (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20561)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:17925 (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] Trace: trace 17:15:25.326: Jupyter Extension: Finished disposing Jupyter Lab Helper
    at vP.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15250)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:390
    at Array.forEach (<anonymous>)
    at fee (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:377)
    at Object.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15483)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17863
    at processTicksAndRejections (node:internal/process/task_queues:95:5) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] error 17:15:25.327: Jupyter Extension: Jupyter Lab Helper:getKernelSpecs failure:  Error: Poll (@jupyterlab/services:KernelSpecManager#specs) is disposed.
    at v.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/@jupyterlab/services.js:11:10935)
    at ni.dispose (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/@jupyterlab/services.js:11:29299)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:181:17778
    at processTicksAndRejections (node:internal/process/task_queues:95:5) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] error 17:15:25.327: Jupyter Extension: UniversalRemoteKernelFinder: Failed to get kernels without cache FetchError: request to http://127.0.0.1:8888/api/kernels?1725873325289 failed, reason: connect ECONNREFUSED 127.0.0.1:8888
    at ClientRequest.<anonymous> (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/node_modules/node-fetch.js:1:306479)
    at ClientRequest.emit (node:events:519:28)
    at Socket.socketErrorListener (node:_http_client:500:9)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] Trace: trace 17:15:25.327: Jupyter Extension: UniversalRemoteKernelFinder: Writing 0 remote kernel connection metadata to cache
    at vP.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15250)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:390
    at Array.forEach (<anonymous>)
    at fee (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:98:377)
    at Object.trace (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:97:15483)
    at UD.writeToCache (/Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:20620)
    at /Users/jacfger/.vscode-insiders/extensions/ms-toolsai.jupyter-2024.9.2024090801-darwin-arm64/dist/extension.node.js:282:18177
    at processTicksAndRejections (node:internal/process/task_queues:95:5) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754))
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
mainThreadExtensionService.ts:107 Activating extension 'GitHub.copilot-chat' failed: Gt.env.registerIssueUriRequestHandler is not a function.
$onExtensionActivationError @ mainThreadExtensionService.ts:107
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
console.ts:137 [Extension Host] (node:32322) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code - Insiders Helper (Plugin) --trace-deprecation ...` to show where the warning was created) (at /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:151:47754)
C @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1242
fire @ event.ts:1273
fire @ ipc.net.ts:652
K.onmessage @ localProcessExtensionHost.ts:378
DonJayamanne commented 2 months ago
Jacfger commented 1 month ago
  • Please can you close all editors/files in VS Code
  • Disable all extensions except for Jupyter and Python extension
  • Exit VS Code
  • ReOpen VS Code
  • Open just a Python file
  • Open the developer tools like earlier, and scroll to the very top and look for errors in the console window
  • Share the logs from the Jupyter and Python output panel as well

Sorry for the late reply.

But on my Linux machine, I just realize turning off setting affinity for the python extension seemed to have fix the issue. (I.e. removing python extension from the affinity setting, and the problem does seems to come back when turning affinity back on). Do you think it's related? Or did I just remove some trouble maker during the attempt of finding what extension causes the issue?

Jacfger commented 1 month ago

It seemed to be also the case for my code-insider in MacOS too.

@DonJayamanne is this a known bug? Where adding python to affinity list appears to break something which causes Jupyter to malfunction.

    "extensions.experimental.affinity": {
                //...
        // "ms-python.python": 1, // uncommenting this line causes the issue.
    },
Jacfger commented 3 weeks ago

I guess for now removing affinity would fix the issue

DonJayamanne commented 3 weeks ago

The setting "extensions.experimental.affinity" is really for some experiment/testing purposes. Both extensions need to run in the same process (extension host process)

Out of curiosity, why did you change that setting?

Jacfger commented 3 weeks ago

The setting "extensions.experimental.affinity" is really for some experiment/testing purposes. Both extensions need to run in the same process (extension host process)

Out of curiosity, why did you change that setting?

Yeah I figured it's probably not planned as supported at the very moment.

I believe it was because I was trying to do some work on latex while using Python to generate tables for myself. There was a period I was very frustrated because the vscode was very laggy even I've already put some very heavy plugins to affinity (like vscode-vim). So I just put everything into affinity hoping it'd improve the performance. It didn't. Hindsight I probably just had a shit laptop, and latex workshop is also kinda slow.

And that setting was synced, so I had the same problem for all of my machines.