python - Nest simulator: C compiler cannot create executable -
i spent while looking @ other posts error, nothing relevant specific issue nest installation. nest installation requires ./configure install, according
https://nest.github.io/nest-simulator/xcode_workflow
kept getting following error when running ./configure:
c compiler cannot create executable
and after re-installing new versions of python, numpy, scipy, matplotlib, gcc, , knows else, keep getting error. suggestions?
so, after tinkering around time, decided install anaconda , used following command install nest (neural) simulation tool:
./configure --prefix=$home/opt/nest --without-openmp
this terminal command let me continue make, make install, , make installcheck portions of nest neural simulator tool installation. whew.
Comments
Post a Comment