Rowan Gaffney
10/18/2021, 6:21 PMKevin Kho
Rowan Gaffney
10/18/2021, 6:40 PMTraceback (most recent call last):
agent_1 | File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
agent_1 | conn = connection.create_connection(
agent_1 | File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 73, in create_connection
agent_1 | for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
agent_1 | File "/usr/local/lib/python3.9/socket.py", line 954, in getaddrinfo
agent_1 | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
agent_1 | socket.gaierror: [Errno -2] Name or service not known
agent_1 |
agent_1 | During handling of the above exception, another exception occurred:
agent_1 |
agent_1 | Traceback (most recent call last):
agent_1 | File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 699, in urlopen
agent_1 | httplib_response = self._make_request(
agent_1 | File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 394, in _make_request
agent_1 | conn.request(method, url, **httplib_request_kw)
agent_1 | File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 234, in request
agent_1 | super(HTTPConnection, self).request(method, url, body=body, headers=headers)
agent_1 | File "/usr/local/lib/python3.9/http/client.py", line 1279, in request
agent_1 | self._send_request(method, url, body, headers, encode_chunked)
agent_1 | File "/usr/local/lib/python3.9/http/client.py", line 1325, in _send_request
agent_1 | self.endheaders(body, encode_chunked=encode_chunked)
agent_1 | File "/usr/local/lib/python3.9/http/client.py", line 1274, in endheaders
agent_1 | self._send_output(message_body, encode_chunked=encode_chunked)
Kevin Kho
pip
that can’t resolve? so I assume it works when you don’t try to install that?Rowan Gaffney
10/18/2021, 6:51 PMKevin Kho
Rowan Gaffney
10/18/2021, 6:53 PMRowan Gaffney
10/18/2021, 7:24 PMagent_1 | [2021-10-18 19:22:05,815] INFO - agent | Deploying flow run ad2a4654-c3a5-4fc1-80d0-01744128828d to execution environment...
agent_1 | [2021-10-18 19:22:05,867] INFO - agent | Pulling image prefecthq/prefect:0.15.5-python3.9...
agent_1 | [2021-10-18 19:22:06,713] INFO - agent | Successfully pulled image prefecthq/prefect:0.15.5-python3.9
agent_1 | [2021-10-18 19:22:07,135] INFO - agent | Completed deployment of flow run ad2a4654-c3a5-4fc1-80d0-01744128828d
Kevin Kho
Rowan Gaffney
10/18/2021, 8:13 PMSubmitted for execution: Container ID: c7e6599b9bce3357c604cc991acec1821698bd356ff7c18a19a2ebc8520786bb
Kevin Kho
Kevin Kho