Hi Austin,
Thanks for the suggestion, but I'm running into a problem after I run the cmake command while specifying my python library. When I run the make command to start building NuPIC it freezes around the 63% point and Ubuntu freezes up in VM. After a rather atrocious period of time, it breaks off declaring an internal compiler error. Do you have any suggestions regarding this issue? Thanks

- Frank Huang


On 2014-03-19 10:56, Austin Marshall wrote:
This happens when there's a problem in linking the right version of
python during build.  If you know where libpython2.7.so [3] is, you
can explicitly specify the location by adding the following
command-line argument to the call to cmake:

    -DPYTHON_LIBRARY=<path to libpython2.7.so [3]>

You may need to `apt-get install python-devel` or whatever the right
ubuntu package is for the python development libs.

On Wed, Mar 19, 2014 at 7:38 AM, 2014fhuang <[email protected]>
wrote:

I've been having some issues with building NuPIC on my VirtualBox
running Ubuntu. When I run the tests using testeverything I receive
the following error message:

*Total failed = 1
FAILED: RegionTest
*Total critical failures = 1
FAILED: RegionTest
MSG: Could not get valid spec for Region: py.TestNode
*Success rate = 99.91

Here is also a link showing the screenshot of said error:
http://i.imgur.com/rEFIfWn.png [1]

If anybody knows how to fix this problem, it'd be greatly
appreciated! Thanks!

-Frank Huang

_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
[2]



Links:
------
[1] http://i.imgur.com/rEFIfWn.png
[2] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
[3] http://libpython2.7.so

_______________________________________________
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

Reply via email to