-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
Hello, seems the new pylint-2.4.0 release is not compatible with the latest version of pylint-plugin-utils.
I started seeing the following error:
File "xxx/.pyenv/versions/3.6.9/lib/python3.6/site-packages/pylint_django/__init__.py", line 6, in <module>
from pylint_django import plugin
File "xxx/.pyenv/versions/3.6.9/lib/python3.6/site-packages/pylint_django/plugin.py", line 3, in <module>
from pylint_plugin_utils import get_checker
File "xxx/.pyenv/versions/3.6.9/lib/python3.6/site-packages/pylint_plugin_utils/__init__.py", line 5, in <module>
from pylint.utils import UnknownMessageError as UnknownMessage
ImportError: cannot import name 'UnknownMessageError'It happened after pylint.utils was split into a package (so, no longer contains a reference to UnknownMessageError exception):
The diff between 2.3.1 and 2.4.0 - https://github.com/PyCQA/pylint/compare/4612b66..fce8bff
albertosottile, davep, manushko, paddycarey, federicobond and 7 more
Metadata
Metadata
Assignees
Labels
No labels