-
Notifications
You must be signed in to change notification settings - Fork 142
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
Bug: git+https requirements fail to install when using python3.12 container #675
Comments
@zhemaituk thanks for raising the issue. I verified that the same issue happened if I ran Marking it as bug. |
I'm experiencing a similar issue when not using the |
Quick Questions: Do you need to assign the issue to me , or i can hop on directly ? |
Description:
sam build
fails when requirements.txt contains git+https links, python3.12 onlySteps to reproduce:
sam build --use-container --debug
Observed result:
Expected result:
Build successful.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
Notice
No module named \'setuptools\'
in the logs.The issue is not reproducible when changing Runtime to python3.11.
The text was updated successfully, but these errors were encountered: