Hi @Zbysekz
Is this project still alive?
I would love to continue this line. But getting some issues when getting started.
Here is my fork in case someone can shed some light.
When launching getting this issue when launching : python main.py
Iteration:0
Sensor at 3, 4:
Feature UP: 1
SDR( 700 ) 21, 25, 63, 231, 234, 258, 264, 293, 343, 367, 454, 464, 621, 668
Iteration:1
Sensor at 3, 4:
Feature UP: 1
SDR( 700 ) 21, 25, 63, 231, 234, 258, 264, 293, 343, 367, 454, 464, 621, 668
Iteration:2
Sensor at 4, 4:
Feature UP: 1
SDR( 700 ) 21, 25, 63, 231, 234, 258, 264, 293, 343, 367, 454, 464, 621, 668
Iteration:3
Sensor at 5, 4:
Feature UP: 1
SDR( 700 ) 21, 25, 63, 231, 234, 258, 264, 293, 343, 367, 454, 464, 621, 668
Iteration:4
Sensor at 6, 4:
Feature UP: 0
SDR( 700 ) 42, 65, 71, 73, 226, 256, 408, 491, 493, 570, 633, 652, 668
Iteration:5
Sensor at 7, 4:
Feature UP: 0
SDR( 700 ) 42, 65, 71, 73, 226, 256, 408, 491, 493, 570, 633, 652, 668
Could someone tell if this data is coherent? Is it correct? Is just to know if I managed to setup the env correctly?
Also had a strange issue when installing the htm.core version thorugh th epipenv:
Adding htm.core to Pipfileâs [packages]âŚ
Installation Succeeded
Pipfile.lock (b8e016) out of date, updating to (819f84)âŚ
Locking [dev-packages] dependenciesâŚ
Success!
Locking [packages] dependenciesâŚ
â Locking Failed!
[pipenv.exceptions.ResolutionFailure]: File â/home/rdaneel/.local/lib/python2.7/site-packages/pipenv/resolver.pyâ, line 69, in resolve
[pipenv.exceptions.ResolutionFailure]: req_dir=requirements_dir
[pipenv.exceptions.ResolutionFailure]: File â/home/rdaneel/.local/lib/python2.7/site-packages/pipenv/utils.pyâ, line 726, in resolve_deps
[pipenv.exceptions.ResolutionFailure]: req_dir=req_dir,
[pipenv.exceptions.ResolutionFailure]: File â/home/rdaneel/.local/lib/python2.7/site-packages/pipenv/utils.pyâ, line 480, in actually_resolve_deps
[pipenv.exceptions.ResolutionFailure]: resolved_tree = resolver.resolve()
[pipenv.exceptions.ResolutionFailure]: File â/home/rdaneel/.local/lib/python2.7/site-packages/pipenv/utils.pyâ, line 395, in resolve
[pipenv.exceptions.ResolutionFailure]: raise ResolutionFailure(message=str(e))
[pipenv.exceptions.ResolutionFailure]: pipenv.exceptions.ResolutionFailure: ERROR: ERROR: Could not find a version that matches htm-core[examples]
[pipenv.exceptions.ResolutionFailure]: No versions found
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
First try clearing your dependency cache with pipenv lock --clear, then try the original command again.
Alternatively, you can use pipenv install --skip-lock to bypass this mechanism, then run pipenv graph to inspect the situation.
Hint: try pipenv lock --pre if it is a pre-release dependency.
ERROR: ERROR: Could not find a version that matches htm-core[examples]
No versions found
Was Simple index reachable?
[pipenv.exceptions.ResolutionFailure]: req_dir=requirements_dir
[pipenv.exceptions.ResolutionFailure]: File â/home/rdaneel/.local/lib/python2.7/site-packages/pipenv/utils.pyâ, line 726, in resolve_deps
[pipenv.exceptions.ResolutionFailure]: req_dir=req_dir,
[pipenv.exceptions.ResolutionFailure]: File â/home/rdaneel/.local/lib/python2.7/site-packages/pipenv/utils.pyâ, line 480, in actually_resolve_deps
[pipenv.exceptions.ResolutionFailure]: resolved_tree = resolver.resolve()
[pipenv.exceptions.ResolutionFailure]: File â/home/rdaneel/.local/lib/python2.7/site-packages/pipenv/utils.pyâ, line 395, in resolve
[pipenv.exceptions.ResolutionFailure]: raise ResolutionFailure(message=str(e))
[pipenv.exceptions.ResolutionFailure]: pipenv.exceptions.ResolutionFailure: ERROR: ERROR: Could not find a version that matches htm-core[examples]
[pipenv.exceptions.ResolutionFailure]: No versions found
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
First try clearing your dependency cache with pipenv lock --clear, then try the original command again.
Alternatively, you can use pipenv install --skip-lock to bypass this mechanism, then run pipenv graph to inspect the situation.
Hint: try pipenv lock --pre if it is a pre-release dependency.
ERROR: ERROR: Could not find a version that matches htm-core[examples]
No versions found
Was Simple index reachable?
Is this normal? Beciase Afterwards the main.py work, but, its a strange issue as far as I can see.
I would like to have some insiight about the results to know if they are correct and how to interpret them so I can build appon this. Thanks