-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
I am trying to use the open3d library in a pdal python filter, but the pipeline crashes when trying to import open3d. Here is a minimal environment to reproduce the problem:
conda create -n pdal-python-test
conda activate pdal-python-test
conda install -c open3d-admin open3d
conda install -c conda-forge pdal python-pdal gdal
Attached is a zipped yml file for this environment: environment.zip
Here are the python filter (the multiply example from the pdal webpage with the import statement added) and the json pipeline file pipeline.zip
And here is the gdb trace: gdb_trace_python_filter.txt
Metadata
Metadata
Assignees
Labels
No labels