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

Regression cannot import name 'six' #195

Open
thenewguy opened this issue Sep 30, 2020 · 3 comments
Open

Regression cannot import name 'six' #195

thenewguy opened this issue Sep 30, 2020 · 3 comments

Comments

@thenewguy
Copy link

   File "/home/vagrant/.tox/py36/lib/python3.6/site-packages/redis_cache/utils.py", line 5, in <module>
     from django.utils import six
 ImportError: cannot import name 'six'

Pip freeze shows:

 django-redis-cache==2.1.3

Noticed someone else mentioned it here: #173 (comment)

@thenewguy
Copy link
Author

I pinned to django-redis-cache==2.1.0 in my constraints and the issue went away

@bellini666
Copy link

I too had to pin to django-redis-cache==2.1.1. The 2.1.3 has the ImportError described

@marek-vybiral
Copy link

marek-vybiral commented Oct 2, 2020

Seems to be this issue i've just opened: #196

Installing with the --no-binary option or through git reference (pip install git+https://github.com/sebleier/django-redis-cache.git) is a good workaround.

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