Hi Conrado,
"\"Jorge Conrado Conforte\"" writes:
> Hi,
>
>
>
>
> I installed GDAL using the pip command and conda. But, I did:
>
> import gdal and I had:
Depending on your GDAL version, you might find you have to do
from osgeo import gdal
See
https://gdal.org/api/python_bindings.html#
If you are working on ubuntu, you can use this command.
conda create --name pygdal
conda activate pygdal
conda install -c conda-forge gdal
If installation completes import it from:
from osgeo import gdal
Le ven. 7 oct. 2022 à 12:01, "Jorge Conrado Conforte" <
jorge.confo...@inpe.br> a écrit :
>
>
On 2/26/2015 2:47 AM, Leo Kris Palao wrote:
Would like to request how to install GDAL in my Enthought Python
Distribution (64-bit).
The best place to ask about the Enthought Python Distribution is a list
devoted to the E. P. D.
--
Terry Jan Reedy
--
https://mail.python.org/mailman/listinf
On 26/02/2015 07:47, Leo Kris Palao wrote:
Hi Python Users,
Would like to request how to install GDAL in my Enthought Python
Distribution (64-bit). I am having some problems making GDAL work. Or
can you point me into a blog that describes how to set up GDAL in
Enthought Python Distribution.
Tha
Hi Asim, thanks for your help. It is working properly now.
Thanks,
-Leo
On Wed, Feb 11, 2015 at 4:48 PM, Asim Jalis wrote:
> Hi Leo,
>
> This might be a PATH issue.
>
> See this discussion for details.
>
>
> https://pythongisandstuff.wordpress.com/2011/07/07/installing-gdal-and-ogr-for-python-o
Hi Leo,
This might be a PATH issue.
See this discussion for details.
https://pythongisandstuff.wordpress.com/2011/07/07/installing-gdal-and-ogr-for-python-on-windows/
Asim
On Tue, Feb 10, 2015 at 9:11 PM, Leo Kris Palao wrote:
> Hi Python Users,
>
> I currently installed the Python 2.7.9 and
On Jun 25, 9:51 am, Max Erickson wrote:
> kBob wrote:
> > On Jun 25, 1:26 am, Mark Lawrence
> > wrote:
> >> On 24/06/2010 21:48, Christian Heimes wrote:
>
> >> >> I am attempting to install the GDAL bindings (GDAL-1.7.1)
> >> >> on a Windows XP Desktop with Python 2.6 and GDAL. During
> >> >>
kBob wrote:
> On Jun 25, 1:26 am, Mark Lawrence
> wrote:
>> On 24/06/2010 21:48, Christian Heimes wrote:
>>
>> >> I am attempting to install the GDAL bindings (GDAL-1.7.1)
>> >> on a Windows XP Desktop with Python 2.6 and GDAL. During
>> >> install, the
If it suits your needs, you can wire
> I'll try my luck with Cygwin's ggc before I look into another C/C++
> compiler.
Better grab a recent build of MinGW32. Python's build system has native
support for mingw32. IIRC Cygwin's GCC is only supported for Cygwin
builds of Python.
Christian
--
http://mail.python.org/mailman/listinfo/p
On Jun 25, 1:26 am, Mark Lawrence wrote:
> On 24/06/2010 21:48, Christian Heimes wrote:
>
> >> I am attempting to install the GDAL bindings (GDAL-1.7.1) on a
> >> Windows XP Desktop with Python 2.6 and GDAL. During install, the
> >> script finishes with "error: Unable to find vcvarsall.bat".
>
>
On 24/06/2010 21:48, Christian Heimes wrote:
I am attempting to install the GDAL bindings (GDAL-1.7.1) on a
Windows XP Desktop with Python 2.6 and GDAL. During install, the
script finishes with "error: Unable to find vcvarsall.bat".
What dependencies am I missing?
Visual Studio 2008
Christi
> I am attempting to install the GDAL bindings (GDAL-1.7.1) on a
> Windows XP Desktop with Python 2.6 and GDAL. During install, the
> script finishes with "error: Unable to find vcvarsall.bat".
>
> What dependencies am I missing?
Visual Studio 2008
Christian
--
http://mail.python.org/mailman/
12 matches
Mail list logo