Re: Gdal

2022-10-07 Thread Loris Bennett
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#

Re: Gdal

2022-10-07 Thread Dioumacor FAYE
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 : > >

Re: GDAL Installation in Enthought Python Distribution

2015-02-26 Thread Terry Reedy
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

Re: GDAL Installation in Enthought Python Distribution

2015-02-26 Thread Mark Lawrence
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

Re: GDAL installation

2015-02-11 Thread Leo Kris Palao
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

Re: GDAL installation

2015-02-11 Thread Asim Jalis
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

Re: GDAL-1.7.1 : vcvarsall.bat missing

2010-06-28 Thread kBob
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 > >> >>

Re: GDAL-1.7.1 : vcvarsall.bat missing

2010-06-25 Thread Max Erickson
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

Re: GDAL-1.7.1 : vcvarsall.bat missing

2010-06-25 Thread Christian Heimes
> 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

Re: GDAL-1.7.1 : vcvarsall.bat missing

2010-06-25 Thread kBob
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". > >

Re: GDAL-1.7.1 : vcvarsall.bat missing

2010-06-25 Thread Mark Lawrence
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

Re: GDAL-1.7.1 : vcvarsall.bat missing

2010-06-24 Thread Christian Heimes
> 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/