<div dir="ltr"><div>Windows users installing PDAL via Conda may be running into issues with missing libtiff.dll. This is ticketed with the upstream packages and will hopefully be fixed soon. In the meantime, it is possible to workaround by pinning to an older build of libtiff. The following should do the trick (tested for Python 3.6)<br></div><div><br></div><div>conda create -n pdalenv -c conda-forge pdal libtiff=4.0.9=vc14_0<br></div></div>