answered 4 years ago
The following works for me:
from pyenergyplus.api import EnergyPlusAPI api = EnergyPlusAPI() api.runtime.run_energyplus(["your", "params", "here"])
I did not get why you need to from runtime import Runtime.
from runtime import Runtime