Nest simulator: python says “no module named nest” -
after installing nest neural simulator, keep getting following error when trying run of example python files came in installation. i've tried re-installing nest, python, , using anaconda, no go.
python error:
importerror: no module named nest
suggestions?
turns out needed move directory installed nest (users/name/opt/nest) nest folder in following directory in anaconda. specifically, moved contents of folder (from nest installation):
/users/name/opt/nest/lib/python2.7/site-packages/nest
into one:
/anaconda/lib/python2.7/site-packages/nest
disclaimer: run problems not having copied contents of nest installation, little hack helping me run example files now.
Comments
Post a Comment