I can provide some insight into the confusion.  The nupic-darwin64
repository is a collection of pre-compiled python dependencies for OS X,
along with some scripts to prepend the dependencies to your environment.
 Up until very recently, the master branch of
https://github.com/numenta/nupic-darwin64 was out of date, and built
specifically for python 2.6.  Meanwhile, the build process has changed from
build.sh, which no longer exists, to one that is CMake-based.  The
python-2.7 branch was recently updated, and so I just merged it into master.

That said, if you're running Anaconda, you don't technically need
nupic-darwin64, and can bypass those instructions.  But, you may want to
try again now that it's been updated.  You should be able to pull in the
latest, run the activate script, and move forward with building nupic:

    cd $NUPIC_ENV
    deactivate_nupic
    git reset --hard
    git clean -fd
    git pull origin master
    source bin/activate
    cd $NUPIC
    mkdir -p build/scripts
    cd build/scripts
    rm -rf *
    rm -rf $BUILDDIR
    cmake $NUPIC
    make -j3



On Wed, Apr 23, 2014 at 2:00 PM, Matthew Taylor <[email protected]> wrote:

>
>
> On Wed, Apr 23, 2014 at 1:06 PM, Roos, Matthew J. <[email protected]
> > wrote:
>
>> Despite all the GitHub instructions on how to get NuPic installed, I’m
>> still having difficulty.  I know a lot about the brain and neuromimetic
>> algorithms, but I don’t know much about GitHub, Python, git, brew, pip,
>> etc. which is making installation difficult.  I’m also not used to the
>> mailing list format.  It seems that there is no way to search through the
>> archives except to step through the messages.  Please let me know if
>> there’s an easier way.
>>
>
> Yes, you can search here:  http://nupic.markmail.org/
>
>
>> So here are a few installation questions.  I’m on OS X 10.9 so I followed
>> the instruction for getting homebrew and pip.  No errors reported.  Then I
>> cloned the nupic-darwin64 repository and activated it.  At that point
>> $NUPIC is empty but the next instruction (from the nupic-darwin64
>> repository) says to:
>>  $NUPIC/build.sh
>> Is this correct?  It makes no sense to me.  Do I need to make/build
>> things in the nupic-darwin64 directory first?  If I should be running a
>> build script, where is it located?
>>
>
> What document are you following? If
> https://github.com/numenta/nupic/wiki/Running-NuPIC-on-OS-X, then note
> that it was updated recently after some build changes. It looks like you
> are following instructions that are out of date.
>
> ---------
> Matt Taylor
> OS Community Flag-Bearer
> Numenta
>
>
> _______________________________________________
> 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

Reply via email to