Skip to main content

Questions tagged [python-lsp-server]

Filter by
Sorted by
Tagged with
0 votes
1 answer
80 views

i have a problem with my portable emacs 30.1 setup on Win11. The portable python worked as expected. With M-x run python the shell runs. Pyright is installed, but lsp-pyright didn't recognized it. I ...
JuBa3006's user avatar
1 vote
1 answer
650 views

I've desperately been trying to use the lsp-pyright server, but Emacs doesn't seem to recognize that it's installed... What I did: Configured it like described in the docs: (use-package lsp-pyright :...
Markus Grunwald's user avatar
0 votes
1 answer
168 views

I would like to know if it's possible to configure LSP mode to start the Python server when I work on a snakemake file (snakemake-mode), as I use heavily use Python in this mode also.
R-addict's user avatar
1 vote
0 answers
224 views

I'm trying to use emacs lsp and pyright server with docker. I'm trying to use custom containers as explained here. I've managed to setup this super simple test project. The lsp server starts, however ...
Freder's user avatar
  • 11
1 vote
2 answers
377 views

How can I tell the shell to always open relative to my project root? I have the following python project structure: mypyjunk ├── mypyjunk │   ├── common.py │   ├── __init__.py │   └── jitter.py ├── ...
Mittenchops's user avatar
2 votes
1 answer
3k views

On my laptop, I'm using eglot (sometimes lsp-mode) with pyright language server. But Now I'm trying to write some python code on Raspberry Pi (using ssh/TRAMP, in local network, from my laptop). I ...
Garid's user avatar
  • 864
1 vote
2 answers
654 views

System: Mac OS 12.5 Emacs 28.1 from homebrew Python 3.9.13 using a virtual env python-lsp-server For some reason my linting, with error highlighting is not working with Python using eglot. In the ...
Vince W.'s user avatar
  • 445