Hi,
Thank you for your reply.
Yes, we use Python 3.4.5.
We installed latest version of Python 3.6.0
Then we downgraded to 3.4.5 as gdal is not compatible with python 3.5 or 3.6.
We install python environment as follows,
Install anaconda 4.3.1 for python 3.6 version.
Then we installed some of the missing programs gdal, pyproj, netcdf, shapely
When we run "conda install gdal" we get message that gdal is not compatible with python 3.5
Then we downgraded python by "conda install python=3.4"
With downgraded Python, it is possible to install gdal and other missing in conda required for shyft.
conda install gdal (2.10)
conda install pyproj (1.9.5.1)
conda install netcdf (1.2.4)
conda install shapely (1.5.13)
conda install -c scitools shapely=1.5.13
How did you manage to install gdal with python latest version in the conda environment?
Thanking You
Kuganesan