El miércoles, 12 de octubre de 2022 a las 10:18:23 UTC-3, Abdul Haseeb Azizi
escribió:
> On Wednesday, October 12, 2022 at 9:51:22 AM UTC+2, Abdul Haseeb Azizi wrote:
> > On Tuesday, October 11, 2022 at 10:29:34 PM UTC+2, MRAB wrote:
> > > On 2022-10-11 20:38, Thomas Passin wrote:
> > > > On Wi
On Wednesday, October 12, 2022 at 9:51:22 AM UTC+2, Abdul Haseeb Azizi wrote:
> On Tuesday, October 11, 2022 at 10:29:34 PM UTC+2, MRAB wrote:
> > On 2022-10-11 20:38, Thomas Passin wrote:
> > > On Windows, when I tried to install gdal using pip, it needed to compile
> > > part of it. I'm not se
On Tuesday, October 11, 2022 at 10:29:34 PM UTC+2, MRAB wrote:
> On 2022-10-11 20:38, Thomas Passin wrote:
> > On Windows, when I tried to install gdal using pip, it needed to compile
> > part of it. I'm not set up with the Microsoft compiler and header
> > files, so that failed. If you are on W
On 2022-10-11 20:38, Thomas Passin wrote:
On Windows, when I tried to install gdal using pip, it needed to compile
part of it. I'm not set up with the Microsoft compiler and header
files, so that failed. If you are on Windows, you will need to look for
a binary wheel to install, or install and
On Windows, when I tried to install gdal using pip, it needed to compile
part of it. I'm not set up with the Microsoft compiler and header
files, so that failed. If you are on Windows, you will need to look for
a binary wheel to install, or install and configure the compiler and
header files.
Hi everyone,
I am new to python and I am trying to utilize this code "from osgeo import
gdal". I installed python 3.10 and also I installed anaconda3 to solve this
matter but I could not succeed. When I run that code I get the following error.
-