Opened 4 years ago

Closed 4 years ago

#59516 closed defect (fixed)

py-spyder-devel: Missing dependency on pyls 0.28.2

Reported by: mf2k (Frank Schima) Owned by: reneeotten (Renee Otten)
Priority: Normal Milestone:
Component: ports Version: 2.6.99
Keywords: Cc:
Port: py-spyder-devel

Description (last modified by mf2k (Frank Schima))

I'm seeing this when I launch spyder:

You have missing dependencies!

pyls >=0.28.2;
Please install them to avoid this message.
$ port installed py37-spyder-devel
The following ports are currently installed:
  py37-spyder-devel @3.3.0-20190928_0 (active)

Change History (3)

comment:1 Changed 4 years ago by mf2k (Frank Schima)

Description: modified (diff)

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

Port: py-spyder-devel added; py-spyder removed
Summary: py-spyder: Missing dependency on pyls 0.28.2py-spyder-devel: Missing dependency on pyls 0.28.2

You have a mismatch between the port you have installed and what in this report; the error message can only happen with py-spyder-devel as that one requires indeed pyls. The message is a bit misleading as it has correctly listed py-language-server as a dependency, but it's actually version 0.29.1 and that's higher than what py-spyder-devel wants.

I think it should still all work after you acknowledge the message. But I'll check tonight if updating to a later commit does resolve the maximum dependency requirement or if it can be patched.

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

Resolution: fixed
Status: assignedclosed

In c9910d5dd3819d36506771a9158fcaa6bbdd1d26/macports-ports (master):

py-spyder-devel: update to 7c12007 (201901028)

  • add missing dependencies: py-pexpect

Closes: #59516

Note: See TracTickets for help on using tickets.