You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
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:
Install
Select Linter
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
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.
The text was updated successfully, but these errors were encountered: