Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to initialize Lambda runtime due to exception: No module named 'dlr' #373

Open
kro529 opened this issue Nov 21, 2021 · 1 comment

Comments

@kro529
Copy link

kro529 commented Nov 21, 2021

I have downloaded dlr through pip install and checked that it has been downloaded to the path /.local/lib/python3.7/site-packages/ but it seems like it still wont work.

I initially had DLR also downloaded in Python3.8 but deleted this since it seemed like the lambda function would only run if the necessary libraries were within /.local/lib/python3.7/site-packages/. But when it came to dlr, it was trying to parse through the DLR module downloaded in the location /usr/local/lib/python3.8/dist-packages/dlr.

After deleting the dlr folder within python3.8 I still keep on getting that there is no DLR module within Python3.7.

@zeesee
Copy link

zeesee commented Aug 4, 2022

good day @kro529, did you manage to find a solution? Any suggestions or advice would be greatly appreciated. I been trying to solve this problem as well, but to no avail. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants