Solved. I take it back, seems like some old cruft was causing the troubles. git clean -xdf helped.
On Tue, Aug 19, 2014 at 5:18 PM, Marek Otahal <[email protected]> wrote: > Hi guys :) > > after a while I'm installing nupic with all the new goodness pulled in; I > follow the readme and do > python setup.py build / develop > which seems to work fine. > > Later when running unit tests I get an error: > ERROR: Unable to find library libcpp_region.so in NuPIC installation > folder '/home/mmm/nupic/nupic-source/nupic' > [/home/mmm/nupic/nupic-source/extensions/core/src/main/engine/RegionImplFactory.cpp > line 104] > > from > tests/integration/py2/nupic/opf/expgenerator_test.py:514: > PositiveExperimentTests.test_Metrics PASSED > tests/integration/py2/nupic/opf/expgenerator_test.py:976: > PositiveExperimentTests.test_MultiStep FAILED > > My NTA is set to $NUPIC/nupic (before doing that I got a similar error in > this test: NTA not set). > The funny thing is libcpp_region.so does exist at the $NTA location. > > Any thoughts about that? > Thanks a lot, Mark > > > -- > Marek Otahal :o) > -- Marek Otahal :o)
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
