GDAL MrSid plugin as a python wheel for easy installation.
- DLL and LICENSE files were copied from gisinternals
- SDK version: MSVC 2019 x64 release-1928-x64-gdal-3-6-4-mapserver-8-0-1.zip 2023-06-14 15:17:47 55309 kB Compiled binaries in a single .zip package
- SDK version: MSVC 2019 win32 release-1928-gdal-3-6-4-mapserver-8-0-1.zip 2023-06-14 13:46:31 49081 kB Compiled binaries in a single .zip package
gdal-sid==x.y.patch
is compatible with anygdal>=x.y,<x.(y+1)
, meaninggdal-sid==3.6.4
is compatible withgdal==3.6.x
for anyx
.gdal-sid
is tested against Christoph Gohlke's binary wheels- GDAL>=3.5 - https://github.com/cgohlke/gdal.whl/releases
- GDAL<3.5 - https://www.lfd.uci.edu/~gohlke/pythonlibs/
- I get an error message:
ERROR 1: Can't load requested DLL: ..\site-packages\osgeo\gdalplugins\gdal_MrSID.dll 127: The specified procedure could not be found.
- You might not have Microsoft Visual C++ 2019 Redistributable - Download and install vc_redist.x86.exe or vc_redist.x64.exe from https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
gdal-sid==3.4.x
is not compatible withgdal==3.4.3
see #1
- No error message is given but the format is still unsupported after installation
- In some gdal binary distribution versions
gdalplugins
directory is not set up by default:- Either set
GDAL_DRIVER_PATH
environment variable to thegdalplugins
directory or - uncomment the section in
osgeo/__init__.py
- Either set
- In some gdal binary distribution versions