You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very useful tool. Any idea how to include apps such as gdalinfo in the wheel so they become available within the virtualenv where the wheel is subsequently installed?
The text was updated successfully, but these errors were encountered:
There's probably a way but I'm not sure how; gdalinfo and a few others are cpp binary executables, so one would have to fiddle with their rpath's or some such to get them to point at the venderized gdal libs inside site-packages. The tool we use (manylinux) doesn't fix up executables as far as I am aware.
BTW many of the utilities are available as python functions now, e.g. gdal.Info(...).
FWIW rasterio's cli rio is already venderized and provides most of the functionality that the gdal cli tools do.
Very useful tool. Any idea how to include apps such as
gdalinfo
in the wheel so they become available within the virtualenv where the wheel is subsequently installed?The text was updated successfully, but these errors were encountered: