python pip install redis error

 

 

pip default installation of the latest version, redis and redis-py-cluster, two incompatible

The proposed installation as follows:

1 pip install redis==2.10.6
2 pip install redis-py-cluster==1.3.5

 

Guess you like

Origin www.cnblogs.com/whycai/p/12635338.html