Horje
Runtime.ImportModuleError: Unable to import module 'lambda_function': libGL.so.1: cannot open shared object file: No such file or directory Code Example
Runtime.ImportModuleError: Unable to import module 'lambda_function': libGL.so.1: cannot open shared object file: No such file or directory
# It more over accours in aws lambda only.
#Issue: Runtime.ImportModuleError: Unable to import module 'lambda_function': libGL.so.1: cannot open shared object file: No such file or directory
#More over it causes to import cv2 into aws lambda-layers. to resolve this issue
create layer instad of $ pip install opencv-python
use $ pip install opencv-python-headless
Now generate layer with opencv-python-headless module. Now check with it it's resolve your issue.




Shell

Related
concatenate in bash the output of two commands Code Example concatenate in bash the output of two commands Code Example
lenovo touchpad not working ubuntu Code Example lenovo touchpad not working ubuntu Code Example
gitbash update Code Example gitbash update Code Example
A new PowerShell stable release is available Code Example A new PowerShell stable release is available Code Example
chmod using find in bash Code Example chmod using find in bash Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9