Closed ghost closed 5 years ago
I'll plan to have updated instructions this week to clarify how to deploy the project.
To answer your questions,
Note: there is currently a problem with playing audio files on DeepLens. I am working on a fix for it but as of right now you will not be able to play the audio when the text is read and you will get an exception. As soon as I come up with a fix, I will update the code in this repo.
Thank you for your answer,But I still encountered some errors, as described below:
You need to pip install the dependencies on Linux. The reason is that some of the dependencies are OS specific, and because DeepLens runs Ubuntu, you need the dependencies which are compiled for Linux. The package script just bundles everything up and flattens the lambda structure out. That is a Lambda specific requirement, not just for DeepLens. You won't be able to run this code from the Lambda console in AWS. It will only run correctly through greengrass on the deeplens device. The mo package is pip installed globally on the DeepLens.
Thank you very much for your reply. So... I need install module mo on DeepLens right? Could you tell me how to use pip to install mo ?
I have the following questions, please tell me the answer.