Have you installed Xcode or Xcode command line tools? --------- Matt Taylor OS Community Flag-Bearer Numenta
On Thu, Sep 24, 2015 at 8:40 AM, wanghouzhi-1986 <[email protected]> wrote: > hi ,Austin Marshall > > I try it as your say , and when i run > “whzdeMacBook-Pro:nupic.core-master whz$ CC=clang CXX=clang++ > ARCHFLAGS="-arch x86_64" python setup.py install > --nupic-core-dir=$NUPIC_CORE/build/release” > i got the error : > > clang: error: invalid deployment target for -stdlib=libc++ (requires OS > X 10.7 or later) > error: command 'clang' failed with exit status 1 > > How can i resolve it? > thank you for your patience > > 在 2015年9月24日,下午10:13,Austin Marshall <[email protected]> 写道: > > That's an indication that there are no pre-built binary packages for your > system available on PyPi. You will need to build nupic.core, and > nupic.bindings from source. Instructions can be found in the README at > https://github.com/numenta/nupic.core#build-and-test-nupic-core > > On Wed, Sep 23, 2015 at 8:05 PM, wanghouzhi-1986 <[email protected]> > wrote: >> >> hi, NuPIC >> I install NuPIC on OS X Yosemite following as >> https://www.youtube.com/watch?v=6OPTMDO17XI , but i got error : >> >> Using cached python-dateutil-2.1.tar.gz >> Requirement already satisfied (use --upgrade to upgrade): pillow==2.3.0 in >> /Library/Python/2.7/site-packages (from nupic) >> Collecting nupic.bindings==0.2.1 (from nupic) >> Could not find a version that satisfies the requirement >> nupic.bindings==0.2.1 (from nupic) (from versions: ) >> Some externally hosted files were ignored as access to them may be >> unreliable (use --allow-external nupic.bindings to allow). >> No matching distribution found for nupic.bindings==0.2.1 (from nupic) >> >> how can i resolve it ? > > >
