pycbc icon indicating copy to clipboard operation
pycbc copied to clipboard

Error while running Pycbc scripts

Open sparxastronomy opened this issue 2 years ago • 0 comments

I've installed pycbc on my Linux machine, however, every time I run any pycbc script the kernel keeps freezing.
I've tested it on VScode as well as on Jupyter, and it keeps showing the same thing.
I've also tried installing it in a new environment, and then also the same issue exists.

Here is the error output from the VSCode

Error: Session cannot generate requests
Error: Session cannot generate requests
at w.executeCodeCell (/home/bipradeep/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.8.1000539794/out/client/extension.js:90:320067)
at w.execute (/home/bipradeep/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.8.1000539794/out/client/extension.js:90:319388)
at w.start (/home/bipradeep/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.8.1000539794/out/client/extension.js:90:315204)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at t.CellExecutionQueue.executeQueuedCells (/home/bipradeep/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.8.1000539794/out/client/extension.js:90:329731)
at t.CellExecutionQueue.start (/home/bipradeep/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.8.1000539794/out/client/extension.js:90:329271)

However, it runs fine on google collab.

sparxastronomy avatar Jul 08 '21 17:07 sparxastronomy