This is important. https://issues.numenta.org/browse/NPC-158?focusedCommentId=10177&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-10177
We're going to be putting more emphasis on these types of issues that prevent potential NuPIC users from being productive as a part of our effort to remove obstacles. Details here: https://github.com/numenta/nupic/wiki/NuPIC-Consumer-Engagement-Strategy#builder--experimenter-obstacles-1 --------- Matt Taylor OS Community Flag-Bearer Numenta On Mon, Aug 12, 2013 at 1:15 PM, Archie, Kevin <[email protected]>wrote: > Try running with Python 2.7. > > - Kevin > > On Aug 12, 2013, at 1:53 PM, "Ralph Dratman" <[email protected]> > wrote: > > > 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 > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
