openplans / shareabouts

Shareabouts is a mapping application for crowdsourced info gathering.
GNU General Public License v3.0
276 stars 150 forks source link

No module named 'redis_cache' #217

Closed BenSturmfels closed 1 year ago

BenSturmfels commented 1 year ago

Thanks Mjumbe for all your recent work! After upgrading to include the February/March changes and running pip install -r requirements.txt, I found I was getting the following error:

django.core.cache.backends.base.InvalidCacheBackendError: Could not find backend 'redis_cache.cache.RedisCache': No module named 'redis_cache'

Installing django-redis-cache fixed the issue. I'm wondering whether this is indeed a missing requirement, or whether it's that the older versions of Python 3.6 and Pip 9.0.1 on this server are just not resolving the dependencies correctly.

BenSturmfels commented 1 year ago

Whoops, my mistake - accidentally deleted the branch and seem to have broken this merge request. Will close this and re-create