Running Nupic on Ubuntu 14.04

i have followed the link https://www.youtube.com/watch?v=1fIpgXHXAZA to install the nupic on my system and i have succeded it.But on unit testing it takes more than 4000 seconds and even not yet finished.
Also i face the following issue can you please guide me?

shine@Att-dsk-152:~/nupic/examples/opf/clients/hotgym/simple$ ./hotgym.py
ERR: Unable to create region Classifier of type SDRClassifierRegion [/home/travis/build/numenta/nupic.core/src/nupic/engine/RegionImplFactory.cpp line 263]
Traceback (most recent call last):
File “./hotgym.py”, line 97, in
runHotgym()
File “./hotgym.py”, line 68, in runHotgym
model = createModel()
File “./hotgym.py”, line 63, in createModel
return ModelFactory.create(model_params.MODEL_PARAMS)
File “/home/shine/.local/lib/python2.7/site-packages/nupic/frameworks/opf/modelfactory.py”, line 80, in create
return modelClass(**modelConfig[‘modelParams’])
File “/home/shine/.local/lib/python2.7/site-packages/nupic/frameworks/opf/clamodel.py”, line 213, in init
clParams, anomalyParams)
File “/home/shine/.local/lib/python2.7/site-packages/nupic/frameworks/opf/clamodel.py”, line 1167, in __createCLANetwork
n.addRegion(“Classifier”, “py.%s” % str(clRegionName), json.dumps(clParams))
File “/home/shine/.local/lib/python2.7/site-packages/nupic/engine/init.py”, line 665, in addRegion
engine.Network.addRegion(self, name, nodeType, nodeParams)
File “/home/shine/.local/lib/python2.7/site-packages/nupic/bindings/engine_internal.py”, line 1087, in addRegion
return _engine_internal.Network_addRegion(self, *args, **kwargs)
TypeError: init() got an unexpected keyword argument ‘verbosity’

1 Like

See if this helps: