space-physics / iri2016

International Reference Ionosphere 2016 from Python and Matlab
http://irimodel.org/
MIT License
67 stars 34 forks source link

Error while running iri2016 #9

Closed 1030ahmad1030 closed 5 years ago

1030ahmad1030 commented 5 years ago

Please help! I had the following error while I was trying to run an example in my jupyter notebook :-

c:\users\mm\downloads\sami2py-master\iri2016\iri2016\build.py in build(build_sys, src_dir, bin_dir) 25 elif build_sys == "cmake": 26 if not check_cmake_version("3.13.0"): ---> 27 raise ValueError("Need at least CMake 3.13") 28 cmake_setup(src_dir, bin_dir) 29 else:

ValueError: Need at least CMake 3.13

1 ​