Hey Adam, I just ran into this issue myself. Check out the thread at: https://github.com/numenta/nupic/issues/2061
Try including export MACOSX_DEPLOYMENT_TARGET=10.10 before your run the install. I am not quiet sure how this fixed it, but it did the trick. Cheers, Jamie On Tue, Aug 4, 2015 at 9:13 PM, Adam Casper <[email protected]> wrote: > I’m trying to get the newest version of n NuPIC up and running but i’m > having some trouble with the build. > > I’m getting these errors. Any help would be appreciated. Thanks, Adam > > clang: error: invalid deployment target for -stdlib=libc++ (requires OS X > 10.7 or later) > error: command '/usr/bin/clang' failed with exit status 1 > > > > > clang: error: invalid deployment target for -stdlib=libc++ (requires OS X > 10.7 or later) > error: command 'clang' failed with exit status 1 >
