-
Notifications
You must be signed in to change notification settings - Fork 48
Linter cannot find pylint #80
Comments
Can you share you |
Tried running from CLI, seems to be working now. Went back and tested atom from just normal launch, that's working too. I did reinstall pylint but not sure if that would affect anything as previously I've tried doing that with no success. But anyway, issue is solved now. Config just for the sake of it:
|
@SpainTrain : I have exactly same issue, only it's not auto-resolving for me. I have:
Both machines:
Here's my --version: atom errors: Error: spawn C:\WINDOWS\system32\cmd.exe ENOENT
at exports._errnoException (util.js:837:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
at onErrorNT (internal/child_process.js:344:16)
at doNTCallback2 (node.js:441:9)
at process._tickCallback (node.js:355:17) Console |
Silly question, but does |
Not that silly, but yes. |
I had to do a clonezilla restore today on the computer that was affected by this issue previously, so I thought I'd provide some additional info. It is working perfectly here on the first try unlike last time. Atom was preinstalled with the image. After these steps, it immediately started working without errors. |
Another weird data point which I forgot last night: tracing file i/o with Sysinternals |
@tildebyte Does it work if you hard code the path in the config? |
@tildebyte odd. Could you open dev tools in atom (same hotkey as chrome), set a breakpoint inside linter-pylint, and see whether the plugin is being run? |
@Arcanemagus I've tried putting all sorts of things in the config, including the path to @SpainTrain I'll try to do that sometime this evening. |
Just to be specific: On my system at least the |
Really should be |
The slashes were correct, although either should work. It would be nice if you could continue helping us with debugging this as I at least can't reproduce this myself. |
any update on this for mac? I've got pylint working from terminal, but get "Failed to spawn command pylint. Make sure pylint is installed and on your PATH" and
error as well. |
pylint throws the same error on OSX as above. @wangjoshuah Did you get something to work ? |
… a folder (possibly fixes AtomLinter#80)
…older (possibly fixes AtomLinter#80)
…older (hopefully fixes AtomLinter#80)
…older (hopefully fixes AtomLinter#80)
Marking this as closed, if you are still experiencing this please file a new issue with details such as:
|
Am running windows, Pylint was added via pip.
However this error is occurring:
I have checked and pylint does run in cmd so it does happen to be on the PATH. I've tried manually setting it but that still does not work.
The text was updated successfully, but these errors were encountered: