You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Press Ctrl + I to start Help Function for a function
-- Both errors do only come up in the editor, not in the IPython console
What is the expected output? What do you see instead?
Autocomplete & Help
Please provide any additional information below
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\spyder\utils\introspection\manager.py", line 220, in get_completions
info = self.get_code_info('completions', automatic=automatic)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\spyder\utils\introspection\manager.py", line 216, in get_code_info
**kwargs)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\spyder\utils\introspection\utils.py", line 75, in init
self.get_info()
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\spyder\utils\introspection\utils.py", line 87, in get_info
lexer = find_lexer_for_filename(self.filename)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\spyder\utils\introspection\utils.py", line 180, in find_lexer_for_filename
lexer = get_lexer_for_filename(filename)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pygments\lexers_init.py", line 203, in get_lexer_for_filename
res = find_lexer_class_for_filename(fn, code)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pygments\lexers_init.py", line 168, in find_lexer_class_for_filename
for cls in find_plugin_lexers():
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pygments\plugin.py", line 53, in find_plugin_lexers
yield entrypoint.load()
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pkg_resources_init.py", line 2404, in load
self.require(*args, **kwargs)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pkg_resources_init.py", line 2427, in require
items = working_set.resolve(reqs, env, installer, extras=self.extras)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pkg_resources_init.py", line 875, in resolve
Thanks for reporting. The error traceback that was posted is apparently incomplete. However, it is very likely a duplicate of e.g. #5673 , an error that's been reported numerous times now. As the full error message states, Jedi is only compatible with parso 0.1.0, not 0.1.1. Therefore, you can update jedi to the latest version with conda update jedi (or with pip, if you use that instead); you can also downgrade to parso 0.1.0 with e.g. conda install parso=0.1.0 , and you can close this issue.
Description
What steps will reproduce the problem?
-- Both errors do only come up in the editor, not in the IPython console
What is the expected output? What do you see instead?
Autocomplete & Help
Please provide any additional information below
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\spyder\utils\introspection\manager.py", line 220, in get_completions
info = self.get_code_info('completions', automatic=automatic)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\spyder\utils\introspection\manager.py", line 216, in get_code_info
**kwargs)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\spyder\utils\introspection\utils.py", line 75, in init
self.get_info()
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\spyder\utils\introspection\utils.py", line 87, in get_info
lexer = find_lexer_for_filename(self.filename)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\spyder\utils\introspection\utils.py", line 180, in find_lexer_for_filename
lexer = get_lexer_for_filename(filename)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pygments\lexers_init.py", line 203, in get_lexer_for_filename
res = find_lexer_class_for_filename(fn, code)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pygments\lexers_init.py", line 168, in find_lexer_class_for_filename
for cls in find_plugin_lexers():
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pygments\plugin.py", line 53, in find_plugin_lexers
yield entrypoint.load()
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pkg_resources_init.py", line 2404, in load
self.require(*args, **kwargs)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pkg_resources_init.py", line 2427, in require
items = working_set.resolve(reqs, env, installer, extras=self.extras)
File "c:\users\tsche\appdata\local\programs\python\python36\lib\site-packages\pkg_resources_init.py", line 875, in resolve
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: