-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After updating Parso to 0.1.1 Spyder 3.2.4 crash #5673
Comments
The problem comes from the "jedi" package, it should be updated soon... |
It seems Jedi requires Parso 0.1.0, so please downgrade. |
This was referenced Dec 7, 2017
Closed
This was referenced Dec 9, 2017
Closed
Closed
Closed
This was referenced Dec 11, 2017
Closed
Closed
This was referenced Dec 19, 2017
Closed
Closed
Closed
This was referenced Dec 29, 2017
Closed
This was referenced Jan 18, 2018
This was referenced Jan 28, 2018
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of your problem
After updating Parso to 0.1.1 Spyder crash
What steps will reproduce the problem?
What is the expected output? What do you see instead?
File "/home/ign/.pyenv/versions/3.6.3/lib/python3.6/site-packages/pkg_resources/init.py", line 872, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (parso 0.1.1 (/home/ign/.pyenv/versions/3.6.3/lib/python3.6/site-packages), Requirement.parse('parso==0.1.0'), {'jedi'})
Versions and main components
The text was updated successfully, but these errors were encountered: