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

Fixed a bug in the plugin iteration on Python 3.8 and 3.9 #2377

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

neutrinoceros
Copy link
Contributor

fix a regression introduced and discussed in #2365
ping @dhomeier

@neutrinoceros neutrinoceros changed the title BUG: fix plugin iteration BUG: fix plugin iteration on Python 3.8 and 3.9 Mar 21, 2023
Copy link
Collaborator

@dhomeier dhomeier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I did not get the difference between importlib.metadata and importlib_metadata.
Actually 'importlib-metadata>=3.6; python_version < "3.10"' had already been installed, apparently pulled in via something else, but better to make this explicit.
Thanks for the quick fix!

@dhomeier dhomeier changed the title BUG: fix plugin iteration on Python 3.8 and 3.9 Fixed a bug in the plugin iteration on Python 3.8 and 3.9 Mar 21, 2023
@neutrinoceros
Copy link
Contributor Author

Just for the sake of being as clear as possible, here's the dependency chain that was causing importlib_metadata to already be installed
glue-core <- ipykernel <- jupyter-client (jupyter-client==8.1.0 requires importlib-metadata>=4.8.3)

@dhomeier dhomeier merged commit 695dc40 into glue-viz:main Mar 21, 2023
@neutrinoceros neutrinoceros deleted the hotfix_importlib_metadata branch March 21, 2023 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants