AtomLinter / linter-pylint

Atom linter plugin for Python, using pylint.
60 stars 48 forks source link

Error running Pylint Error: Process execution timed out #209

Open DarthMDev opened 7 years ago

DarthMDev commented 7 years ago
/Users/mgracer48/.atom/packages/coala/node_modules/consistent-env/lib/index.js:50 [consistent-env] Unable to determine environment Error: Process execution timed out(…)(anonymous function) @ /Users/mgracer48/.atom/packages/coala/node_modules/consistent-env/lib/index.js:50
/Users/mgracer48/.atom/packages/linter-pylint/node_modules/consistent-env/lib/index.js:50 [consistent-env] Unable to determine environment Error: Process execution timed out(…)(anonymous function) @ /Users/mgracer48/.atom/packages/linter-pylint/node_modules/consistent-env/lib/index.js:50
linter-registry.js [sm]:144 [Linter] Error running Pylint Error: Process execution timed out(…)(anonymous function) @ linter-registry.js [sm]:144
Arcanemagus commented 7 years ago

Please enable the "Disable Timeout" option in the settings if you are running into that. A more permanent fix is planned but that workaround is necessary for now.

zaccharieramzi commented 5 years ago

I am still running into this issue. Is there a more permanent fix now available?

marccompte commented 5 years ago

Please enable the "Disable Timeout" option in the settings if you are running into that. A more permanent fix is planned but that workaround is necessary for now.

Which settings is that option at? I can't find it.

scincowork commented 4 years ago

If you go to Settings > Packages > select "linter-pylint", there's a checkbox labeled "Disable Execution Timeout" near the bottom of the package settings, before the README. This got rid of the error (which I randomly started getting today) and eventually pylint continues to work.