python3.85里安装了包websocket-client 0.57.0版本 ,编译出错:for res in _socket.getaddrinfo(host, port, family, type, proto, flags):socket.gaierror: [Errno 11001] getaddrinfo failed,应该安装websocket-client的什么版本呢
直接安装吧pip install websocket-client