Error when using the EnergyPlus 9.4 (python library mode) in macOS 11.4 #8793
-
I run the EnergyPlus API under the following conditions.
The code I executed is as below.
The following error message occurred.
Does EnergyPlus API not support macOS yet? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The error message appears to be pretty clear that you are trying to run a release on the wrong architecture. EnergyPlus 9.4 was not released for m1 silicon. We don't officially have an m1 release because we don't have a testing framework available to perform routine testing/development. But one developer who does have an m1 system was kind enough to roll their own package release and post it to the 9.5 release page. Try out 9.5 and see if it works better! We routinely run the API tests on all three platforms (not m1), so hopefully it will work just fine for you. |
Beta Was this translation helpful? Give feedback.
-
I am getting a very similar error but am running python 3.9 and energyplus 22-2-0. Is there a mismatch between these architectures for a Mac M1 silicon? Thanks! |
Beta Was this translation helpful? Give feedback.
The error message appears to be pretty clear that you are trying to run a release on the wrong architecture. EnergyPlus 9.4 was not released for m1 silicon. We don't officially have an m1 release because we don't have a testing framework available to perform routine testing/development. But one developer who does have an m1 system was kind enough to roll their own package release and post it to the 9.5 release page. Try out 9.5 and see if it works better! We routinely run the API tests on all three platforms (not m1), so hopefully it will work just fine for you.