<div dir="ltr">Hello everyone,<div><br></div><div>I recently installed Jupyter into a conda environment with pdal-python already installed and working and it broke pdal due to draco getting updated from 1.5.6 (works with pdal 2.5.6) to draco 1.5.7 which brings with it </div><div>/lib/libdraco.9.0.0.dylib<br>lib/libdraco.9.dylib -> libdraco.9.0.0.dylib<br>lib/libdraco.a<br>/libdraco.dylib -> libdraco.9.0.0.dylib<br></div><div>.  thus causing: '@rpath/libdraco.8.dylib error not found. </div><div><br></div><div>/lib/libpdal_plugin_reader_draco.dylib used lib/libpdal_plugin_reader_draco.15.6.0.dylib which needs libdraco.8.0.0.dylib<br></div><div><br></div><div>you need to specify draco==1.5.6 to avoid this, which is easier than downgrading it (takes less time), but downgrading works also</div><div><br></div><div>try: conda install example_package 'draco<=1.5.6'</div><div><br></div><div>regards, Nick</div>





</div>