aws-samples / aws-samples/amazon-sagemaker-mlops-template-with-aws-lambda-deployment
Auto-discovery during editable installs
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Based on the setuptools bug reported below (from v60 onwards) there is an issue with installing the requirements which fails on auto-discovery. This is related to multiple top level packages being detected on what the install thinks is a flat structure. The fix seems to be to set py_modules = [] in setup.py to deactivate auto-discovery.
https://github.com/pypa/setuptools/issues/3197
Contributor guide
Assessment
This issue has not been assessed yet.