Working on raster files and need to gdal package. Trying to install on Azure Databricks is throwing below errors. Any clue how to get this installed on Databricks
Collecting gdal Using cached GDAL-3.0.4.tar.gz (577 kB) ERROR: Command errored out with exit status 1: command: /databricks/python3/bin/python3.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-i3yomji8/gdal/setup.py'"'"'; file='"'"'/tmp/pip-install-i3yomji8/gdal/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-i3yomji8/gdal/pip-egg-info cwd: /tmp/pip-install-i3yomji8/gdal/ Complete output (72 lines): running egg_info creating /tmp/pip-install-i3yomji8/gdal/pip-egg-info/GDAL.egg-info writing /tmp/pip-install-i3yomji8/gdal/pip-egg-info/GDAL.egg-info/PKG-INFO writing dependency_links to /tmp/pip-install-i3yomji8/gdal/pip-egg-info/GDAL.egg-info/dependency_links.txt writing top-level names to /tmp/pip-install-i3yomji8/gdal/pip-egg-info/GDAL.egg-info/top_level.txt writing manifest file '/tmp/pip-install-i3yomji8/gdal/pip-egg-info/GDAL.egg-info/SOURCES.txt' Traceback (most recent call last): File "/tmp/pip-install-i3yomji8/gdal/setup.py", line 151, in fetch_config p = subprocess.Popen([command, args], stdout=subprocess.PIPE) File "/usr/lib/python3.7/subprocess.py", line 775, in init restore_signals, start_new_session) File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: '../../apps/gdal-config': '../../apps/gdal-config'