-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Hello, I am hitting the following import error either by running pylint-json2checkstyle
or pylint --load-plugins=pylint_json2checkstyle.checkstyle_reporter --output-format=checkstyle
Using Python 3.11.0 and pylint 3.0.2 on Windows x64
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\Mike\AppData\Local\Programs\Python\Python311\Scripts\pylint-json2checkstyle.exe\__main__.py", line 4, in <module>
File "C:\Users\Mike\AppData\Local\Programs\Python\Python311\Lib\site-packages\pylint_json2checkstyle\checkstyle_reporter.py", line 11, in <module>
from pylint.interfaces import IReporter
ImportError: cannot import name 'IReporter' from 'pylint.interfaces' (C:\Users\Mike\AppData\Local\Programs\Python\Python311\Lib\site-packages\pylint\interfaces.py)
Metadata
Metadata
Assignees
Labels
No labels