-
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
Bug: sam build - ImportError #5896
Comments
Thanks for reporting this issue. Can you provide more details about how did you encounter this problem? I've tried re-producing this issue by selecting Did you install using |
Interesting. I used "brew install aws-sam-cli" to install sam cli. I dont have further details, since this was a pure vanilla setup of sam application |
Never mind. I uninstalled and reinstalled aws-cli using aws/tap/aws-sam-cli. It worked. Thanks. |
Glad that it worked, please let us know if you have other issues |
|
Description:
I'am trying to build a simple SAM application. I'am getting error - An unexpected error was encountered while executing "sam build".
Steps to reproduce:
I used the DynamoDB template with "sam init". When I do "sam build" I get the above mentioned error
Observed result:
Expected result:
I would expect a clean sam build
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
Mac
sam --version
: 1.97.0Add --debug flag to command you are running
The text was updated successfully, but these errors were encountered: