leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.
Apache License 2.0
197 stars 35 forks source link

Cannot run on whole project #49

Open 4sfaloth opened 4 years ago

4sfaloth commented 4 years ago

Hi,

I have installed the plug-in in PyCharm and have been testing in on a quite large project. I am able to run in on a per-file and per-module basis (the 'play' and the 'square with four little square on the bottom-right' buttons) but if I try to run on the whole project at once ('Run pylint on all files in current project') I get this error:

The scan failed due to an exception: Error creating Pylint process
Root cause:
CreateProcess error=206, The filename or extension is too long

Any idea on what causes this and how to fix it? I supposed it seems to have something to do with large file paths; the project itself is sitting on just C:\dev but it does have some nested subdirectories inside

thanks in advance.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had activity in the last 60 days.

EMCP commented 4 years ago

seeing this as well, sporadically ... seems to happen despite me moving everything into near root level folders

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had activity in the last 60 days.

gpcimino commented 3 years ago

Any update on this? I keep getting the error

mvanderblom commented 3 years ago

i'm also getting this error.