sandialabs / snl-quest

An open source, Python-based software platform for energy storage simulation and analysis developed by Sandia National Laboratories.
Other
129 stars 39 forks source link

EnergyPlus not found issue with QuESt performance (v1.6-beta) #35

Closed atribera closed 2 years ago

atribera commented 2 years ago

I am getting the following error while trying to run QuESt performance using the "Performance Simulation" button:

EnergyPlus not found. Please visit help tab to configure EnergyPlus on your machine.

Note: I have downloaded and moved the software to the QuESt directory on my computer and have renamed it to "energyplus" as instructed in the help tab.

wpo14 commented 2 years ago

Another module was missing (eppy) and the EnergyPlus popup was triggered.

I've amended the code to change the popup based upon what module is missing.