-
-
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
Spyder editor keeps crashing #6085
Comments
The error is not complete. Please copy it from our error dialog and paste it in full here. |
It still looks very much like the Also, given it looks like you are using Finally, if we don't hear from you in one week (7 days), we'll have to close this error report. Best of luck! |
I am using pythonxy 2.7.10, i.e. Python 2.7.10. I had upgraded both parso and jedi to the latest version, then had this problem. I was digging in github and found that sometimes the latest versions of parso and jedi cause problems. That's why I downgraded both them. But the problem remains. And, my spyder does NOT show error message in full. The pop-up window only says "Spyder has encountered a problem", then "submit to GITHUB" or "OK". Where can I load/find the full error message? |
Please press the button that says |
What versions, precisely?
You can also try the Spyder internal console. View > Panes > Internal Console. Not sure why the full error message isn't getting copied...I've seen this very frequently in people's posts, but I've never understood why since I'm not sure at what step it happens, and it's never happened to me. |
But I found the internal console now. Here is the full error:
I will try to upgrade setuptools now and will report back. Thanks guys! |
No, I can't see the full thing when I submit to github... There is only a popup window but no text panel in it. |
Please try to use a more recent version of, well, everything, Python, setuptools, PyQt. etc. Closing because this is why we don't give support to installations other than Anaconda. |
Yup... |
Description
What steps will reproduce the problem?
Note: I have
parso 0.1.0
jedi 0.10.2
But the problem remains.
What is the expected output? What do you see instead?
Popup window: [Spyder has encountered a problem]
Please provide any additional information below
File "c:\python27\lib\site-packages\spyder\utils\introspection\manager.py", line 220, in get_completions
info = self._get_code_info('completions', automatic=automatic)
File "c:\python27\lib\site-packages\spyder\utils\introspection\manager.py", line 216, in _get_code_info
**kwargs)
File "c:\python27\lib\site-packages\spyder\utils\introspection\utils.py", line 75, in init
self.get_info()
File "c:\python27\lib\site-packages\spyder\utils\introspection\utils.py", line 87, in get_info
lexer = find_lexer_for_filename(self.filename)
File "c:\python27\lib\site-packages\spyder\utils\introspection\utils.py", line 180, in find_lexer_for_filename
lexer = get_lexer_for_filename(filename)
File "c:\python27\lib\site-packages\pygments\lexers_init.py", line 203, in get_lexer_for_filename
res = find_lexer_class_for_filename(fn, code)
File "c:\python27\lib\site-packages\pygments\lexers_init.py", line 168, in find_lexer_class_for_filename
for cls in find_plugin_lexers():
File "c:\python27\lib\site-packages\pygments\plugin.py", line 53, in find_plugin_lexers
yield entrypoint.load()
File "c:\python27\lib\site-packages\pkg_resources_init.py", line 2354, in load
The text was updated successfully, but these errors were encountered: