Jedi & Parso dependency version
See original GitHub issueDescription
What steps will reproduce the problem?
Clean install of Spyder4 using Anaconda in Ubuntu. The versions of Jedi & Parso aren’t the latest. When I downgrade, Spyder still takes on the ‘latest version’ and throws a warning, even though I’ve downgraded the dependencies.
Versions
- Spyder version: 4.1.5
- Python version: 3.8.3
- Qt version: 5.9.7
- PyQt5 version: 5.9.2
- Operating System: Linux 4.15.0-118-generic
Dependencies
# Mandatory:
atomicwrites >=1.2.0 : 1.4.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
cloudpickle >=0.5.0 : 1.6.0 (OK)
diff_match_patch >=20181111 : 20200713 (OK)
intervaltree : None (OK)
IPython >=4.0 : 7.18.1 (OK)
jedi =0.17.1 : 0.17.2 (NOK)
keyring : None (OK)
nbconvert >=4.0 : 6.0.5 (OK)
numpydoc >=0.6.0 : 1.1.0 (OK)
parso =0.7.0 : 0.7.1 (NOK)
pexpect >=4.4.0 : 4.8.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=5.3 : 5.7.2 (OK)
pygments >=2.0 : 2.7.1 (OK)
pylint >=1.0 : 2.6.0 (OK)
pyls >=0.34.0;<1.0.0 : 0.35.1 (OK)
qdarkstyle >=2.8 : 2.8.1 (OK)
qtawesome >=0.5.7 : 0.7.2 (OK)
qtconsole >=4.6.0 : 4.7.7 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
rtree >=0.8.3 : 0.9.4 (OK)
sphinx >=0.6.6 : 3.2.1 (OK)
spyder_kernels >=1.9.4;<1.10.0 : 1.9.4 (OK)
watchdog : None (OK)
xdg >=0.26 : 0.26 (OK)
zmq >=17 : 19.0.2 (OK)
# Optional:
cython >=0.21 : None (OK)
matplotlib >=2.0.0 : None (OK)
numpy >=1.7 : 1.19.2 (OK)
pandas >=0.13.1 : 1.1.2 (OK)
scipy >=0.17.0 : None (OK)
sympy >=0.7.3 : None (OK)
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Spyder can not locate **jedi** and **parso** although they are ...
Versions. Spyder version: 4.1.1; Python version: Linux ubuntu 16.04 python 2.7.16. Problem found in environment with python 3.7.6 ...
Read more >parso - PyPI
Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also...
Read more >spyder is showing error after update [you have missing ...
While installing spyder, spyder need some dependencies to work and if they are missing then it will not work accordingly and ...
Read more >Spyder: You have missing dependencies! parso
This probably means that the version of Spyder you have installed needs version 0.7.0 of python-parso , whereas you have version 0.7.1 of...
Read more >FS#56396 : [python-jedi] python-parso dependency - Arch Linux
But the current version of parso is 0.1.1 and i.e. aur/python-jedihttp-git failes due to this with the error: pkg_resources.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
As I imagined, you installed those packages with
pip
and they are being picked up by Spyder over its conda counterparts. By simply removing this directoryyou’ll fix this issue.
It’s better for you to remove it because keeping it could cause odd bugs either with Spyder or other packages in Anaconda.
Glad it worked! Happy Spydering!