if i replace the SDK included with this package with the most recently released SDK, i get the following error:
OSError: /home/sdbrown/.local/lib/python2.7/site-packages/pims_nd2/ND2SDK/linux/libnd2ReadSDK.so: undefined symbol: _ZN20CLxPicBufAPI_PreProc16DistanceFunctionEP9SLxPicBufj
looking at the library with readelf i can see the undefined symbol, and if i run ldd -r libnd2ReadSDK.so there is a single undefined symbol warning matching the error above. i've been trying to use strip and objcopy to remove the offending symbol above, but haven't had much success yet.