I am on Mac and after installation of igrf, the following error occured:
FileNotFoundError: CMake not available
This can be fixed by installing CMake using pip (pip install cmake). CMake should be added to the requirements/dependencies of igrc, as it is not automatically installed by either gcc or igrf.
I am on Mac and after installation of igrf, the following error occured: FileNotFoundError: CMake not available
This can be fixed by installing CMake using pip (pip install cmake). CMake should be added to the requirements/dependencies of igrc, as it is not automatically installed by either gcc or igrf.