Hello, I installed Nupic to my linux box this weekend. However I'm not sure I was successful as I have not been able to run the unit tests. The integration and swarming tests looked good.
I'm mostly currious if I messed up my install or if this is bug, it looked like there was some chatter about this that died down a month or so ago. (https://github.com/jparyani/pycapnp/issues/62) When I try to run unit tests I get this error and all testing halts. Any ideas? Thanks! Michael ========================================================================================= test session starts ========================================================================================== platform linux2 -- Python 2.7.6 -- pytest-2.4.2 -- /usr/bin/python plugins: xdist, cov collecting 665 items / 1 errors / 2 skipped ================================================================================================ ERRORS ================================================================================================ ________________________________________________________________ ERROR collecting tests/unit/nupic/research/spatial_pooler_unit_test.py ________________________________________________________________ tests/unit/nupic/research/spatial_pooler_unit_test.py:41: in <module> from nupic.bindings.proto import SpatialPoolerProto_capnp capnp/lib/capnp.pyx:3773: in capnp.lib.capnp._Loader.load_module (capnp/lib/capnp.cpp:71749) ??? capnp/lib/capnp.pyx:3752: in capnp.lib.capnp.load (capnp/lib/capnp.cpp:71239) ??? capnp/lib/capnp.pyx:3126: in capnp.lib.capnp.SchemaParser.load (capnp/lib/capnp.cpp:63334) ??? E KjException: /home/mgstrein/nupic/nupic/bindings/proto/RandomProto.capnp:0: failed: Duplicate ID @0x88eaee6db8e1f67c. E stack: 0x7f21d4d124c8 0x7f21d4c34369 0x7f21d4c33eaa 0x7f21d4c59eca 0x7f21d4c5a402 0x7f21d4c5e7f6 0x7f21d4c5e8eb 0x7f21d4c5e9ac 0x7f21d4c5e9f4 0x7f21d4c6cfb9 0x7f21d4c6c206 0x7f21d4c7046c 0x7f21d4c56df5 0x7f21d4c5e77e 0x7f21d4c57a1e 0x7f21d4c57d27 --------------------------------------------------------------------------- coverage: platform linux2, python 2.7.6-final-0 ----------------------------------------------------------------------------
