Guy Davidson
Guy Davidson
@WastedFreeTime This is probably irrelevant to you by now, but in case anyone else runs into this, a way I found to resolve this is to add phaser's type definitions...
Same trace when it fails, using a different Python kernel (from a different conda env): ```Info 16:27:02: Executing silently Code (idle) = import ipykernel\nprint(ipykernel.__version__) Verbose 16:27:02: IKernel Status change to...
3. It seems that if I comment enough of the cell out (commenting out everything after line 17 in the cell linked above), so it returns sufficiently quickly, the debugging...
I created several conda environments in attempt to isolate the issue. My base environment currently has the following packages (output using `conda list -n base --export`): ```# This file may...
Updating with one more thought I had: since it complained about the session already being started, I searched for all running processes with Python in their name (after closing Code),...
Thanks for the prompt reply, @rchiodo . It's odd that my versions are so out of date -- perhaps it's that I wasn't explicitly using the conda-forge channel? Back to...
To clarify, do you mean the first 20 lines after starting to debug this cell, or after restarting the notebook, or running the first cell in the notebook? I thought...
Looks like something goes awry: ```Visual Studio Code (1.66.2, undefined, desktop) Jupyter Extension Version: 2022.3.1000901801. Python Extension Version: 2022.4.1. Workspace folder ~/projects/simple-relational-reasoning Error 19:38:37: Exception while attempting zmq : [Error:...
Thanks -- once I get the prompt to update, I will, and I'll report back what happens after.
I don't think that happens in my original scenario, though -- unless something I truly don't expect to in my codebase does it, I certainly don't do it explicitly in...