-
Notifications
You must be signed in to change notification settings - Fork 173
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
Pyflakes, Pylint fail on Python 3.6 #200
Comments
@Alir3z4 Funnily enough I was just investigating that! Could you re-run it with the |
@carlio Thanks for the quick response. Here's the result:
|
I'm also seeing
|
It's worth noting that this works with the latest (master) version of astroid (1.5.0), however prospector currently enforces a previous version (1.4.9) of astroid. Frustratingly, this failure occurs even when pylint is a disabled module. |
Same here. Any workaround available? |
seems it doesn't work with astroid 1.6.0 , has anyone tried this version? |
Closing this since we're not enforcing an old version of |
Not to reopen an old question, but i seem to get it as well.
with version |
Same situation. Using image |
$ prospector --uses django Messages ======== . Line: None pyflakes: failure / Tool pyflakes failed to run (exception was raised) pylint: failure / Tool pylint failed to run (exception was raised Check Information ================= Started: 2017-01-07 20:13:13.604470 Finished: 2017-01-07 20:13:30.420510 Time Taken: 16.82 seconds Formatter: grouped Profiles: .prospector.yml, doc_warnings, strictness_veryhigh, no_member_warnings Strictness: from profile Libraries Used: django Tools Run: pep257, pep8, profile-validator, pyflakes, pylint Messages Found: 2
Version:
The text was updated successfully, but these errors were encountered: