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(cloud-native): resolve missing pkg_resources module #8520

Closed
iromli opened this issue May 15, 2024 · 0 comments · Fixed by #8521
Closed

fix(cloud-native): resolve missing pkg_resources module #8520

iromli opened this issue May 15, 2024 · 0 comments · Fixed by #8521
Assignees
Labels
comp-docker-jans-all-in-one Touching folder /docker-jans-all-in-one kind-bug Issue or PR is a bug in existing functionality

Comments

@iromli
Copy link
Contributor

iromli commented May 15, 2024

After upgrading to alpine 3.19, the entrypoint throws the following error:

Traceback (most recent call last):                                                                                                                                                
  File "<string>", line 1, in <module>                                                                                                                                            
ModuleNotFoundError: No module named 'pkg_resources'   

The supervisor library used in all-in-one image requires setuptools.

@iromli iromli added the comp-docker-jans-all-in-one Touching folder /docker-jans-all-in-one label May 15, 2024
@iromli iromli self-assigned this May 15, 2024
@mo-auto mo-auto added the kind-bug Issue or PR is a bug in existing functionality label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-docker-jans-all-in-one Touching folder /docker-jans-all-in-one kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants