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 Docker build by explicitly installing setuptools #511

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gabrielgaraujo
Copy link
Contributor

@gabrielgaraujo gabrielgaraujo commented Sep 7, 2024

Issues fixed

This PR fixes a Docker build issue where the setuptools package was missing, causing the python3 setup.py install step to fail.

Problem:

The build process was failing at the step where setup.py attempts to run the installation, throwing the following error:

ModuleNotFoundError: No module named 'setuptools'
Screenshot 2024-09-07 at 21 07 10

Solution:

Added setuptools installation as part of the Docker build process to ensure that the package is available when running python3 setup.py install.

Testing:

  • Successfully built the Docker image without errors after the change.
Screenshot 2024-09-07 at 21 05 58

@gabrielgaraujo gabrielgaraujo marked this pull request as draft September 7, 2024 19:41
@gabrielgaraujo gabrielgaraujo marked this pull request as ready for review September 7, 2024 19:41
@gabrielgaraujo
Copy link
Contributor Author

@Ourobore can you help with this PR and the build errors. I don't believe they are related to my changes.

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