Hey all
Replying to Kai's question:
It seems like gdal was causing the trouble because I saw a line which says "Failed building wheel for gdal". Attached below is the corresponding error message:
ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-oo5v759v/gdal_65e94771a04a43468fbf0e64a4b37705/setup.py'"'"'; __file__='"'"'/tmp/pip-install-oo5v759v/gdal_65e94771a04a43468fbf0e64a4b37705/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-6omw3z56/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.7/gdal Check the logs for full command output.
Replying to Jorma's suggestion:
The "!conda install -c conda-forge wradlib" that you have suggested is not for application in Google Colab right? Actually I have no issues with wradlib on Jupyter notebook but I would prefer to run the simulation on Google Colab as it would be much easier for me. Thus, I was curious if anyone has any idea to solve this issue, since I could previously run my simulations on Colab, but failed to do so after wradlib has been updated to version 1.16.0 recently.
Thanks again everyone.
Regards
Hui Wen