all steps run smoothly untill I execute sudo pip install --allow-all-external --allow-unverified PILL --allow-unverified psutil -r $NUPIC/external/common/requirements.txt
Then ARCHFLAGS="-arch x86_64" python setup.py install which generated 1 warning "*/usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: **warning: * * "Using deprecated NumPy API, disable it by " "#defining* * NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]* #warning "Using deprecated NumPy API, disable it by " \" The python HTM network API tests passes and the others fail. On Wed, Mar 25, 2015 at 3:08 PM, Marek Otahal <[email protected]> wrote: > I think you'll need to provide more details what fails? what versions are > you using, etc > Cheers, > > On Wed, Mar 25, 2015 at 8:04 PM, joseph skippings <[email protected] > > wrote: > >> 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? >> > > > > -- > Marek Otahal :o) >
