ritstudentgovernment / PawPrints

PawPrints petition application for the RIT community.
https://pawprints.rit.edu
Apache License 2.0
16 stars 13 forks source link

Incompatible Redis and huey dependency versions #163

Closed saintlyzero closed 1 year ago

saintlyzero commented 1 year ago

While installing the requirements.txt, redis 4.0.2 is the default version pulled, which is not compatible with huey 1.10.4.

It throws an error while trying to run the docker images using $ docker-compose up

huey.exceptions.ScheduleReadException: TypeError: init() got an unexpected keyword argument 'decode_components'.

The existing deployment on vcenter uses redis 3.0.1, which works fine.

Specifying the version number in requirements.txt should fix this error.

Fix: redis==3.0.1