The python language server is recognized and seems to be running, but it keeps saying "Waiting..." even if the kernel is not busy,
This is what appears in the developer tool console
Reproduce
I have no idea how to reproduce this bug.
I just installed the packages from the arch linux official repository (arch does not allow installing packages globally using pip).
P.S. I would like not to create a virtual environment and install a text editor + lsp server + formatter + extensions + libraries for every folder with a python script. So I don't know how to deal with this
Expected behavior
The LSP should run
Context
Operating System and version: Arch linux (kernel version 6.5.9)
Paste the output from running `jupyter server extension list` (JupyterLab >= 3)
or `jupyter serverextension list` (JupyterLab < 3) from the command line here.
You may want to sanitize the paths in the output.
Paste the output from running `jupyter labextension list` from the command line here.
You may want to sanitize the paths in the output.
JupyterLab v4.0.8
/usr/share/jupyter/labextensions
jupyterlab_pygments v0.2.2 enabled X (python, jupyterlab_pygments)
jupyter-matplotlib v0.11.3 enabled OK
@jupyter-lsp/jupyterlab-lsp v4.2.0 enabled OK (python, jupyterlab-lsp)
@jupyter-widgets/jupyterlab-manager v5.0.9 enabled OK (python, jupyterlab_widgets)
The following extensions are outdated:
jupyterlab_pygments
Consider checking if an update is available for these packages.
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
Browser Output (recommended for all interface issues)
Paste the output from your browser JavaScript console replacing the text in here.
To learn how to open the developer tools in your browser:
https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools#How_to_open_the_devtools_in_your_browser
If too many messages accumulated after many hours of working in JupyterLab,
consider refreshing the window and then reproducing the bug to reduce the noise in the logs.
Description
The python language server is recognized and seems to be running, but it keeps saying "Waiting..." even if the kernel is not busy,
This is what appears in the developer tool console
Reproduce
I have no idea how to reproduce this bug.
I just installed the packages from the arch linux official repository (arch does not allow installing packages globally using
pip
).P.S. I would like not to create a virtual environment and install a text editor + lsp server + formatter + extensions + libraries for every folder with a python script. So I don't know how to deal with this
Expected behavior
The LSP should run
Context
pylsp v1.8.0
Required: installed server extensions
Required: installed lab extensions
Troubleshoot Output
Command Line Output
Browser Output (recommended for all interface issues)