neurodata / ndstore

code for storing neurodata images and image annotations
http://neurodata.io
Apache License 2.0
38 stars 12 forks source link

'Unknown exception in getCutout. No module named redis' #248

Closed alexbaden closed 8 years ago

alexbaden commented 8 years ago

pip install redis didn't seem to do the trick. All URLs throw this error.

kunallillaney commented 8 years ago

I don't know what you are doing but pip install redis exists and works for both OSX and Ubuntu. I just checked again and all tests for me pass locally. Here is the link to the pip package https://pypi.python.org/pypi/redis

alexbaden commented 8 years ago
(ocp)alex@brainviz1:~/ndstore/test$ pip freeze | grep redis

*redis*==2.10.5

http://brainviz1.cs.jhu.edu/microns/nd/sd/collman15/DAPI1st/xy/2/400,500/400,500/55/

I think you have a brainviz login. Can you take a look? /var/www/ocp/ndstore/

kunallillaney commented 8 years ago

It works fine. You were running your tests on the nginx web-server without restarting uwsgi. It works on the django server.

alexbaden commented 8 years ago

Wrong virtualenv. I installed it in the correct one and rebooted uwsgi -- all good now. Maybe I should go to bed...

Thanks for looking!

On Sun, Mar 20, 2016 at 9:15 PM Kunal Lillaney notifications@github.com wrote:

It works fine. You were running your tests on the nginx web-server without restarting uwsgi. It works on the django server.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/neurodata/ndstore/issues/248#issuecomment-199115918