Questions tagged [python-lsp-server]
The python-lsp-server tag has no summary.
7 questions
0
votes
1
answer
80
views
lsp-pyright with portable setup
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 ...
1
vote
1
answer
650
views
Why doesn't my emacs use lsp-pyright?
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
:...
0
votes
1
answer
168
views
Configure lsp-mode to start the python server when in snakemake major mode
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.
1
vote
0
answers
224
views
Emacs LSP server inside docker container hanging on startup
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 ...
1
vote
2
answers
377
views
Send to python-shell-interpreter from the project root
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
├── ...
2
votes
1
answer
3k
views
how to configure Eglot over TRAMP?
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 ...
1
vote
2
answers
654
views
python linting not working with eglot
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 ...