Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#62186 closed defect (fixed)

py38-spyder @4.2.1_0 does not start the Python Language Server (LSP)

Reported by: tgederberg Owned by: reneeotten (Renee Otten)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: bigsur Cc:
Port: py-spyder

Description

Spyder does not start the LSP and (just shows that is starting).

Running macOS 11.1 (Big Sur)

Attachments (1)

Screen Shot 2021-01-30 at 4.48.07 PM.png (7.0 KB) - added by tgederberg 3 years ago.
Screen shot showing message

Download all attachments as: .zip

Change History (4)

Changed 3 years ago by tgederberg

Screen shot showing message

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Cc: reneeotten@… removed
Keywords: bigsur added
Owner: set to reneeotten
Port: py-spyder added; py38-spyder @4.2.1_0 removed
Status: newassigned
Summary: py38-spyder does not start the Python Language Server (LSP)py38-spyder @4.2.1_0 does not start the Python Language Server (LSP)

comment:2 Changed 3 years ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

In 6ae9e0517fd8e05aa708236bfc03774c04446f17/macports-ports (master):

py-spyder: fix PyLS

Closes: #62186

comment:3 Changed 3 years ago by reneeotten (Renee Otten)

for me it now starts the LSP server - for some reason I removed the patch to set use the correct pylx-XY command... It worked for me locally, but that's because I had used port select to set pyls to pyls-3.8. That's fixed now so it should work for you now as well; please do sudo port selfupdate ; sudo port clean --all py38-spyder ; sudo port -dv upgrade py38-spyder.

Feel free to comment/re-open if you're still having issues. But please note that not everything might work correctly, as they have strict version caps on py-jedi and we have currently a slightly newer version in MacPorts than Spyder and PyLS want...

Note: See TracTickets for help on using tickets.