Opps my bad. I see you are in userid *user *and not *nupic*. In that case it should */home/user/nta/eng/bin *and *not* */home/user/nupic/nta/eng/bin* *.*
On Thu, Feb 13, 2014 at 9:29 AM, Dean Horak <[email protected]> wrote: > I ran into this issue because the repository is cloned into > */home/nupic/nupic* and not* /home/nupic*. Therefore htmltest will reside > in /home/user/*nupic/nupic*/nta/eng/bin and not /home/user/*nupic* > /nta/eng/bin/htmtest. > > Make sure you .bashrc has the following settings. > > ########################################### > # NuPIC setup > ########################################## > # Installation path > export NTA=$HOME/nta/eng > # Target source/repo path. Defaults to $PWD > export NUPIC=${HOME}/nupic > # Convenience variable for temporary build files > export BUILDDIR=/tmp/ntabuild > # Number of jobs to run in parallel (optional) > export MK_JOBS=2 > > # Set up the rest of the necessary env variables. Must be done after > # setting $NTA. > source ${NUPIC}/env.sh > > > > > On Thu, Feb 13, 2014 at 9:00 AM, Matthew Taylor <[email protected]> wrote: > >> Hi Freeman, please tell us what instructions you are falling and what >> type of computing environment you have. Are you reading through the Getting >> Started guide? >> >> https://github.com/numenta/nupic/wiki/Getting-Started >> >> --------- >> Matt Taylor >> OS Community Flag-Bearer >> Numenta >> >> >> On Thu, Feb 13, 2014 at 3:27 AM, David Ragazzi <[email protected]>wrote: >> >>> Have you set your bashrc or bash_profile ? There you config $NTA and >>> $NUPIC. Probally these variables still don't exists in your system, because >>> this it cannot find the tests and others. >>> >>> Best, >>> David >>> >>> >>> On 13 February 2014 00:05, Freeman 77 <[email protected]> wrote: >>> >>>> Hello guys, >>>> I need help to set up nupic. I already compiled the code. >>>> In the readme there are test I'm supossed to run to check everything >>>> but that files don't exist. >>>> >>>> When I execute "$NTA/bin/htmtest" it says that >>>> "/home/user/nupic/nta/eng/bin/htmtest" doesn't exist. >>>> >>>> "$NTA/bin/testeverything" also doesn't exist. >>>> >>>> And so on, I checked and there is no folder called "eng" inside "nta" >>>> so before building everything I created an empty one, after executing >>>> "$NUPIC/build.sh" the folder got deleted. So what I'm supposed to do now if >>>> there is no way to test it! Maybe that folder got deprecated or something. >>>> I really don't know. >>>> >>>> I also executed "$NUPIC\run_tests.sh" and I got this: >>>> "ImportError: No module named nupic.bindings.math" >>>> >>>> If anyone can help me that would be awesome. >>>> Greetings >>>> _______________________________________________ >>>> 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 >>> >>> >> >> _______________________________________________ >> 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
