You really don't want to sudo for the build steps. The problem with the permissions was that you had a module installed via pip at the system level. The simple solution to get NuPIC running is:
sudo pip uninstall python-dateutil Now that you did the build with sudo, you will need to "sudo rm -r $BUILDDIR" and "sudo rm -r $NTA" to get rid of all the files with root permissions. After all that, the build script without sudo should work. On Tue, Aug 13, 2013 at 7:25 AM, Matthew Taylor <[email protected]> wrote: > On Tue, Aug 13, 2013 at 1:28 AM, Patrick Higgins <[email protected]>wrote: > >> / wow, did i really reply to my own message twice : / > > > Somebody's gotta do it. > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > >
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
