Hi @topologic, we are having problems with combining the libraries ifcopenshell and topologicpy (both with the last version available in pip) in a linux system. We are using the build of topologic explained here.
The linuxtest3.py script attached works well in Windows and MacOS but in Ubuntu we get a Segmentation Fault ("Core dumped"). If we change the order of the libraries import (topologicpy before ifcopenshell), the Segmentation Fault appears in a different point of the execution.
@topologic, how we should change the implementation in order to avoid this error?