Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated wheel in PyPI #196

Open
marek-vybiral opened this issue Oct 2, 2020 · 2 comments
Open

Outdated wheel in PyPI #196

marek-vybiral opened this issue Oct 2, 2020 · 2 comments

Comments

@marek-vybiral
Copy link

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
Copy link

Mi5aka commented Oct 3, 2020

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

@a1tus
Copy link

a1tus commented Oct 3, 2020

@Mi5aka 2.1.1 worked for us as mentioned in #195

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants