Skip to content
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

AttributeError: module 'pylint.interfaces' has no attribute 'IAstroidChecker' #10

Open
vinothgitkumar opened this issue Oct 3, 2023 · 2 comments

Comments

@vinothgitkumar
Copy link

While trying to install pylint-airflow(pip install pylint-airflow) it throws below error in my GitHub action.

Error:
implements = interfaces.IAstroidChecker
AttributeError: module 'pylint.interfaces' has no attribute 'IAstroidChecker'

My Github Action:

  • name: Pylinting
    run: |
    pip install pylint-airflow
    pylint --load-plugins=pylint_airflow dags/digest/*.py
@vinothgitkumar
Copy link
Author

As i raised new bug in pylint, the resolution was given by them.
pylint-dev/pylint#9102

@vinothgitkumar
Copy link
Author

Please update the above resolution in pylint-airflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant