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
Pylint 2 only works on Python 3, so Python 2.7 users with an old version of pip will fail when trying to install Pylint 2 through the notification pop-up. We should consider explicitly doing pip install pylint<2.0.0 when running under Python 2.7.
Pylint 2 only works on Python 3, so Python 2.7 users with an old version of pip will fail when trying to install Pylint 2 through the notification pop-up. We should consider explicitly doing
pip install pylint<2.0.0when running under Python 2.7.