Hi! If you are trying to install GDAL on Python, did you try `python -m pip install gdal` ?
If you did and it failed, are you using Windows ? If yes, try to download the binary whl file from: https://github.com/cgohlke/geospatial-wheels/releases (Note your Python version and win32/64, i.e. If you are using Python 3.11 on Windows 64 bit, download GDAL-3.6.4-cp311-cp311-win_amd64.whl <https://github.com/cgohlke/geospatial-wheels/releases/download/v2023.4.22/GDAL-3.6.4-cp311-cp311-win_amd64.whl>, and then run `python -m pip install GDAL-3.6.4-cp311-cp311-win_amd64.whl` Idan On Thu, 25 May 2023 at 06:15, Muhamad Sulton <m.sulton1...@gmail.com> wrote: > Hi, I'm Sulton from Indonesia. I'm sorry to bother you. I have a problem > with installation osgeo library from my resources code. I want to install > it by terminal IDE but it can't. And then I want to install it from tar.gz. > I search how to install library by tar.gz, but in GDAL I haven't idea to > install with command python setup.py install. What should I do? Thank for > your time and help. > _______________________________________________ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/gdal-dev >
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev