In MPInterfaces/mpinterfaces/init.py, line 25, MPINT_CONFIG failed to load data from mpint_config.yaml. I changed the command to be MPINT_CONFIG = loadfn(os.path.join(os.path.dirname(PACKAGE_PATH),'config_files/mpint_config.yaml')). This fixed a problem in my case.