Installed osm-export-tool on Linux with python 3.12. Running osm-export-tool abc.pbf abc fails with:
ERROR: Install the version of python package GDAL that corresponds to gdalinfo --version on your system.
$ (.venv) ... gdalinfo --version
GDAL 3.8.4, released 2024/02/08
$ (.venv) ... pip install gdal==3.8.4
Requirement already satisfied: gdal==3.8.4 in ./.venv/lib/python3.12/site-packages (3.8.4)
Installed osm-export-tool on Linux with python 3.12. Running
osm-export-tool abc.pbf abcfails with:ERROR: Install the version of python package GDAL that corresponds to gdalinfo --version on your system.$ (.venv) ... gdalinfo --version GDAL 3.8.4, released 2024/02/08 $ (.venv) ... pip install gdal==3.8.4 Requirement already satisfied: gdal==3.8.4 in ./.venv/lib/python3.12/site-packages (3.8.4)