Hello everyone,
I am facing an error when I export my HB model to OSM for simulation :
The eplusout.err file shows :
** Fatal ** The SQLite database failed to open.
and the sqlite.err shows :
SQLite3 message, sqlite.err open for processing!
SQLite3 message, can’t get exclusive lock on existing database: bad parameter or other API misuse
I temporarily solved the problem removing this line from idf file :
Output:SQLite,
SimpleAndTabular; !- Option Type
But I would like to found a long-term solution.
I think the problem started after installing python3 in my compute last week. Anyone has a idea how to solve it?
Thank you