Yes, it looks like you have nupic installed successfully. You don't really need to install the test dependencies. If I were you, I would try some of the examples in /examples/opf/client. --------- Matt Taylor OS Community Flag-Bearer Numenta
On Mon, Aug 24, 2015 at 1:59 AM, 吴佳 <[email protected]> wrote: > 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 passed > Done -- all tests passed > INFO: 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 --coverage > > I 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 you > > Jia > > > >
