2

Temporary fix for the new C/Python API in EnergyPlus

Hi there,

I am super excited for the new API and as I was attempting to play around with it I ran into the follow error:

OSError: dlopen(/Applications/EnergyPlus-9-3-0/libenergyplusapi.dylib, 6): Library not loaded: @executable_path/Python Referenced from: /Applications/EnergyPlus-9-3-0/libenergyplusapi.9.3.0.dylib

I think think this is will be solved in upcoming releases for V9.3+ based on what I saw on GitHub, but in the mean time I was wondering if anyone had figured out a solution (on OSX)?

bchuck's avatar
125
bchuck
asked 2020-06-18 10:17:01 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-06-18 11:02:38 -0500
edit flag offensive 0 remove flag close merge delete

Comments

What's your purpose for using API? You could use something else for now like eppy.

Mehrdad Vojdani's avatar Mehrdad Vojdani (2020-06-18 23:08:35 -0500) edit

I am looking at control actuation and research. I have to date done this predominately using EMS but there are a lot of challenges with that method. I am hoping that going forward Python (or C) will give greater flexibility.

bchuck's avatar bchuck (2020-06-19 14:01:24 -0500) edit
add a comment see more comments

1 Answer

2

Building from source seemed to fix the problem.

bchuck's avatar
125
bchuck
answered 2020-07-08 11:03:23 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments