LBNL-ETA / frads

Framework for lighting and energy simulation using Radiance and EnergyPlus
https://lbnl-eta.github.io/frads/
Other
19 stars 4 forks source link

Pyenergyplus as a standalone and/or suggest an elegant solution to incorporating pyenergyplus package #19

Closed sariths closed 1 year ago

sariths commented 1 year ago

Right now pyenergyplus needs to be incorporated into the project using sys.path.append or by using settings in the IDE. Neither of these approaches are particularly stable or portable. On my windows machine I need to append C:\EnergyPlusV22-2-0 to the sys.path to ensure that the runtime api works. In linux machines its something else.

sariths commented 1 year ago

(PS): I would assign a label to this but I dont have the requisite rights to do so.

(@taoning , @TammieYu )

taoning commented 1 year ago

pyenergyplus available at https://github.com/taoning/pyenergyplus. One can install the latest official release of EnergyPlus v23.1.0 with: pip install https://github.com/taoning/pyenergyplus/releases/download/v23.1.0/prebuilt.zip