Genesis
Genesis copied to clipboard
Conflict between numpy and tetgen
When run the hello Genesis, get the following error:
tetgen._tetgen
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Following the instructions, the env default numpy and tetgen version is:
tetgen == 0.6.4
numpy == 1.26.4
It seems work when downgrade NumPy to version 1.24.0