PythonLinkage, this version of EnergyPlus is not linked to Python library
Hey EnergyPlus developers,developers or users,
I am build/compile energyplus on CentOS, using EnergyPlus9.4.0 source code.
I was able to run example idf files successfully, without pythonEMS invloved.
But for PythonEMS involved idf files, i got error:
`PythonLinkage, this version of EnergyPlus is not linked `PythonLinkage: Linked to Python library. Version 3.7.6 `
How I was able to build energyplus successfully with python-linkage turn on in cmake.
But when i run the example idf with pythonEMS, such as:
PythonPluginCustomSchedule.idf
The simulation did not kick off as usual. instead it only shows a simply message:
PythonLinkage: Linked to Python Version 3.7.6
. Please see attachement for details.
Any hint how do i fix fixe it?
Do i need to set up in cmake for python linkage?
Thanks. Thanks.