Manish, It looks like you don't have the $NUPIC environment variable defined. Please check your env vars (use the 'env' cmd) and make sure that NTA and NUPIC are defined. If not, then follow the directions in the README.md file to update your .bashrc file and source the env.sh script.
Thanks, Matt On Nov 17, 2013, at 10:30 PM, Manish Bhattarai <[email protected]> wrote: > Hi Matt, > > I am using ubuntu 13.04 on vmware workstation 10. and i have created a folder > in merolaagi/home/nupic where i cloned and on bashrc i have given path > accordingly. i installed numpy through apt-get method. and i followed steps > as mentioned in wiki.. > thanks > > i am still getting. > > > merolaagi@ubuntu:~/nupic$ ./build.sh > Traceback (most recent call last): > File "/nupic/build_system/setup.py", line 204, in <module> > setup(trunkdir, extraSubstitutions) > File "/nupic/build_system/setup.py", line 138, in setup > copyFiles(dir) > File "/nupic/build_system/setup.py", line 48, in copyFiles > os.path.join(path, target)) > File "/usr/lib/python2.7/shutil.py", line 130, in copy2 > copyfile(src, dst) > File "/usr/lib/python2.7/shutil.py", line 83, in copyfile > with open(dst, 'wb') as fdst: > IOError: [Errno 13] Permission denied: '/nupic/Makefile.am' > ./build.sh: line 69: /nupic/configure: No such file or directory > > STDOUT redirected to: /tmp/ntabuild/stdout.txt > Build failed!!! > _______________________________________________ > 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
