hongyuan1306
hongyuan1306
humbledb depends quite extensively on pytools. But pytools is not Python3 compatible.
I find that in order to avoid the above segmentation fault, one has to call `load_backend` before **importing** `init_display`: ``` (cnc) hong@hong-office:~/workspace/cnc$ python Python 3.10.11 | packaged by conda-forge |...
This bug is the same as reported in #1176 and is likely related to #1057. One can use `BRep_Tool.Curve(edge)` to get a `Geom_Curve` from an edge as a workaround.