Hi Nupic, I have installed Nupic following the steps below: 1.sudo apt-get upgrade # optional 2.sudo apt-get install git python-dev python-pip automake libtool libssl-dev g++ cmake mysql-server libpcre3-dev 3. pip install numpy 4.git clone https://github.com/numenta/nupic.git 5.python setup.py install --user
After that I got: ... Using /home/xx/.local/lib/python2.7/site-packages/apipkg-1.4-py2.7.egg Finished processing dependencies for nupic==0.2.12.dev0 Copying binaries from /home/xx/nupic/extensions/core/build/release/bin to /home/xx/nupic/bin... I am not sure I have installed successfully? Then I ran the tests: 1.$NUPIC/bin/py_region_test, I got:....DEBUG: testUnregisterRegion passedDone -- all tests passedINFO: destroySpec(py.TestNode)Memory usage: 100 (virtual) 100 (real) at iteration 0--- ALL TESTS PASSED ---2. Then I tried: $NUPIC/scripts/run_nupic_tests -u --coverageI got:ERROR: `pytest-xdist` is not installed. Certain testing features are not available without it. The complete list of python requirements can be found in external/common/requirements.txt.I don't know how to install pytest-xdist? And the most important have I installed nupic successfully? Thank youJia
