'Mist models/Mesa installation

Currently trying to read a .eep file on python. When I try to call the function read_mist_models, the following error shows:

 import read_mist_models 
 ModuleNotFoundError: No module named 'read_mist_models'

Any suggestions? Tried downloading MESA, cannot figure out how to download ndiff since its required before mesa installation.



Solution 1:[1]

Download read_mist_models at https://github.com/jieunchoi/MIST_codes/blob/master/scripts/read_mist_models.py and add it to the directory of your code.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Bisi Bernard