I've searched all over the internet for this and can't seem to fix this error. I am new to OpenStudio and trying to run a simple model. I am repeatedly getting the following errors from within the OpenStudio Application.
Initializing workflow.
Processing OpenStudio Measures.
Translating the OpenStudio Model to EnergyPlus.
Processing EnergyPlus Measures.
Starting Simulation.
EnergyPlus Starting
EnergyPlus, Version 9.3.0-baff08990c, YMD=2020.08.13 09:58
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Adjusting Air System Sizing
Adjusting Standard 62.1 Ventilation Sizing
Initializing Simulation
Program terminated: EnergyPlus Terminated--Error(s) Detected.
Failed.
I have tried changing my PYTHONHOME environment variable but cannot fix the issue. Does it need to be set to the Python Standard Library included in the OpenStudio installation? I tried setting it to this:
export PYTHONHOME=/Applications/OpenStudio-3.0.1/EnergyPlus/
which is where the Python Standard Library is located for OpenStudio, but still didn't work. Any help would be much appreciated. Thanks!