tammyyang/simdat

math_tools.so: undefined symbol: _Py_ZeroStruct

Sacusa opened this issue · 2 comments

Importing math_tools from core, i.e. writing

from simdat.core.so import math_tools

causes the error

ImportError: /path/to/simdat/core/so/math_tools.so: undefined symbol: _Py_ZeroStruct

same with me. I just refer model. not others.

Same here... This implementation faces some ssues because of version dependency.
I wonder what version of Python (and other dependent programs) was used.