Looks like there was a compilation error when creating SWiG bindings to nupic.core. Can you show me how you installed NuPIC? Even better would be for you to reinstall NuPIC in the same way you did before, but save the console output and paste it in pastebin.com for me to look at.
Thanks, --------- Matt Taylor OS Community Flag-Bearer Numenta On Sun, Apr 12, 2015 at 1:00 PM, Peter Lewis <[email protected]> wrote: > Hi Matt, > > Thanks for your help - I've managed to remove the database and > get the swarm file passed the the error that was causing it to fail. > However, I'm still getting the error regarding the program not being able to > import the file GetNTAReal. The specific error is: > > > File "nupic/bindings/math/__init__.py", line 53, in <module> > from nupic.bindings.math import (GetNTAReal, > ImportError: cannot import name GetNTAReal. > > Is this a file I failed to download? > > Cheers, > > Peter > > > > > > On 11 April 2015 at 18:46, Matthew Taylor <[email protected]> wrote: >> >> Actually, I wasn't talking about the folder, but it's good you removed >> it. You need to get into the mysql shell and drop the offending >> databases there. >> >> https://dev.mysql.com/doc/refman/5.0/en/drop-database.html >> --------- >> Matt Taylor >> OS Community Flag-Bearer >> Numenta >> >> >> On Sat, Apr 11, 2015 at 9:35 AM, Peter Lewis >> <[email protected]> wrote: >> > Hi Matt, >> > >> > Thanks for the instructions - I removed the offending >> > "client_jobs_XXXX" folder, which enabled the program to get passed that >> > particular error. However, a new error has popped up: >> > >> > >> > File "/usr/lib/python2.7/DBUtils/SteadyDB.py", line 631, in >> > tough_method >> > raise error # reraise the original error again >> > pymysql.err.InternalError: (1050, u"Table >> > '`client_jobs_v29_root`.`jobs`' >> > already exists"). >> > >> > Is there another file/ folder that I need to remove? >> > >> > P.S. I wasn't sure if I am supposed to reply to your email directly or >> > if I >> > am supposed to repost to the list. >> > >> > Cheers, >> > >> > Peter >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > On 10 April 2015 at 19:54, Matthew Taylor <[email protected]> wrote: >> >> >> >> On Fri, Apr 10, 2015 at 11:45 AM, Peter Lewis >> >> <[email protected]> wrote: >> >> > Can't create database 'client_jobs_v29_root'; database exists >> >> > result = self._query(query) >> >> >> >> This error indicates that a previous swarm job was killed or crashed >> >> without cleaning up after itself. You may need to go into mysql and >> >> clear out the databases that have similar names to "client_jobs_XXXX". >> >> >> >> >> >> >> >> --------- >> >> Matt Taylor >> >> OS Community Flag-Bearer >> >> Numenta >> >> >> > >> >
