-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Error: PythonPipBuilder:ResolveDependencies - {pyrsistent==0.16.0(sdist)} #2005
Comments
This seems like an inherent issue with the python-pip builder thats present in |
Hi, @brysontyrrell, Thanks |
@c2tarun |
@c2tarun I upgraded to latest sam version gb186037$ sam --version And I am seeing same error Error: PythonPipBuilder:ResolveDependencies - {pyrsistent==0.16.0(sdist)} I have manually installed pyrsistent but it ain't working. I cannot use container builds , what is the fix here? |
@GarimaBathla try installing |
June 2021 - same issue on
I have my
This shows up and I cannot make any sense of it:
|
Description
Possibly related to #1840 but discovered while using new features in 0.51.0.
I implemented
Metadata
feature for Layers to allowsam build
to install requirements.When running
sam build --use-container
on the template I am getting this error:The Layer triggering this error is installing the following packages:
If I downgrade from 0.51.0 to 0.50.0 which does not include the updates for supporting
Metadata
on Lambda Functions the build command completes without error.Steps to reproduce
Install SAM CLI 0.51.0.
Add
Metadata
build option as shown above to a Lambda Layer in a template.Build the template.
Observed result
This test template contains multiple Layers - only one is triggering the error.
Expected result
The Layer is successfully built.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: 0.51.0Python
: 3.8.0Add --debug flag to command you are running
Workaround
Downgrade to SAM CLI 0.50.0.
The text was updated successfully, but these errors were encountered: