Cavan, You won't need to reclone the project. Just set the $NUPIC environment variable to point to the path where you have it checked out and run:
cd $NUPIC git clean -dfx git pull origin master python setup.py install If you want to try to run tests... ./run_tests.sh -u But yeah, like David said, you might need to ensure your dependencies are installed with the right versions. --------- Matt Taylor OS Community Flag-Bearer Numenta On Wed, Jul 30, 2014 at 4:40 AM, David Ray <[email protected]> wrote: > Hi Cavan, > > I tried re-installing over an old installation also, and I just want to > warn you of uninstalling numpy before you proceed. I am still working with > Matt (haven't gotten back to it yet because it's my work computer and I am > busy ...well... Working :-) ). But this may cause some problems that Matt > and I haven't worked through. > > Just a "heads-up" > > David Ray > > Sent from my iPhone > > On Jul 30, 2014, at 4:30 AM, "Cavan Day-Lewis" <[email protected]> > wrote: > > Classification: NPL Management Ltd - Internal > > I am relatively new to Nupic and have experienced a few issues regarding > running swarms. > > > > I have tried to follow the steps on Matt Taylor’s One Hot Gym Prediction > Tutorial video on YouTube, however, I have been unsuccessful in running a > swarm over the “rec-center-hourly.csv” file. I received an error that said > I had a non-ASCII character somewhere in the code even though all of the > code matched the example on GitHub and there didn’t seem to be any odd > characters. I have come to the conclusion that I am probably running an > outdated version of NuPIC. I installed it about a year ago, so can I update > this version of NuPIC by entering in the “git clone > https://github.com/numenta/nupic.git” command or do I need to start again > from scratch by removing the old version and installing the current version? > > > > I would appreciate any advice on this matter. > > > > Thanks, > > Cavan > > > ------------------------------ > If you have received this message in error, please notify us and remove it > from your system. > NPL Management Ltd cannot guarantee that the e-mail or any attachments are > free from viruses. > > NPL Management Ltd is a company registered in England and Wales, number: > 2937881 > Registered office: Serco House | 16 Bartley Wood Business Park | Hook, > Hampshire | UK | RG27 9UY > ------------------------------ > <npl-logo.jpg> <http://www.npl.co.uk/> STAY CONNECTED > <twitter.jpg> <http://www.twitter.com/npl> <facebook.jpg> > <http://www.facebook.com/npldigital> <youtube.jpg> > <http://www.youtube.com/npldigital> <apple.jpg> > <http://itunes.apple.com/us/podcast/national-physical-laboratory/id295076289> > <connect.jpg> <https://ktn.innovateuk.org/web/measurement-network> > > _______________________________________________ > 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
