hi rhyolight, I am struggling here with getting htm.core to run properly. I tried installing via PyCharm and a Conda environment as well as a simple python install. After setup I was able to run setup.py test which seems to skip some tests and creates some warnings. I can successfully run the mnist.py example, but eg. the sp_tutorial.py stopps with this:
Traceback (most recent call last):
File âsp_tutorial.pyâ, line 107, in
overlaps = sp.getOverlaps()
AttributeError: âhtm.bindings.algorithms.SpatialPoolerâ object has no attribute âgetOverlapsâ
and the hotgym.py breaks with this:
TypeError: infer(): incompatible function arguments. The following argument types are supported:
1. (self: htm.bindings.algorithms.Predictor, pattern: htm.bindings.sdr.SDR) -> Dict[int, List[float]]
I have no clue what to do next. Any idea what I am missing?