aws-samples / aws-serverless-shopping-cart

Serverless Shopping Cart is a sample implementation of a serverless shopping cart for an e-commerce website.
MIT No Attribution
329 stars 417 forks source link

Python 3.9 make issue #55

Open developersteve opened 2 years ago

developersteve commented 2 years ago

This is a heads up for anyone that has python 3.9 locally if you get the error (i got it on OSX)

Error: PythonPipBuilder:Resolver - Path resolution for runtime: python3.8 of binary: python was not successful

product-mock.yaml and shoppingcart-service.yaml will break the make backend unless you update the runtime to python 3.9 in those files