Brad
04/13/2020, 7:39 AMrequests.exceptions.ConnectionError: HTTPConnectionPool(host='host.docker.internal', port=4200): Max retries exceeded with url: /graphql/alpha (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa1de7c7450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
from the docker agent when trying to run a flowjosh
04/13/2020, 11:36 AMhost.docker.internal
which looks to have been implemented for Linux users however it appears that it has not been released yet. This means we’ll need to find another workaround 🙂Brad
04/13/2020, 11:59 AMLeo Meyerovich (Graphistry)
04/13/2020, 5:07 PMpip install
. (We do that so we can reuse our pydata base env across our project.)josh
04/13/2020, 5:18 PM