Hi Everyone,

I managed build Nupic in OSX with XCode and Windows with Visual Studio
(which I had adjust some preprocessor directives and get Win native
libraries).

However on both Win and OSX I get same errors occuring at runtime (I made a
video showing the process). I should be missing some stuff in build process
(probably Swig process). Could some expert on Nupic build process help me
on that? Now the problem is on import libraries, but earlier it was with
"not success on get specification of modules".

Youtube video:
http://www.youtube.com/watch?v=DBeOKgFtFr4

My repo:
https://github.com/DavidRagazzi/nupic
(I forked it again yesterday in order to be updated, so comments in my last
outdated repo were unfortunately deleted, but of course I did some changes
according to suggestions)

If you test generating for Xcode don't forget set XCode:
$ sudo /usr/bin/xcode-select -switch
/Applications/Xcode.app/Contents/Developer

Also it´s needed change nupic-master/nta/engine/RegionImplFactory.cpp, line
460:
replace:
  return Path::join(rootDir, "lib/python"
expand_and_stringify(NTA_PYTHON_SUPPORT) "/site-packages", p);
to:
  return Path::join(rootDir, "lib/python2.6/site-packages", p); (put your
Python version if different from 2.6)

Thanks in advance,

Best wishes, David
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to