Search code examples
amazon-web-servicesserverlesssam

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)}


Solution

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