[gdal-dev] Osgeo gdal

Idan Miara idan at miara.com
Wed May 24 22:41:19 PDT 2023


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.sulton1312 at 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 at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20230525/d0b3bf98/attachment.htm>


More information about the gdal-dev mailing list