How can one view which non-python library version is installed in dataflow? E.g.
gdal-config --version
Note: I can't use import osgeo
because the problem is that currently dataflow throws module not found error (osgeo not found) when trying this: from gdal import osr
or from osgeo import osr