赞
踩
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /env/main (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc861bd8e48>: Failed to establish a new connection: [Errno 111] Connection refused'))
打开链接 http://localhost:8097
比如这里,输入以下命令进行测试:
- import visdom
- vis = visdom.Visdom()
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。