question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pylint Plugin: Failure: executable "/usr/bin/pylint" not found

See original GitHub issue

Step 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:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
SergeyKapshuchenkocommented, Sep 16, 2021

@MrBerthier so I’ve fixed it

  1. pip uninstall pylint
  2. delete folders “pylint” and “pylint-{version}.dist-info” in your virtual environment /venv/lib/python{version}/…
  3. try to pip install pylint again

Now everything works fine

1reaction
MrBerthiercommented, Sep 16, 2021

Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found