Skip to content

pdal python filter importing open3d #86

@gsalgian

Description

@gsalgian

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions