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

Flake8 fails with python 3.7 #2931

Closed
KSchopmeyer opened this issue Oct 6, 2022 · 0 comments · Fixed by #2929
Closed

Flake8 fails with python 3.7 #2931

KSchopmeyer opened this issue Oct 6, 2022 · 0 comments · Fixed by #2929
Assignees
Milestone

Comments

@KSchopmeyer
Copy link
Collaborator

KSchopmeyer commented Oct 6, 2022

Pyflake fails with python 3.7 in CI.

The failure is:
entrypoints-object-has-no-attribute-get in importlib_metadata

Probably traced down to same issue described in following issue

https://stackoverflow.com/questions/73929564/entrypoints-object-has-no-attribute-get-digital-ocean

importlib-meta released new version 5.0.0 on 1 Oct. Recommendation from this issue is that, at least for python>=3.7, limit
importlib-meta be limited to > 5.0.0 for python 3.7

Confrimed by issue python/importlib_metadata#411 that the problem exists and is probably an issue with python 3.7

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

Successfully merging a pull request may close this issue.

1 participant