Skip to content
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

I really need help! #5941

Closed
delroypearson opened this issue Dec 9, 2017 · 1 comment
Closed

I really need help! #5941

delroypearson opened this issue Dec 9, 2017 · 1 comment

Comments

@delroypearson
Copy link

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

@ccordoba12
Copy link
Member

Please don't open more issues about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants