htm-community / nupic.studio

NuPIC Studio is a powerful all­-in-­one tool that allows users create a HTM neural network from scratch, train it, collect statistics, and share it among the members of the community.
GNU General Public License v2.0
94 stars 29 forks source link

'TemporalMemory' object has no attribute 'predictiveCells' #38

Closed fursty closed 7 years ago

fursty commented 7 years ago

Pulling up any of the demo files it comes back with this error fursty@fursty-virtual-machine:~$ nupic_studio Traceback (most recent call last): File "/home/fursty/.local/lib/python2.7/site-packages/nupic_studio/ui/main_form.py", line 480, in __buttonInitHTM_Click Global.project.network.nextStep() File "/home/fursty/.local/lib/python2.7/site-packages/nupic_studio/htm/network.py", line 68, in nextStep node.nextStep() File "/home/fursty/.local/lib/python2.7/site-packages/nupic_studio/htm/node_region.py", line 274, in nextStep self.updateSpatialElements(activeColumns) File "/home/fursty/.local/lib/python2.7/site-packages/nupic_studio/htm/node_region.py", line 342, in updateSpatialElements if cell.index in self.temporalPooler.predictiveCells: AttributeError: 'TemporalMemory' object has no attribute 'predictiveCells'

rhyolight commented 7 years ago

You probably need to install an older version of NuPIC because NuPIC-Studio has not been maintained for awhile.

Oblynx commented 7 years ago

@fursty Did you succeed? Which nupic version did you install?