user15494683
user15494683

Reputation:

Getting Build failed error on AWS SAM build

I got build failed error when i run sam build

Error: PythonPipBuilder:ResolveDependencies - {future==0.18.2(sdist), wrapt==1.12.1(sdist)}

Upvotes: 2

Views: 6434

Answers (1)

Ruhul Amin
Ruhul Amin

Reputation: 1

You can resolve this issue by running the sam build --use-container command. I got the same problem and it's working for me.

Upvotes: 6

Related Questions