I have to ask you a lot of questions to diagnose this problem. It is probably better if you create a new issue here: https://github.com/numenta/nupic/issues/new
I have questions like: - how did you install nupic? (binary using pip or from source code?) - did you see any errors during installation? - have you done any tests to ensure nupic is actually installed (like running the simple hotgym example)? Thanks, --------- Matt Taylor OS Community Flag-Bearer Numenta On Sat, Feb 6, 2016 at 9:24 PM, Asim Munawar <[email protected]> wrote: > Hi all, > > I installed nupic and When I run the test I get this. Any help will be > greatly appreciated. > > > $ ./scripts/run_nupic_tests.py -x > *================================================================================ > test session starts > ================================================================================* > platform darwin -- Python 2.7.10 -- pytest-2.5.1 -- > /Users/abc/.virtualenvs/nupic/bin/python > plugins: cov, xdist > *collecting 2 items / 1 errors* > ====================================================================================== > ERRORS > ======================================================================================= > __________________________________________________________________ ERROR > collecting tests/unit/nupic/utils_test.py > __________________________________________________________________ > /Users/abc/.virtualenvs/nupic/lib/python2.7/site-packages/py/_path/local.py:650: > in pyimport > * __import__(modname)* > /Users/abc/.virtualenvs/nupic/lib/python2.7/site-packages/_pytest/assertion/rewrite.py:134: > in find_module > * co = _read_pyc(fn_pypath, pyc)* > /Users/abc/.virtualenvs/nupic/lib/python2.7/site-packages/_pytest/assertion/rewrite.py:311: > in _read_pyc > * co = marshal.load(fp)* > *E ValueError: bad marshal data (unknown type code)* > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > Interrupted: stopping after 1 failures > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > *============================================================================== > 1 error in 0.31 seconds > ==============================================================================* > >
