Manish, Please follow these steps. Remove nupic from /opt. Download and install it to ~/nupic >From prev emails, I assume .bashrc is already set correctly (update it to the new location in $HOME/nupic) Then, cd $NUPIC pip install -r external/common/requirements.txt ./build.sh
Did you follow the readme at https://github.com/numenta/nupic ? :) Or download a VM if you're still having problems.. Cheers, Mark On Fri, Nov 15, 2013 at 3:47 AM, Manish Bhattarai <[email protected]>wrote: > Thanks Matt, > I am a medical guy but have little knowledge of how computer programs > work. I know little bit of C++,php,linux (novice), learning python. Before > I accidentally tumbled upon youtube videos on HLA, I was a firm believer of > Quantum consciousness, where I thought intelligence and consciousness can't > be replicated at a machine level. I was highly impressed with SDR (sparse > distributed representation of stimuli on to the neorcortical cells. I > believed 100 percent on how intelligence could be surpassed on computer on > this framework.. I just want to see it myself how it predicts a model. > Manish > > > error:: > > merolaagi@ubuntu:/opt/nupic$ build.sh > build.sh: command not found > merolaagi@ubuntu:/opt/nupic$ ./build.sh > Traceback (most recent call last): > File "/opt/nupic/build_system/setup.py", line 204, in <module> > setup(trunkdir, extraSubstitutions) > File "/opt/nupic/build_system/setup.py", line 138, in setup > copyFiles(dir) > File "/opt/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: '/opt/nupic/Makefile.am' > Traceback (most recent call last): > File "<string>", line 1, in <module> > ImportError: No module named numpy > ./build.sh: line 69: /opt/nupic/configure: No such file or directory > > STDOUT redirected to: /tmp/ntabuild/stdout.txt > Build failed!!! > > merolaagi@ubuntu:/opt/nupic$ > > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > > -- Marek Otahal :o)
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
