Nupic test fails

I just make uninstall in both nupic and nupic.bindings with this commands: pip uninstall nupic -y; pip uninstall nupic.bindings -y and then install with pip install nupic --user after that I check the code with: git checkout tags/0.5.7 and then export paths
export NUPIC=pwd
export PATH=~/.local/bin:$PATH
and finally test from nupic folder with python ./scripts/run_nupic_tests.py

2 Likes