StateSpaceModels / ssm

Inference for State Space Models like playing with duplo blocks
GNU General Public License v3.0
25 stars 16 forks source link

Additional Dependency : git #12

Closed QCaudron closed 10 years ago

QCaudron commented 10 years ago

Just a note : git is also required. Tried installing on a brand new computer, for context.

sballesteros commented 10 years ago

sh: make: command not found

you need make

On Wed, Dec 11, 2013 at 5:13 PM, Quentin CAUDRON notifications@github.comwrote:

Depencencies installed, npm install -g ssm errors :

npm WARN package.json github-url-from-git@1.1.1 No repository field. /usr/local/bin/ssm -> /usr/local/lib/node_modules/ssm/bin/ssm /usr/local/bin/ssm-install -> /usr/local/lib/node_modules/ssm/bin/ssm-install /usr/local/bin/ssm-run -> /usr/local/lib/node_modules/ssm/bin/ssm-run /usr/local/bin/ssm-bootstrap -> /usr/local/lib/node_modules/ssm/bin/ssm-bootstrap /usr/local/bin/ssm-predict -> /usr/local/lib/node_modules/ssm/bin/ssm-predict /usr/local/bin/ssm-reduce -> /usr/local/lib/node_modules/ssm/bin/ssm-reduce /usr/local/bin/ssm-lhs -> /usr/local/lib/node_modules/ssm/bin/ssm-lhs

ssm@0.5.7 install /usr/local/lib/node_modules/ssm (cd src/C && make && make install && make clean)

sh: make: command not found npm ERR! ssm@0.5.7 install: (cd src/C && make && make install && make clean) npm ERR! Exit status 127 npm ERR! npm ERR! Failed at the ssm@0.5.7 install script. npm ERR! This is most likely a problem with the ssm package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! (cd src/C && make && make install && make clean) npm ERR! You can get their info via: npm ERR! npm owner ls ssm npm ERR! There is likely additional logging output above.

npm ERR! System Darwin 12.5.0 npm ERR! command "/usr/local/Cellar/node/0.10.22/bin/node" "/usr/local/bin/npm" "install" "-g" "ssm" npm ERR! cwd /Users/tboeckeladmin npm ERR! node -v v0.10.22 npm ERR! npm -v 1.3.14 npm ERR! code ELIFECYCLE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /Users/tboeckeladmin/npm-debug.log npm ERR! not ok code 0

— Reply to this email directly or view it on GitHubhttps://github.com/standard-analytics/ssm/issues/12#issuecomment-30369762 .