Hi!
I’ve been following the instructions of this post Compiling NuPIC on Ubuntu 14 to install Ubuntu 14 and came across this errors when running test either using sudo command or not.
osboxes@osboxes:~/.local/bin$ cd NUPIC osboxes@osboxes:~/nupic python NUPIC/scripts/run_nupic_tests.py -u ERROR: `pytest-xdist` is not installed. Certain testing features are not available without it. The complete list of python requirements can be found in requirements.txt. osboxes@osboxes:~/nupic sudo python NUPIC/scripts/run_nupic_tests.py -u [sudo] password for osboxes: Traceback (most recent call last): File "/home/osboxes/nupic/scripts/run_nupic_tests.py", line 262, in <module> os.chdir(os.getenv('NUPIC')) TypeError: coercing to Unicode: need string or buffer, NoneType found osboxes@osboxes:~/nupic
I have pytest-xdist==1.18.0 and all the requirements of requirements.txt already installed and I did the setup.py command for nupic installation without problems.
I’m running behind a proxy server but don’t think it matters in this error…
Thanks for your answer in advance!