在某些Windows 10计算机中使用Django频道时出现问题。基本上我无法连接到套接字[错误10061]和python给我一个错误
ERROR - server - Exception inside application: Multiple exceptions: [Errno 10061] Connect call failed ('::1', 6379), [Errno 10061] Connect call failed ('127. 0.0.1', 6379)
我知道这是Windows / OS级别的问题。我已经关闭了所有防火墙等。仍然无法连接到插座
我已经修复了问题,但仍然不知道根本原因。
我的解决方案是:
1)安装Redis windows build https://github.com/rgl/redis/downloads
2)重启PC
3)pip install pypiwin32
4)运行项目
打开所有防火墙后甚至可以正常工作