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 import error #527

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Fix import error #527

merged 2 commits into from
Jun 18, 2024

Conversation

mmacata
Copy link
Member

@mmacata mmacata commented Jun 14, 2024

After upgrade to alpine 3.20 including update to python 3.12, the following error appeared:

AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?

This PR suggests to use a more modern approach while still allowing use of older versions.

See also actinia-org/actinia-api#25

@mmacata mmacata requested review from neteler and anikaweinmann June 14, 2024 14:06
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.

2 participants