Hello,
Working on a fresh install of OSX 10.10, I'm having trouble
installing Nupic. I believe the problem is coming from the Mac system
python and clang. Before the fresh install, fixing errors removing the Mac
system python and replacing it seem to have got it working.
Now following,
I installed XCode from the app store.
set ARCHFLAGS="-arch x86_64" in .bash_profile
I installed home-brew in the standard way ruby -e "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install)"
installed python 2.7.9 homebrew install python
installed nupic dependencies brew install automake libtool cmake
installed NuPIC cd $NUPIC; python setup.py install
This works, and python -c "import nupic.bindings.math" works, running NuPIC
works, and swarming works.
Does is not working for me. Has anyone successfully installed NuPIC on OSX
10.10 and if so which sets did you use?