No module named ogr

前端 未结 2 1602
耶瑟儿~
耶瑟儿~ 2021-01-28 13:51

I\'m trying to use ogr module, I tried to install it with pip got the errors :

Could not find a version that satisfies the requirement ogr (fro

2条回答
  •  梦如初夏
    2021-01-28 14:13

    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/]

提交回复
热议问题