Hello!
I am attempting to use IGRF through Google Colab. I am stymied by this error, as it seems to be an environmental issue, but I have been unable to resolve it despite many attempts. GCC, GFortran, Cmake, all the necessary dependencies are present in the environment when I check for them, and are up to date. Any insight into this issue would be greatly appreciated.
Hello! I am attempting to use IGRF through Google Colab. I am stymied by this error, as it seems to be an environmental issue, but I have been unable to resolve it despite many attempts. GCC, GFortran, Cmake, all the necessary dependencies are present in the environment when I check for them, and are up to date. Any insight into this issue would be greatly appreciated.
-----CODE------
Install IGRF
!pip install igrf
Run IGRF Example
import igrf mag = igrf.igrf('2010-07-12', glat=65, glon=-148, alt_km=100)
-----OUTPUT------ CalledProcessError Traceback (most recent call last)