I'm getting this error when trying to save a network:
File
"/usr/local/lib/python2.7/dist-packages/nupic-0.1.0-py2.7.egg/nupic/bindings/engine_internal.py",
line 1015, in save
return _engine_internal.Network_save(*args, **kwargs)
SystemError: NULL result without error in PyObject_Call
Searching Google I found this:
http://stackoverflow.com/questions/3576430/python-numpy-error-null-result-without-error-in-pyobject-call
Basically the 32 bit version of Numpy can hold an array with over 2^32
items but it can't dump it. Further digging I found this:
https://github.com/numpy/numpy/issues/2396
and this:
http://bugs.python.org/issue11564
So it stems from a bug in Python itself which is fixed in Python 3.
Has anyone else run into this?
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org