<div dir="ltr"><br><div><br></div><div><div>I'm following the workshop presentation using the docker build of pdal 1.4 (I'm on  linux mint 18).  I find the following:</div><div><br></div><div>1.  following the "analysis / clipping" exercise, it seems that filters.attribute filter stage is failing:</div><div><br></div><div>msr@msr-linux ~ $ sudo docker run -v /home/msr/PDAL_workshop/:/data -t pdal/pdal:1.4 pdal pipeline        /data/exercises/analysis/clipping/clipping.json</div><div>PDAL: Couldn't create filter stage of type 'filters.attribute'.</div><div><br></div><div>There's a relevant pull request (<a href="https://github.com/PDAL/PDAL/pull/1171">https://github.com/PDAL/PDAL/pull/1171</a>) but no indication of what to do instead.</div><div><br></div><div>2.  I thought perhaps "pdal --drivers" would shed some light on the situation. Sadly, when I did, pdal failed to load:</div><div><br></div><div>msr@msr-linux ~ $ sudo docker run -v /home/msr/PDAL_workshop/:/data -t pdal/pdal:1.4 pdal --drivers</div><div>(PDAL Error) Can't load library /usr/lib/libpdal_plugin_reader_pcd.so: Failed to load "/usr/lib/libpdal_plugin_reader_pcd.so": /usr/lib/libpcl_io.so.1.8: undefined symbol: _ZNSt8ios_base7failureC1EPKcRKSt10error_code(PDAL Error) Plugin '/usr/lib/libpdal_plugin_reader_pcd.so' found but failed to load: Failed to load "/usr/lib/libpdal_plugin_reader_pcd.so": /usr/lib/libpcl_io.so.1.8: undefined symbol: _ZNSt8ios_base7failureC1EPKcRKSt10error_code</div><div><br></div><div>I tried installing libpcl1.7 (which is what apt wants to put down) but it didn't help.</div><div><br></div><div>I'll appreciate any guidance.</div><div><br></div><div>msr</div></div></div>