Error running flake 8
See original GitHub issueHi, without changing anything (intentionally at least) I have an error when opening Atom:
[Linter] Error running Flake8 Error: /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pep8.py:102: FutureWarning: Possible nested set at position 1
EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]')
at ChildProcess.<anonymous> (/Users/xxxxx/.atom/packages/linter-flake8/node_modules/sb-exec/lib/index.js:56:20)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:885:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
Studying previous posts didn’t help, so I’m posting my own issue.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
[Linter] Error running Flake8 · Issue #403 - GitHub
I tried removing the Linter and Flake8 packages and installing them from the console but nothing. Also when I look for $ which...
Read more >How to Fix linter-Flake8 in atom for Python Configuration
Install Linter-flake8 From Atom and then restart your IDE. Check if it's actually being installed via your package manager by executing: which ...
Read more >Error running Flake8 : r/Atom - Reddit
Hello all, I am trying to install Flake8, it installedd all the dependencies, which included Flake and Flake-ui etc. from the dos command ......
Read more >Problems with Atom, Linter, linter-flake8 and bash - Super User
When I try to edit python code, I receive the following error: [Linter] Error running Flake8 Error: /bin/sh: module: line 1: syntax error: ......
Read more >Selecting and Ignoring Violations — flake8 6.0.0 documentation
This tells Flake8 to only ignore error codes starting with E1 , E23 , or W503 while it is running. Note. The documentation...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Why is this issue closed?
Upgrading to production Python 3.7.0 on Mac OSX disables the current version of AtomLinter/linter-flake8 (with an error message every time I type a character) and I see no workaround in this issue?
The root cause is visible on the command line in the current production flake8 running on the current production Python on the current production Mac OSX…
The problem is that AtomLinter/linter-flake8 is choking on this pycodestyle warning message instead of eating it and moving on to do what it is supposed to do.
@cclauss See my comment here for a temporary workaround.