在某些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级别问题。 我已经关闭了所有防火墙等。仍然无法连接到插座
答案 0 :(得分:1)
我已经解决了问题,但仍然不知道根本原因。
我的解决方案是:
1)安装Redis windows build https://github.com/rgl/redis/downloads
2)重启PC
3)pip install pypiwin32
4)运行项目
打开所有防火墙后即使工作