Process exited with non-zero code 1
See original GitHub issueError: Process exited with non-zero code: 1
at ChildProcess.<anonymous> (/home/xenith/git/dotfiles/.atom/packages/linter-flake8/node_modules/atom-linter/node_modules/sb-exec/lib/index.js:51:22)
at emitTwo (events.js:100:13)
at ChildProcess.emit (events.js:185:7)
at maybeClose (internal/child_process.js:850:16)
at Socket.<anonymous> (internal/child_process.js:323:11)
at emitOne (events.js:90:13)
at Socket.emit (events.js:182:7)
at Pipe._onclose (net.js:477:12)
Atom: 1.10.0 Python: Python 3.5.2 :: Anaconda 4.1.1 (64-bit) (also happens with native python or python2) OS: Fedora 24
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Error: "Process exited with a non-zero exit code of: 1"
Process exited with a non-zero exit code of: 1 · Error report file indicates that the process did not complete successfully · IP:...
Read more >Warning: Process exited with non zero exit code: 1 - 356219
Hi, I am getting this error when i run the edx task from command line what might be the issue here? - 356219....
Read more >How to Fix 'Terminated With Exit Code 1' Error - Komodor
Exit Code 1 indicates that a container shut down, either because of an application failure or because the image pointed to an invalid...
Read more >1 at child process error while using expo init during creating ...
Process exited with non-zero code: 1 at child process error while using expo init during creating React Native App.
Read more >Pulumi preview quits with "an unhandled error occurred ...
Pulumi preview quits with "an unhandled error occurred: Program exited with non-zero exit code: 1" #9435. Open. mortaelth opened this issue on ...
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
sigh
Strangely I noticed that even after disabling the package it still output the error message - you can see
atom/packages/linter-flake8
in the error, so I know it’s coming from that package… however…After I
disableduninstalled linter-flake8, now I also have the same message from linter-pep8:So I have no idea what’s going on
Looks like this was only getting reported here because Atom was loading the
atom-linter
library from this package. The bug inlinter-pep8
has already been fixed in the latest release.