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

redis version fails on centos 6.4 #102

Open
boch11 opened this issue Jun 23, 2013 · 2 comments
Open

redis version fails on centos 6.4 #102

boch11 opened this issue Jun 23, 2013 · 2 comments

Comments

@boch11
Copy link

boch11 commented Jun 23, 2013

here is the install log output: https://gist.github.com/boch11/5846894

here is the pip.log output: https://gist.github.com/boch11/5846898

Not clear where to effect the redis version, I assume this is a python package not the server?

@boch11
Copy link
Author

boch11 commented Jun 23, 2013

It looks like the issue could be resolved by changing

requires = ['gevent', 'flask==0.7.2', 'ujson==1.9', 'redis==2.4.9']

to

requires = ['gevent', 'flask==0.7.2', 'ujson==1.9', 'redis==2.7.6']

@mike-plivo
Copy link
Member

Can you try with last commit de6bf36

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

2 participants