Opened 4 years ago
Closed 4 years ago
#61962 closed defect (fixed)
py-spyder: parso not found
Reported by: | mf2k (Frank Schima) | Owned by: | reneeotten (Renee Otten) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.99 |
Keywords: | Cc: | ||
Port: | py-spyder |
Description
Upon launch it says it cannot find parso:
You have missing dependencies! # Mandatory: parso =0.7.0 : 0.8.0 (NOK) Please install them to avoid this message.
We saw this issue recently in #60195.
Change History (2)
comment:1 Changed 4 years ago by reneeotten (Renee Otten)
comment:2 Changed 4 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Yes, this is very annoying as Spyder declares very strict version dependencies on
parso
andjedi
due topython-language-server
. I normally just release the version restrictions a bit and you'll not get that message anymore. However, thepython-language-server
will not work properly (as it hasn't really in the past either).It's just very impractical to have to keep several versions for
py-parso
andpy-jedi
around and make sure that they don't conflict and don't think I'll go that way.