You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Building wheels for collected packages: visdom, torchfile\n",
86
+
" Building wheel for visdom (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
87
+
" Created wheel for visdom: filename=visdom-0.1.8.9-cp36-none-any.whl size=655250 sha256=1ecb9a572b8704b61ceba2bf3f11f202374685ea565b30c512a88af0add7854b\n",
88
+
" Stored in directory: /root/.cache/pip/wheels/70/19/a7/6d589ed967f4dfefd33bc166d081257bd4ed0cb618dccfd62a\n",
89
+
" Building wheel for torchfile (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
90
+
" Created wheel for torchfile: filename=torchfile-0.1.0-cp36-none-any.whl size=5712 sha256=3f08dd3e678f582853dd2eeff8418c5a877dc5e7e12cf2d97b915c6ce53cda14\n",
91
+
" Stored in directory: /root/.cache/pip/wheels/b1/c3/d6/9a1cc8f3a99a0fc1124cae20153f36af59a6e683daca0a0814\n",
" File \"/usr/lib/python3.6/http/client.py\", line 1036, in _send_output\n",
125
+
" self.send(msg)\n",
126
+
" File \"/usr/lib/python3.6/http/client.py\", line 974, in send\n",
127
+
" self.connect()\n",
128
+
" File \"/usr/local/lib/python3.6/dist-packages/urllib3/connection.py\", line 181, in connect\n",
129
+
" conn = self._new_conn()\n",
130
+
" File \"/usr/local/lib/python3.6/dist-packages/urllib3/connection.py\", line 168, in _new_conn\n",
131
+
" self, \"Failed to establish a new connection: %s\" % e)\n",
132
+
"urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7ff7017b40b8>: Failed to establish a new connection: [Errno 111] Connection refused\n",
133
+
"\n",
134
+
"During handling of the above exception, another exception occurred:\n",
135
+
"\n",
136
+
"Traceback (most recent call last):\n",
137
+
" File \"/usr/local/lib/python3.6/dist-packages/requests/adapters.py\", line 449, in send\n",
138
+
" timeout=timeout\n",
139
+
" File \"/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py\", line 638, in urlopen\n",
140
+
" _stacktrace=sys.exc_info()[2])\n",
141
+
" File \"/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py\", line 399, in increment\n",
142
+
" raise MaxRetryError(_pool, url, error or ResponseError(cause))\n",
143
+
"urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /env/main (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff7017b40b8>: Failed to establish a new connection: [Errno 111] Connection refused',))\n",
144
+
"\n",
145
+
"During handling of the above exception, another exception occurred:\n",
146
+
"\n",
147
+
"Traceback (most recent call last):\n",
148
+
" File \"/usr/local/lib/python3.6/dist-packages/visdom/__init__.py\", line 711, in _send\n",
149
+
" data=json.dumps(msg),\n",
150
+
" File \"/usr/local/lib/python3.6/dist-packages/visdom/__init__.py\", line 677, in _handle_post\n",
151
+
" r = self.session.post(url, data=data)\n",
152
+
" File \"/usr/local/lib/python3.6/dist-packages/requests/sessions.py\", line 581, in post\n",
" File \"/usr/local/lib/python3.6/dist-packages/requests/sessions.py\", line 533, in request\n",
155
+
" resp = self.send(prep, **send_kwargs)\n",
156
+
" File \"/usr/local/lib/python3.6/dist-packages/requests/sessions.py\", line 646, in send\n",
157
+
" r = adapter.send(request, **kwargs)\n",
158
+
" File \"/usr/local/lib/python3.6/dist-packages/requests/adapters.py\", line 516, in send\n",
159
+
" raise ConnectionError(e, request=request)\n",
160
+
"requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /env/main (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff7017b40b8>: Failed to establish a new connection: [Errno 111] Connection refused',))\n",
"Visdom python client failed to establish socket to get messages from the server. This feature is optional and can be disabled by initializing Visdom with `use_incoming_socket=False`, which will prevent waiting for this request to timeout.\n"
0 commit comments