--- Begin Message ---
Anyone seen this before?

Here's the details... I made a fresh install of NuPIC (on a fresh Ubuntu 14.04 install), and followedthe instructions at <github.com/numenta/nupic> for installing and building. It went well until I tried running the tests, then I got the error:

------------
$ $NUPIC/scripts/run_nupic_tests --all --coverage
Traceback (most recent call last):
File "/home/mra/Nupic/nupic/scripts/run_nupic_tests", line 265, in <module>
    result = main(parser, sys.argv[1:])
  File "/home/mra/Nupic/nupic/scripts/run_nupic_tests", line 255, in main
    exitStatus = call(["py.test"] + args + list(tests))
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
------------

I found ["py.test"] in $HOME/.local/bin and so I put that directory into the $PATH environment variable and... the NuPIC tests ran fine.

I've installed & run & tested NuPIC successfully before without having to put this in $PATH, so... is this new? If so I'll be glad to add it to the wiki.

Michael Roy Ames




--- End Message ---

Reply via email to