Pylint Plugin: Failure: executable "/usr/bin/pylint" not found
See original GitHub issueStep 1: Are you in the right place?
- I have verified there are no duplicate active or recent bugs, questions, or requests
- I have verified that I am using the latest version of the plugin.
Step 2: Describe your environment
- Plugin version: 12.2
- PyCharm/IDEA version: 2020.3
- Pylint version: 1.8.3
Step 3: Describe the problem:
Steps to reproduce:
When I start a Pylint check on the current file, I got the following error message : “Pylint Plugin: Failure: executable “/usr/bin/pylint” not found”
For information, my project interpreter is /usr/bin/python3.6 and I am not using any venv.
Observed Results:
-
When I run Pylint in command line in a terminal, it works great.
-
When I go to the plugin settings, Path to Pylint executable displays Auto-detected: /usr/bin/pylint
-
When I click on the button test, I got an error notification telling me that the executable /usr/bin/pylint is not found.
-
When I force Path to Pylint executable to /usr/bin/pylint I have the same issue.
Expected Results:
- Pylint plugin displays the detected problems
Relevant Code:
$ which pylint
/usr/bin/pylint
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Pylint Plugin: Failure: executable "/usr/bin/pylint" not found
I am experiencing issues to make Pylint work with PyCharm. When I start a Pylint check on the current file, I got the...
Read more >How to run Pylint with PyCharm - Stack Overflow
I've tried to use the repository as a module with __init__.py and without, and it's not working either way. I'm having difficulty setting...
Read more >Pylint: command not found? - jdhao's digital space
I use the find command and find that pylint executable is placed under ~/.local/bin , which is not part of the PATH variable....
Read more >pylint-pycharm - Bountysource
pylint plugin incompatible with IntelliJ IDEA v. 2020.2 on Catalina $ 0 ... Pylint Plugin: Failure: executable "/usr/bin/pylint" not found $ 0.
Read more >Editor and IDE integration — Pylint 2.11.1 documentation
To avoid having to mouse hover for the error message, ... If the plugin is not finding the Pylint executable (e.g. is not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MrBerthier so I’ve fixed it
Now everything works fine
Thanks!