aws / aws/sagemaker-training-toolkit
setuptools 78.0.1 incompatibility
Open
- Dominant language
- Python
- Stars
- 530
- Forks
- 140
- Avg merge
- 1h 12m
- Merged PRs (30d)
- 2
Description
**Describe the bug**
Setuptools released version 78.0.1, which removed functionality previously marked for deprecation and this caused an issue with the current package version.
**To reproduce**
Use setuptools version 78.0.1 and try installing the package. I was using pip 25.0.1 and python 3.11.9
**Expected behavior**
The package should avoid relying on deprecated setuptools functionality to prevent installation failures.
Contributor guide
Assessment
This issue has not been assessed yet.