fisadev/fisa-nvim-config

Pylint: unexpected output

Closed this issue · 1 comments

Pylint seems to have a bug now. Every time I save the code (.py), it will report pylint: unexpected output.

Here is the message:
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/manager.py", line 154, in
ast_from_module_name
return self.ast_from_file(found_spec.location, modname, fallback=False)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/manager.py", line 80, in a
st_from_file
return AstroidBuilder(self).file_build(filepath, modname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 152, in
file_build
return self._post_build(module, encoding)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 172, in
_post_build
self.delayed_assattr(delayed)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 231, in
delayed_assattr
for inferred in node.expr.infer():
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 85, i
n wrapped
res = next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 138,
in raise_if_nothing_inferred
yield next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/inference.py", line 300, i
n infer_subscript
value = next(self.value.infer(context))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/context.py", line 40, in c
ache_generator
for result in generator:
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 85, i
n wrapped
res = next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 138,
in raise_if_nothing_inferred
yield next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/inference.py", line 237, i
n infer_attribute
for owner in self.expr.infer(context):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/context.py", line 40, in c
ache_generator
for result in generator:
return MANAGER.ast_from_module_name(absmodname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/manager.py", line 154, in
ast_from_module_name
return self.ast_from_file(found_spec.location, modname, fallback=False)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/manager.py", line 80, in a
st_from_file
return AstroidBuilder(self).file_build(filepath, modname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 152, in
file_build
return self._post_build(module, encoding)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 172, in
_post_build
self.delayed_assattr(delayed)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 231, in
delayed_assattr
for inferred in node.expr.infer():
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 85, i
n wrapped
res = next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 138,
in raise_if_nothing_inferred
yield next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/inference.py", line 300, i
n infer_subscript
value = next(self.value.infer(context))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/context.py", line 40, in c
ache_generator
for result in generator:
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 85, i
n wrapped
res = next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 138,
in raise_if_nothing_inferred
yield next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/inference.py", line 237, i
n infer_attribute
for owner in self.expr.infer(context):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/context.py", line 40, in c
ache_generator

Can you help me? I really like your configuration, but now it doesn't work properly.

Really sorry for the time this has been dead, personal things getting in the way of me contributing too much to OSS. Getting back to it :)
The traceback isn't complete, but you probably aren't needing this anymore, the issue has been dead for quite a while. If you still have the same issue, post the full traceback and reopen the issue, no problem with that :)