Hi, I installed GDAL using the pip command and conda. But, I did: import gdal and I had: Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'gdal' I need gdal to remap some data. Please, help me Conrado