laempy / pyoints

Pyoints: A Python package for point cloud, voxel and raster processing.
Other
42 stars 8 forks source link

pygdal version #1

Closed laempy closed 5 years ago

laempy commented 6 years ago

Pip installation fails because pygdal doesn't recognise the installed GDAL Version.

As an workaround pip install pygdal==$(gdal-config --version).* is used.

laempy commented 5 years ago

Conda installation fixes the version issue