Advertisement

requests.exceptions.ConnectionError: HTTP连接池(最大重试次数(ex))

阅读量:

一、前言:

在执行代码的过程中,忽然出现了一连串的错误信息:

复制代码
   File "/home/wyc/software/anconda3/envs/pytroch_test/lib/python3.9/site-packages/requests/adapters.py", line 519, in send

    
     raise ConnectionError(e, request=request)
    
 requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8123): Max retries exceeded with url: /env/main (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd7efc3b400>: Failed to establish a new connection: [Errno 111] Connection refused'))
    
 [Errno 111] Connection refused
    
    
    
    

这主要是由于visdom.server尚

全部评论 (0)

还没有任何评论哟~