-
-
Notifications
You must be signed in to change notification settings - Fork 774
KeyError: 'pylint' #783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello, i dont know why they still keep that fix in the master branch but you can switch to develop branch to get the fix. Plug 'python-mode/python-mode', {'branch': 'develop'} Something like this. |
Hi @qwexvf, thanks for the answer. It's fixed somehow after last update. |
I still get same problem. It appears everytime. It is very annoying :( |
@eleijonmarck you may need to clear the cache/compiled files: |
Thanks that worked |
I'm still having this issue. I'm using a brand new computer (formatted yesterday, reinstalled the OS), and even cleaning Is changing |
Hi @cuducos ! where exactly are you proposing to make this change? |
Hum… ok, my bad. I should have better studied the way branches and releases work in this repo. Let me try to clarify. The error I'm getting is as follows: However, now I see that this code is not present at the |
No problem! You were probably using the master branch and, indeed, our current maintained working branch is the develop. Take a look to see if it works if you change to the develop branch, please. ;) |
Indeed: worked like a charm. Many thanks : ) |
Uh oh!
There was an error while loading. Please reload this page.
Hello! I'm using Neovim and I got this message when I save the file at first, and then if I check with
:PymodeLint
I've installed pylint with pip,
pip install pylint
========================================
Python related plugins and configurations from init.vim:
What I'm doing wrong?
Please help me and also let me know if I left information to provide.
The text was updated successfully, but these errors were encountered: