Closed jwoehr closed 5 years ago
$ make test PYOPENCL_CTX='0' nosetests /bin/sh: nosetests: command not found
I think you're just missing nose,
pip install nose should do the trick. I have added a requirements file to make this clearer.
pip install nose
works for me, thanks.