The import failed in Python 3.8: >>>importptracer...ImportError: .../ptracer/_lltraceback.cpython-38-x86_64-linux-gnu.so:undefinedsymbol:_PyThreadState_GetFrame Then I tried it in an older environment with Python 3.6 on another computer andptracerworked. ...
#5 0x000055555580316e in _PyThreadState_PopFrame (tstate=tstate@entry=0x555555b31178 <_PyRuntime+166136>, frame=frame@entry=0x7ffff7821f70) at Python/pystate.c:2218 #6 0x00005555557aa94e in _PyEvalFrameClearAndPop (tstate=tstate@entry=0x555555b31178 <_PyRuntime+166136>, frame=frame@entr...
This seems to be a nupic issue due to python -c "import nupic.bindings.math" error. Here is the dump I get from my 20" iMac (2008) running Yosemite when I try to run nustudio. If I run python -c "import nupic.bindings.math" it will also give me the same error, if anyone wan...
#26 _PyEval_EvalFrameDefault /project/cpython/Python/generated_cases.c.h:813:23 (python3.13+0x3e35db) (BuildId: 3ae84a424a863e898f8ae5899a1f37386e6a2faa) #27 _PyEval_EvalFrame /project/cpython/./Include/internal/pycore_ceval.h:119:16 (python3.13+0x3df70a) (BuildId: 3ae84a424a863...