I am trying to install NuPIC and run the unit tests. I have tried to install from pip as well as build from source for the following systems: Windows 10, Debian 8, Ubuntu 16.04 and Ubuntu 14.04. I get the same result on all of them and the unit tests run with errors. I’m not sure what I am doing wrong as I have followed the directions on the NuPIC repo README.md
I’m not sure what other information to post that would be helpful to diagnose the problem. I see that the project builds on Travis CI yet I am unable to replicate the install.
When I tried the tests/unit folder, I found lots of import error. Many modules’ name have changed during nupic ungrades, but the test code there didn’t update accordingly. Are you having the same problem?
$ g++ --version
g++ (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Great, but I’m not sure what to make of your error output. The test errors point to Capn Proto problems. You could try to install capnp manually. That has helped me in the past.