NUPIC is now building properly (as far as I can tell) on OS X 10.8.4, and
passing all the unit tests (ditto).
Now, can anyone suggest how to get past the following situation?
$ python $NUPIC/examples/opf/bin/OpfRunExperiment.py
$NUPIC/examples/opf/experiments/multistep/hotgym/
Using logging configuration file:
/Users/rd/devel/nta/eng/conf/default/nupic-logging.conf
ImportError: numpy.core.multiarray failed to import
ERROR: Could not get valid spec for Region: py.RecordSensor
[/Users/rd/devel/nupic-master/nta/engine/RegionImplFactory.cpp line 455]
Traceback (most recent call last):
File "/Users/rd/devel/nupic-master/examples/opf/bin/OpfRunExperiment.py",
line 54, in <module>
main()
File "/Users/rd/devel/nupic-master/examples/opf/bin/OpfRunExperiment.py",
line 49, in main
runExperiment(sys.argv[1:])
File
"/Users/rd/devel/nta/eng/lib/python2.6/site-packages/nupic/frameworks/opf/experiment_runner.py",
line 147, in runExperiment
model = _runExperimentImpl(opt, model)
File
"/Users/rd/devel/nta/eng/lib/python2.6/site-packages/nupic/frameworks/opf/experiment_runner.py",
line 409, in _runExperimentImpl
model = ModelFactory.create(modelDescription)
File
"/Users/rd/devel/nta/eng/lib/python2.6/site-packages/nupic/frameworks/opf/modelfactory.py",
line 76, in create
return modelClass(**modelConfig['modelParams'])
File
"/Users/rd/devel/nta/eng/lib/python2.6/site-packages/nupic/frameworks/opf/clamodel.py",
line 202, in __init__
anomalyParams)
File
"/Users/rd/devel/nta/eng/lib/python2.6/site-packages/nupic/frameworks/opf/clamodel.py",
line 1069, in __createCLANetwork
n.addRegion("sensor", "py.RecordSensor",
json.dumps(dict(verbosity=sensorParams['verbosity'])))
File
"/Users/rd/devel/nta/eng/lib/python2.6/site-packages/nupic/engine/__init__.py",
line 636, in addRegion
engine.Network.addRegion(self, name, nodeType, nodeParams)
File
"/Users/rd/devel/nta/eng/lib/python2.6/site-packages/nupic/bindings/engine_internal.py",
line 1011, in addRegion
return _engine_internal.Network_addRegion(*args, **kwargs)
RuntimeError: Could not get valid spec for Region: py.RecordSensor
Have tried various ideas, with no result. In short, I am stumped.
Thank you for any suggestions!
Ralph Dratman
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org