I\'m trying to use ogr module, I tried to install it with pip got the errors :
ogr
Could not find a version that satisfies the requirement ogr (fro
Please first install python GDAL package then import something like this
from osgeo import ogr
Or you can follow below link [https://pypi.org/project/GDAL/]