No module named 'awscam' Traceback - Deeplens / Lambda

0

Hi, I am building a simple application using Aamzon Deeplens. When compiling the Lambda function which interact with deeplens, it keep poping up the error "Unable to import module 'greengrassHelloWorld': No module named 'awscam' Traceback". I have reinstall awscam and updated the software on Deeplens for multiple times. I even tested the Deeplens Lambda template that is provoided by AWS. It still shows the same error. Please advise.

asked 2 years ago280 views
1 Answer
0

Hey there,

how did you build and package your lambda function? It seems like the dependencies are not picked up by the mechanism. Also, does this error appear if you try to run the function locally in a unit test? If you could provide more details about the project setup, that would help to pinpoint the issue.

Best

Alex

profile pictureAWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions