sebleier / django-redis-cache

A Redis cache backend for django
http://django-redis-cache.readthedocs.org/en/latest/
Other
1.04k stars 223 forks source link

Outdated wheel in PyPI #196

Open marek-vybiral opened 4 years ago

marek-vybiral commented 4 years ago

The binary (wheel) version of the package distributed through PyPI seems to be outdated even though it's marked as version 2.1.3. When I do just pip install django-redis-cache==2.1.3 and then from redis_cache import RedisCache I got cannot import name 'six' from 'django.utils which leads me to a conclusion that some version prior to 2.1.0 which brought Django 3.0 compatibility have been installed. When I install the package with the --no-binary option or through git+https://github.com/sebleier/django-redis-cache.git it works just fine.

Mi5aka commented 4 years ago

In addition, it is impossible to roll back to the previous version. PyPI can't find version 2.1.2.

a1tus commented 4 years ago

@Mi5aka 2.1.1 worked for us as mentioned in https://github.com/sebleier/django-redis-cache/issues/195