Error running the build (flake8)
See original GitHub issueDid the build change recently?
FileNotFoundError: [Errno 2] No such file or directory: '...ccxt.fork/python/.tox/qa/bin/flake8': '.../ccxt.fork/python/.tox/qa/bin/flake8'
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Getting flake8 returned a non none zero code : 1 in docker
I'm getting the below error. ERROR: Service 'web' failed to build: The command '/bin/sh -c flake8 -- ...
Read more >flake8 3.8.2 documentation
flake8 is a command-line utility for enforcing style consistency across Python projects. By default it includes lint checks provided by the PyFlakes project, ......
Read more >How Checks are Run — flake8 4.0.1 documentation
Report all of the errors found in the managed file checkers. This iterates over each of the checkers and reports the errors sorted...
Read more >What Happens When You Run Flake8
Once run() has finished, we then call exit() which looks at how many errors were reported and whether the user specified flake8 --exit-zero...
Read more >Your Tool For Style Guide Enforcement — flake8 3.9.2 ...
To install Flake8, open an interactive shell and run: ... If you only want to see the instances of a specific warning or...
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 Free
Top 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
Apologies, I just ran the command you said and pasted the only line of output.
I found the problem anyway. I needed to upgrade tox (from 3.3.0 to 3.7.0).
Ugh, this
tox
thing went wrong again today after updating homebrew. I had to runbrew reinstall tox
to get it working.