0


ConnectionRefusedError: [Errno 111] Connection refused

运行代码时出现以下错误:
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'))

1.如果用到Visdom

2.运行了 python -m visdom.server


本文转载自: https://blog.csdn.net/yangxue_mifen/article/details/132285977
版权归原作者 yangxue_mifen 所有, 如有侵权,请联系我们删除。

“ConnectionRefusedError: [Errno 111] Connection refused”的评论:

还没有评论