You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure I've read this project's Issues of README.
What happened?
I created an AWS layer in python 3.10 (I tried with 3.9 and 3.12 too) using the version Translators=5.9.3.
I'm trying to use this layer in a Python lambda function, but no matter the python version or cpu selected, I keep receiving the same issue:
Response:
{
"errorMessage": "Unable to import module 'lambda_function': No module named 'lxml.etree'",
"errorType": "Runtime.ImportModuleError",
"requestId": "",
"stackTrace": []
}
Function Logs:
[ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': No module named 'lxml.etree'
APP Version
5.9.3 (default)
Python Version
3.10
Runtime Environment
Linux Ubuntu (default)
Country/Region
Spain
Relevant log output
No response
Screenshots
![DESCRIPTION](LINK.png)
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Debug Tips
What happened?
I created an AWS layer in python 3.10 (I tried with 3.9 and 3.12 too) using the version Translators=5.9.3.
I'm trying to use this layer in a Python lambda function, but no matter the python version or cpu selected, I keep receiving the same issue:
APP Version
5.9.3 (default)
Python Version
3.10
Runtime Environment
Linux Ubuntu (default)
Country/Region
Spain
Relevant log output
No response
Screenshots
Code of Conduct
The text was updated successfully, but these errors were encountered: