-
Notifications
You must be signed in to change notification settings - Fork 48
Uncaught Error: spawn ENOENT #12
Comments
Hi @dengemann, can you help me reproduce this? I just tried with the following versions: atom 0.119.0 Then I opened a Python file from the command line with |
@dmnd I was basicaly getting errors like this one:
with the same package versions you listed. |
That callstack looks unrelated to pylinter and instead related to autocomplete-paths. If you've got time, can you do the following steps to try to narrow down this issue:
When you do the above steps, do you get any errors? Thanks for bearing with me while we work out what's wrong. |
@dmnd we already went through a debugging cycle, I did all that but the final spwan error remained. FYI also ran into these issue with the other liners I meanwhile used, especially after intense sessions with hundreds of open files and multiple directories.... It normally comes on saving. |
Thanks @dengemann I see there are actually a lot of these reports in lots of linters. I'll leave this open but it's probably going to be fixed in linter itself rather than linter-pylint. Other possibly related bugs: AtomLinter/linter-pycodestyle#4 |
I'm going to close this as I think sources of this that came from core linter have been fixed. |
Yes. I think so. Thanks. 2014-12-01 8:45 GMT+01:00 Desmond Brand [email protected]:
|
I had the same error. The reason was I didn't have pylint installed. |
it seems something is causing trouble with the recent Atom verions.
cf. atom/atom#3091 (comment)
cc @kevinsawicki
I meanwhile switched to https://atom.io/packages/linter-python-pep8 and https://atom.io/packages/linter-python-pyflakes
The text was updated successfully, but these errors were encountered: