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.

Failed to spawn command `flake8`.

See original GitHub issue

linter-flake8:: Flake8 threw an error related to: Failed to spawn command flake8. Make sure flake8 is installed and on your PATH Please check Atom’s Console for more details

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
DrummyBeatcommented, Jan 20, 2018

I am experiencing the same issue. I have, using a command prompt on windows 10 after adding python34 to my %PATH%, imported pip.

After importing pip I have installed flake8 using the command in command prompt “python34 -m pip install flake8”

After installing flake8 I installed the linter-base through the atom program, not by using “$APM Install linter-flake8” as I have no clue where I would even input that.

I have gone through and tried checking my executable path for flake8 in atom, but I have no clue where or how I would find the path. If someone could give some explanation as to how to get it to work, in which program, command line, terminal, AND CODING LANGUAGE to install it, that would be great. So instead of saying “type in $apm install linter-flake8” explain WHERE YOU WOULD TYPE IT. Everything I’ve found on how to install just says the above, and is not helpful in the slightest.

1reaction
DrummyBeatcommented, Jan 21, 2018

Problem solved. Didn’t have my scripts folder in my PATH

Read more comments on GitHub >

github_iconTop Results From Across the Web

Atom linter-flake8 failed to spawn (not in PATH) - Stack Overflow
It means flake8 dir cannot be found by Atom. The easiest way is to figure out where flake8 is located ...
Read more >
AtomLinter - Bountysource
[Linter] Error running Flake8 Error: Failed to spawn command flake8 . Make sure flake8 is installed and on your PATH. How would I...
Read more >
What packages to install in Atom editor | Edureka Community
But I have been getting this error: Flake8 crashed! linter-flake8:: Flake8 threw an error related to: Failed to spawn command flake8.
Read more >
Release 6.0.0 Ian Stapleton Cordasco - Flake8
Typically the W class of error codes from pycodestyle. ... Note: Not every Flake8 command-line option can be specified in the configuration ...
Read more >
Failed To Spawn Command In Atom - ADocLib
[Linter] Error running Flake8 Error: Failed to spawn command flake8. Make sure flake8 is installed and on your PATH at /Users/xyz/.atom/packages/. Unable to ......
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