Opened 5 years ago
Closed 5 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 5 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:2 Changed 5 years ago by reneeotten (Renee Otten)
Port: | py-spyder-devel added; py-spyder removed |
---|---|
Summary: | py-spyder: Missing dependency on pyls 0.28.2 → py-spyder-devel: Missing dependency on pyls 0.28.2 |
comment:3 Changed 5 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
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 indeedpyls
. The message is a bit misleading as it has correctly listedpy-language-server
as a dependency, but it's actually version 0.29.1 and that's higher than whatpy-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.