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

Fix importlib error #404

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Fix importlib error #404

merged 1 commit into from
Jan 16, 2024

Conversation

christian-monch
Copy link
Collaborator

This PR should fix an error related to changes in the import interface between python 3.8 and python 3.9

@christian-monch christian-monch changed the base branch from master to maint_0.4 October 24, 2023 13:47
@christian-monch christian-monch force-pushed the fix-importlib-error branch 6 times, most recently from f394a72 to c844003 Compare January 16, 2024 15:30
This commit uses the python version 3.8 as
last version to use `importlib_metadata`.
The previous code tried to use
`importlib_metadata` on python 3.9, which
fails.

The commit also adapts the `entry_points()`
calls in  `get_extractor_class` to python 3.9,
where `entry_points` does not support
keyword-arguments
@christian-monch christian-monch merged commit ad855b8 into maint_0.4 Jan 16, 2024
2 of 4 checks passed
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 this pull request may close these issues.

1 participant