Open jthomasmock opened 1 week ago
Positron Version: 2024.11.0 build 140 Code - OSS Version: 1.93.0 Commit: e0d844b031f95acbf89f234a2cce2af9b6721f6c Date: 2024-10-31T14:13:54.986Z Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Python 3.12.4
Re-opening an existing project often fails to start a Python kernel
mkdir python3-test
python -m venv .venv
ipykernel
Python consoles should start up consistently.
We need to prepare an environment to measure how long these activities are taking and capture more information when it doesn't work / is unacceptably slow.
System details:
Positron and OS details:
Positron Version: 2024.11.0 build 140 Code - OSS Version: 1.93.0 Commit: e0d844b031f95acbf89f234a2cce2af9b6721f6c Date: 2024-10-31T14:13:54.986Z Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Interpreter details:
Python 3.12.4
Describe the issue:
Re-opening an existing project often fails to start a Python kernel
Steps to reproduce the issue:
mkdir python3-test
python -m venv .venv
and then source and installipykernel
Expected or desired behavior:
Python consoles should start up consistently.
Were there any error messages in the UI, Output panel, or Developer Tools console?