No module named ogr
问题 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 (from versions: ) No matching distribution found for ogr tried to install all the package including GDAL and still getting an error "No module named ogr . didn't find a working solution on google. That's the code i'm trying to run: import ogr,csv,sys import shapefile shpfile=sys.argv[1] # csvfile=r'C:\Temp\test.csv' #sys.argv[2] #Open files csvfile=open(