-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
pylama is complaining about pylint not existing #4399
Comments
Although this is probably a |
Sorry about that, the import should be changed to |
I opened a PR in pylama, let's hope it get merged. We're not going to add back this (we might want to add from importlib import metadata
metadata.metadata('pylint') (Could be a better fix than what I did for pylama.) |
Actually we can stay compatible. |
@Pierre-Sassoulas Thanks, for you quick response on this issue. |
Steps to reproduce
Current behavior
Expected behavior
Prior to 2.8.0,
pylama
worked just fine. I thinkpylama
is expectingnumversion
to have atuple
containing the major, minor, and patch version digits. In 2.7.4, there was this. In 2.8.0, that variable seems to have been removed.pylint --version output
Result of
pylint --version
output:Other packages installed:
The text was updated successfully, but these errors were encountered: