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
I have done the following:
. #5673. As the full error message states, Jedi is only compatible with parso 0.1.0, not 0.1.1. Therefore, please downgrade to 0.1.0 to fix this, e.g. with
conda install parso=0.1.0
or
pip install parso==0.1.0
No change..... this is still not fixed
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\lib\site-packages\spyder\utils\introspection\manager.py", line 234, in show_object_info
info = self._get_code_info('info', position, auto=auto)
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\lib\site-packages\spyder\utils\introspection\manager.py", line 216, in _get_code_info
**kwargs)
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\lib\site-packages\spyder\utils\introspection\utils.py", line 75, in init
self._get_info()
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\lib\site-packages\spyder\utils\introspection\utils.py", line 87, in get_info
lexer = find_lexer_for_filename(self.filename)
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\lib\site-packages\spyder\utils\introspection\utils.py", line 180, in find_lexer_for_filename
lexer = get_lexer_for_filename(filename)
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\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\administrator.lt1
The text was updated successfully, but these errors were encountered:
I have done the following:
. #5673. As the full error message states, Jedi is only compatible with parso 0.1.0, not 0.1.1. Therefore, please downgrade to 0.1.0 to fix this, e.g. with
conda install parso=0.1.0
or
pip install parso==0.1.0
No change..... this is still not fixed
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\lib\site-packages\spyder\utils\introspection\manager.py", line 234, in show_object_info
info = self._get_code_info('info', position, auto=auto)
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\lib\site-packages\spyder\utils\introspection\manager.py", line 216, in _get_code_info
**kwargs)
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\lib\site-packages\spyder\utils\introspection\utils.py", line 75, in init
self._get_info()
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\lib\site-packages\spyder\utils\introspection\utils.py", line 87, in get_info
lexer = find_lexer_for_filename(self.filename)
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\lib\site-packages\spyder\utils\introspection\utils.py", line 180, in find_lexer_for_filename
lexer = get_lexer_for_filename(filename)
File "c:\users\administrator.lt12delroy\appdata\local\programs\python\python35-32\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\administrator.lt1
The text was updated successfully, but these errors were encountered: