After install gdal module:
pip install gdal
or
conda install gdal
When use, may submit "no module named gdal", may because of you command:
import gdal
Please use down command:
from osgeo import gdal
After install gdal module:
pip install gdal
or
conda install gdal
When use, may submit "no module named gdal", may because of you command:
import gdal
Please use down command:
from osgeo import gdal