simdat icon indicating copy to clipboard operation
simdat copied to clipboard

math_tools.so: undefined symbol: _Py_ZeroStruct

Open Sacusa opened this issue 7 years ago • 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

Sacusa avatar Sep 01 '18 19:09 Sacusa

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

DonghoonPark12 avatar Dec 18 '18 16:12 DonghoonPark12

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

SeokLeeUS avatar Jun 15 '19 19:06 SeokLeeUS