Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in running PandaVis #9

Open
csoubhik opened this issue Feb 28, 2022 · 1 comment
Open

Error in running PandaVis #9

csoubhik opened this issue Feb 28, 2022 · 1 comment

Comments

@csoubhik
Copy link

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.

@Zbysekz
Copy link
Collaborator

Zbysekz commented Mar 1, 2022

Ok, sorry you have probably current version - the latest has wrong version in setup.py - it should have 1.0 instead of 0.1.

But back to the problem - i made a quick look and it is problem of htm.core - getParameters() is maybe missing in that library.
We implemented that with this PR htm-community/htm.core#866
Not sure where is the problem - are you using latest (v2.1.16) htm.core? If yes then try to go back to 2.1.15.

Also you can trace down the type of region - add print() function before this runtime error, to print some info about the regionName and type - then you should find this method in htm.core region - or post this detailed trace as issue in htm.core. (with link to this issue)

BTW - I am not currently in active development in this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants