bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62694: 30.0.50; eglot-tests fails with recent pylsp


From: João Távora
Subject: bug#62694: 30.0.50; eglot-tests fails with recent pylsp
Date: Thu, 6 Apr 2023 11:54:08 +0100

On Thu, Apr 6, 2023 at 10:56 AM Michael Albinus <michael.albinus@gmx.de> wrote:
>
>
> Hi,
>
> I have simulated the eglot-tests from EMBA in my local
> environment. Instead of using Debian bullseye (stable), I have taken
> Debian sid (unstable).
>
> Additionally, I have installed the respective Debian sid packages:
>
> --8<---------------cut here---------------start------------->8---
> # apt list clangd python3-pylsp python3-autopep8 python3-yapf
> Listing... Done
> clangd/now 1:14.0-55.6 amd64 [installed,local]
> python3-autopep8/now 2.0.1-1 all [installed,local]
> python3-pylsp/now 1.7.1-1 all [installed,local]
> python3-yapf/now 0.32.0-1 all [installed,local]
> --8<---------------cut here---------------end--------------->8---
>
> However, eglot-tests still fail for pylsp, see attached eglot-tests.log
> file.

Instead of using your distribution package manager, I recommend
installing pylsp via the official Python package manager, pip, and
doing it like so:

pip install "python-lsp-server[all]"

This is how I install pylsp, and tests pass on my ArchLinux machine.
They also pass on the Ubuntu machine that GitHub CI is running.  See
for example

   https://github.com/joaotavora/eglot/actions/runs/4455776174/jobs/7971096296

João





reply via email to

[Prev in Thread] Current Thread [Next in Thread]