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

Upgrade setuptools to 72.1.0 to resolve installation error #1338

Conversation

yogeshojha
Copy link
Owner

Our Docker build was failing due to an error with setuptools. Specifically, we encountered a ModuleNotFoundError: No module named 'setuptools.command.test'. This was caused by issues with setuptools version 72.0.0, which was yanked from the repository by the package maintainers.

We've updated our Dockerfile to explicitly install setuptools version 72.1.0. This version resolves the issues present in 72.0.0 and allows our build process to complete successfully.

Copy link
Contributor

👋 Hi @yogeshojha,
Thank you for sending this pull request.
Please make sure you have followed our contribution guidelines.
We will review this PR as soon as possible. Thank you for your patience.

@yogeshojha yogeshojha merged commit 30f090e into master Jul 30, 2024
6 checks passed
@yogeshojha yogeshojha deleted the 1336-bug-docker-not-building-pip-failing-modulenotfounderror-no-module-named-setuptoolscommandtest branch July 30, 2024 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Docker not building pip failing - ModuleNotFoundError: No module named 'setuptools.command.test'
1 participant