Hi list,
I could successfully compile everything in OSX 10.6.8 with Python 2.6.8
(installed manually from python.org). I have gcc 4.2.1 and the rest of the
required programs in the wiki page are >= than the required ones.
When testing the installation, I found that:
*./bin/run_tests.sh*
245 passed, 4 skipped in 128.50 seconds
BUT:
*$NTA/bin/testeverything*
*******************************************************************
* Numenta Unit Test summary
*
* Total categories = 39
* Total tests = 2207
* Total passed = 2204
* Total disabled = 0
* Total failed = 3
FAILED: DynamicLibraryTest
FAILED: RegionTest
* Total critical failures = 1
FAILED: RegionTest
MSG: CHECK FAILED: "p" Unable to load the pynode library: Failed to
load "/Users/gari/nta/eng/lib/libcpp_region.dylib":
dlopen(/Users/gari/nta/eng/lib/libcpp_region.dylib, 9): Symbol not found:
_PyCObject_Type
Referenced from: /Users/gari/nta/eng/lib/libcpp_region.dylib
Expected in: flat namespace
in /Users/gari/nta/eng/lib/libcpp_region.dylib
* Success rate = 99.8188
*******************************************************************
*$NTA/bin/htmtest*
Adding a PyNode region...
ERROR: CHECK FAILED: "p" Unable to load the pynode library: Failed to load
"/Users/gari/nta/eng/lib/libcpp_region.dylib":
dlopen(/Users/gari/nta/eng/lib/libcpp_region.dylib, 9): Symbol not found:
_PyCObject_Type
Referenced from: /Users/gari/nta/eng/lib/libcpp_region.dylib
Expected in: flat namespace
in /Users/gari/nta/eng/lib/libcpp_region.dylib
[/Users/gari/GIT/Numenta/nupic-1/nta/engine/RegionImplFactory.cpp line 169]
Exception: CHECK FAILED: "p" Unable to load the pynode library: Failed to
load "/Users/gari/nta/eng/lib/libcpp_region.dylib":
dlopen(/Users/gari/nta/eng/lib/libcpp_region.dylib, 9): Symbol not found:
_PyCObject_Type
Referenced from: /Users/gari/nta/eng/lib/libcpp_region.dylib
Expected in: flat namespace
in /Users/gari/nta/eng/lib/libcpp_region.dylib at:
/Users/gari/GIT/Numenta/nupic-1/nta/engine/RegionImplFactory.cpp:169
The examples are working OK, but I would like to know if I can continue
with the testing or I should fix this first (and any hint on how to do it
would be great of course :) ).
Last (very naive) question: I know that you are making changes to the main
repository, so, should I download, merge and compile the code every time I
am using it? Or I should start working with this version I have downloaded?
I am quite new to github and this kind of projects...
Thanks!!
Gari
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org