-
Notifications
You must be signed in to change notification settings - Fork 40
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: Install library from git using ssh is not success on python3.12 and python3.13 #153
Comments
|
@roger-zhangg i did this as example and to help community to reproduce the issue, but i use this to install private package, that was work on python3.11 and before, but now it is not working on python3.12 and python3.13 |
Thanks for the context, I believe sam is doing a |
@roger-zhangg i have a flow that build venv with flake8 to do syntax check before sam build, it work and successful to install venv with the package but it fail on sam build, I don't know why, but it worked when i tried to install setuptools before sam build then it worked, I don't know how sam build install packages, but we started see this error on python3.12 and 3.13 images |
@roger-zhangg please let me know if there any other info needed |
Thanks @husseinmimi , will investigate more on this one. |
@roger-zhangg any updates ? |
any updates on this? |
@roger-zhangg can this be escalated ? |
@roger-zhangg any updates |
@roger-zhangg @vicheey any updates, can we get this done ? |
any updates ? |
Description:
When i was building my python lambda i can't download packages from github repo, installing packages worked using pip command, but it is failing using sam build and it failed to build my sam template
Steps to reproduce:
Run Docker container with Python 3.12
Inside the container
Add SSH key
Add requirements to test
Install vim to paste sam template
Paste python3.12 sam template for lambda
Build Sam
Observed result:
Expected result:
Build Success
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
public.ecr.aws/sam/build-python3.12:latest
andpublic.ecr.aws/sam/build-python3.13:latest
pip3 install setuptools
The text was updated successfully, but these errors were encountered: