aws-samples / aws-samples/amazon-sagemaker-mlops-template-with-aws-lambda-deployment

Auto-discovery during editable installs

Open
#46 0 comments 0 reactions 0 assignees View on GitHub
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

setuptools_MLLIB

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.