Flake8Lint icon indicating copy to clipboard operation
Flake8Lint copied to clipboard

Flake8Lint ERROR: AttributeError: 'Checker' object has no attribute 'JOINEDSTR'

Open revmischa opened this issue 7 years ago • 2 comments

Flake8Lint ERROR: self.handleNode(stmt, node) Flake8Lint ERROR: File "/Users/cyber/Library/Application Support/Sublime Text 3/Packages/Python Flake8 Lint/contrib/pyflakes/checker.py", line 609, in handleNode Flake8Lint ERROR: handler(node) Flake8Lint ERROR: File "/Users/cyber/Library/Application Support/Sublime Text 3/Packages/Python Flake8 Lint/contrib/pyflakes/checker.py", line 567, in handleChildren Flake8Lint ERROR: self.handleNode(node, tree) Flake8Lint ERROR: File "/Users/cyber/Library/Application Support/Sublime Text 3/Packages/Python Flake8 Lint/contrib/pyflakes/checker.py", line 608, in handleNode Flake8Lint ERROR: handler = self.getNodeHandler(node.class) Flake8Lint ERROR: File "/Users/cyber/Library/Application Support/Sublime Text 3/Packages/Python Flake8 Lint/contrib/pyflakes/checker.py", line 462, in getNodeHandler Flake8Lint ERROR: self._nodeHandlers[node_class] = handler = getattr(self, nodeType) Flake8Lint ERROR: AttributeError: 'Checker' object has no attribute 'JOINEDSTR'

revmischa avatar Aug 25 '17 20:08 revmischa

Related to https://github.com/dreadatour/Flake8Lint/issues/106?

kkurian avatar Sep 28 '17 02:09 kkurian

See: https://github.com/PyCQA/pyflakes/pull/80

This issue is that Flake8Lint contains an out-of-date version of PyFlakes, 1.0.0 according to commit messages. Bumping to at least PyFlakes 1.4.0 would apparently resolve this issue.

kkurian avatar Sep 28 '17 03:09 kkurian