Alex Simes

Results 3 comments of Alex Simes

I would say this issue can be closed with #161 being merged

for what it's worth, I got this error because I had compiled Caffe for python2.7 but I'm running python 3. So I was in the inverse situation that @mjrlgue mentions...

I'm running into the same issue trying to run ``` sam local start-api --template-file sam-template.yaml ``` where my sam-template.yaml is generated by a `cdk synth` command. This pattern worked fine...