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

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

Open
revmischa opened this issue Aug 25, 2017 · 2 comments

Comments

@revmischa
Copy link

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'

@kkurian
Copy link

kkurian commented Sep 28, 2017

Related to #106?

@kkurian
Copy link

kkurian commented Sep 28, 2017

See: PyCQA/pyflakes#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.

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