How to install GDAL on Databricks Cluster ?
I am currently using Runtime 10.4 LTS.The options available on Maven Central does not work as well as on PyPi.I am running:try: from osgeo import gdal except ImportError: import gdalto validate but it throws ModuleNotFoundError: No module n...
- 2004 Views
- 1 replies
- 0 kudos
Latest Reply
@Abhishek Jain​ I can understand your issue it happens to me also multiple times so solving this issue I used to install the init script in my clusterMajor reason is that your 10X version does not support your current library so you have to find rig...
- 0 kudos