-
Notifications
You must be signed in to change notification settings - Fork 140
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
Labels
Comments
zhemaituk
added
the
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
label
Aug 14, 2024
@zhemaituk thanks for raising the issue. I verified that the same issue happened if I ran Marking it as bug. |
hawflau
added
type/bug
area/workflow/python_pip
python
Pull requests that update Python code
labels
Aug 15, 2024
lucashuy
removed
the
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
label
Sep 26, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Nov 30, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Nov 30, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Nov 30, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Nov 30, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Nov 30, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Dec 1, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Dec 1, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Dec 1, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Dec 2, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Dec 2, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Dec 2, 2024
symroe
added a commit
to DemocracyClub/electionleaflets
that referenced
this issue
Dec 2, 2024
I'm experiencing a similar issue when not using the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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: