math_tools.so: undefined symbol: _Py_ZeroStruct
Sacusa opened this issue · 2 comments
Sacusa commented
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
DonghoonPark12 commented
same with me. I just refer model. not others.
SeokLeeUS commented
Same here... This implementation faces some ssues because of version dependency.
I wonder what version of Python (and other dependent programs) was used.