Re: Cannot import gdal in jupyter notebook

2022-12-16 Thread Romina Marcovecchio
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

Re: Cannot import gdal in jupyter notebook

2022-10-12 Thread Abdul Haseeb Azizi
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

Re: Cannot import gdal in jupyter notebook

2022-10-12 Thread Abdul Haseeb Azizi
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

Re: Cannot import gdal in jupyter notebook

2022-10-11 Thread MRAB
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

Re: Cannot import gdal in jupyter notebook

2022-10-11 Thread Thomas Passin
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.

Cannot import gdal in jupyter notebook

2022-10-11 Thread Abdul Haseeb Azizi
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. -