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
File "/edx/app/edxapp/venvs/edxapp/bin/pylint", line 11, in <module>
sys.exit(run_pylint())
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pylint/__init__.py", line 23, in run_pylint
Run(sys.argv[1:])
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pylint/lint.py", line 1315, in __init__
linter.check(args)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pylint/lint.py", line 734, in check
self._do_check(files_or_modules)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pylint/lint.py", line 865, in _do_check
self.check_astroid_module(ast_node, walker, rawcheckers, tokencheckers)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pylint/lint.py", line 945, in check_astroid_module
walker.walk(ast_node)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pylint/utils.py", line 938, in walk
self.walk(child)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pylint/utils.py", line 935, in walk
cb(astroid)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pylint/checkers/variables.py", line 1025, in visit_importfrom
self._check_module_attrs(node, module, name.split('.'))
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pylint/checkers/variables.py", line 1091, in _check_module_attrs
module = next(module.getattr(name)[0].infer())
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/astroid/bases.py", line 364, in infer
return self._explicit_inference(self, context, **kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pylint_django/transforms/fields.py", line 37, in apply_type_shim
if sys.versioninfo >= (3, 5):
AttributeError: 'module' object has no attribute 'versioninfo'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: