David, Your problem is that you don't have cmake installed. You should be able to "brew install cmake" (hopefully). --------- Matt Taylor OS Community Flag-Bearer Numenta
On Sat, Aug 2, 2014 at 6:48 AM, cogmission1 . <[email protected]> wrote: > Hi Matt, > > I did a fresh install of Mavericks on my family's general Mac. I then > installed pip. Then git. I Ran git which said I have to download the > Developer Command Line Tools, which I did. Then I ran pip install nupic, > which gave me the following: ( I put it here since the output was small ). > > David Ray > > =========== > > Media:~ Media$ pip install nupic > > Downloading/unpacking nupic > > Downloading nupic-0.1.13.tar.gz (27.2MB): 27.2MB downloaded > > Running setup.py > (path:/private/var/folders/tb/grxk_1px0vb7ftpq588kthxh0000gn/T/pip_build_Media/nupic/setup.py) > egg_info for package nupic > > > > warning: no files found matching '_*.dll' under directory > 'nupic/bindings' > > Installing collected packages: nupic > > Running setup.py install for nupic > > /bin/sh: cmake: command not found > > Unable to generate build scripts! > > Complete output from command /usr/bin/python -c "import setuptools, > tokenize;__file__='/private/var/folders/tb/grxk_1px0vb7ftpq588kthxh0000gn/T/pip_build_Media/nupic/setup.py';exec(compile(getattr(tokenize, > 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" > install --record > /var/folders/tb/grxk_1px0vb7ftpq588kthxh0000gn/T/pip-Sn5MYN-record/install-record.txt > --single-version-externally-managed --compile: > > /bin/sh: cmake: command not found > > > Unable to generate build scripts! > > > ---------------------------------------- > > Cleaning up... > > Command /usr/bin/python -c "import setuptools, > tokenize;__file__='/private/var/folders/tb/grxk_1px0vb7ftpq588kthxh0000gn/T/pip_build_Media/nupic/setup.py';exec(compile(getattr(tokenize, > 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" > install --record > /var/folders/tb/grxk_1px0vb7ftpq588kthxh0000gn/T/pip-Sn5MYN-record/install-record.txt > --single-version-externally-managed --compile failed with error code 1 in > /private/var/folders/tb/grxk_1px0vb7ftpq588kthxh0000gn/T/pip_build_Media/nupic > > Storing debug log for failure in /Users/Media/Library/Logs/pip.log > > > > On Sat, Aug 2, 2014 at 8:35 AM, Hideaki Suzuki <[email protected]> wrote: >> >> Hi, >> >> I did "pip install nupic" on a fresh CentOS6.5 Basic Server Image + >> Devtoolset2 on VMware. It failed without a luck :( >> >> I uploaded the log and the details of the procedure. >> I can rerun the test since cloning a vm image is easy. >> >> http://pastebin.com/g4A3Tdeq >> >> _______________________________________________ >> 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 > _______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
