Replies: 5 comments
-
Note I'm using an M1 mac(aarch64-darwin), and with Emacs I'm using |
Beta Was this translation helpful? Give feedback.
-
;;--------------------------------------------------- |
Beta Was this translation helpful? Give feedback.
-
Also, I'm using the Nix package manager to handle the Python packages. The hash id of the Python packages changes because of this, so I'm wondering if there's a more generic way to declare the |
Beta Was this translation helpful? Give feedback.
-
This link has some good documentation, but, it's specific to |
Beta Was this translation helpful? Give feedback.
-
As someone using Note that the binary for that project isn't called |
Beta Was this translation helpful? Give feedback.
-
Greetings,
I'm having an issue where Eglot is not working with python-lsp-server, sometimes Eglot dies and throws the missing pkgs_resources error(I have setup tools install in macos, so I'm not sure what's wrong), and when I try:
(add-to-list 'eglot-server-programs '(python-mode . ("python-lsp-server")))
,Eglot is not able to find
python-lsp-server
binary PATH?If you could give me some tips on how to fix this issue.
python-lsp/python-lsp-server#157
python3 -m pylsp --check-parent-process
Thanks in advance for the help.
Beta Was this translation helpful? Give feedback.
All reactions