question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error running the build (flake8)

See original GitHub issue

Did 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:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
npomfretcommented, Feb 11, 2019

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).

0reactions
npomfretcommented, Mar 13, 2019

Ugh, this tox thing went wrong again today after updating homebrew. I had to run brew reinstall tox to get it working.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found