-
Notifications
You must be signed in to change notification settings - Fork 141
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 ? |
I am also seeing the same problem when using "sam build" without "--use-container". This happens every time. We have observed it on different machines (Mac and Windows/WSL) including with fresh versions of our code, sno nothing should be getting cached. It also fails on python 3.13 but works fine on 3.11. --use-container doesn't get that far as we are using a private repo which needs access to our ssh keys. For now we are sticking to 3.11. |
I'm also running into this issue with It also breaks when I try it with python 3.11 when I only have a |
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: