a30001784

Results 2 comments of a30001784

Run into below aws lambda issue since last week. `{ "errorMessage": "Unable to import module 'app': lxml.html.clean module is now a separate project lxml_html_clean.\nInstall lxml[html_clean] or lxml_html_clean directly.", "errorType": "Runtime.ImportModuleError",...

Thanks @cnmoro . I also made some progress with this issue by adding below lib to the requirements.txt file to install it during the bootstrap. lxml_html_clean This works with python3.9