Skip to content

Running into ImportError #5

@mike406

Description

@mike406

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions