[GIS] find GDAL Python bindings for Python 3.4

gdalpython 3

I am using python 3.4 for development and I need GDAL python bindings for python 3.4. I have already gone through this site, but I can only find up to python 3.3?

Best Answer

If you are on Windows you could give the precompiled wheels by Christoph Gohlke a try, he has a stable 1.11 with bindings for Python 3.4 listed.

If you are on Linux your best bet is compiling from source with support for your Python version (./configure --with-python).