leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run on whole project

4sfaloth opened this issue · comments

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.

commented

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

commented

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

commented

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

Any update on this?
I keep getting the error

i'm also getting this error.