Open ruisantos78 opened 6 years ago
Ran into the same issue.
redis-py-cluster depends on redis>=2.10.6
since version 1.3.5, before it was depending on redis>=2.10.2
(at least in 1.3.4).
Explicitly depending on 1.3.4 of redis-py-cluster will resolve the issue.
this seems to be working
docker-compose exec web pip install redis-py-cluster==1.3.4
docker-compose exec web pip install sentry-redmine
docker-compose restart web
I had the same issue and after trying multiple workarounds, @qunabu 's one worked for me! Thanks!
Thank you, @qunabu 's workaround worked for me too. Would by nice in dependencies.