Open3D
Open3D copied to clipboard
Problem running Open3D on AWS Lambda
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
masterbranch).
My Question
Hi, I am trying to run Open3D in the AWS Lambda function (python 3.8). The Lambda function has all the necessary libraries installed on the included EFS disk. Like the other libraries Open3D I installed on the EFS disk due to the 250MB layer size limitation. When trying to run it I get an error of missing library "libgomp.so.1". Is it possible to add all the dependencies so that the Lambda function can use them?
I would appreciate any suggestions. :) Thanks!
{
"errorMessage": "libgomp.so.1: cannot open shared object file: No such file or directory",
"errorType": "OSError",
"stackTrace": [
" File "/var/lang/lib/python3.8/imp.py", line 234, in load_module\n return load_source(name, filename, file)\n",
" File "/var/lang/lib/python3.8/imp.py", line 171, in load_source\n module = _load(spec)\n",
" File "