-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Extract from Numenta Discussion Forum
Hi, getting the following error when trying to run the hotgym example with pandavis (runs fine without pandavis). Can you please advise?
File “/Users/soubhikchatterjee/.local/lib/python3.7/site-packages/HTMpandaVis-0.1-py3.7.egg/pandaBaker/pandaBaker.py”, line 56, in PrepareDatabase
self.db.Insert(tableName, regionName,regionInstance[0], json.dumps(regionInstance[1].getParameters()))
RuntimeError: Attribute getParameters not found.
Zbysekz
HTM Wizard
4d
Hello, please this kind of problems post as issues in github repository.
Anyway, it seems that you have pretty old pandaVis version (0.1) package, but current is 1.0.
I have installed Pandavis from this repository. Please advise how to get the current version.