neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
573 stars 51 forks source link

"Linter pylint is not installed." Even though it is. #312

Open BrianZhang1 opened 3 years ago

BrianZhang1 commented 3 years ago

I am running Mac on version 10.15.7, just installed a fresh version of coc along with coc-pairs, coc-prettier, and coc-python 20 minutes ago. Opening a python file yields: "Linter pylint is not installed." Ok, fair enough. I run brew install pylint, and it installs perfectly with no errors or warnings. I open a python file again, which again yields: "Linter pylint is not installed." Now I'm thinking this is a little odd. It gives me three options:

  1. Install
  2. Select Linter
  3. Do not show again

I select install, and then this happens: "[coc.nvim] There is no Pip installer available in the selected environment."

Running pip3 install (module name) runs perfectly fine in terminal, but for some reason, it doesn't work for coc.nvim. Is there some step I'm missing?

If there is any additional information that is needed, please let me know.