PythonLinkage: Linked to Python Version 3.7.6
Hey EnergyPlus 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: Linked to Python Version 3.7.6 `
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 fixe it? Thanks.
yes, the command format has some issue, and it was fixed using shlex. But a new issue pop up.
But i already add the search path of "PythonPluginCustomSchedule" to the associated idf file.
The eplusout.err file hints:
The terminal command error message:
Here is what i add to the idf: