Folks im blocked here: cannot run metaflow locally...
# ask-metaflow
w
Folks im blocked here: cannot run metaflow locally I tried tos setup the UI locally as well and think this is giving me the problems: • pip install • docker run -p 3000:3000 metaflow-ui:latest pretty much followed the README of the repo metaflow ui this is what I have in my config
Copy code
{
  "METAFLOW_DEFAULT_METADATA": "service",
  "METAFLOW_SERVICE_URL": "<http://localhost:8080/>"
}
had to say it was a bit confused i git cloned but the repos https://github.com/Netflix/metaflow-service https://github.com/Netflix/metaflow-ui error:
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /flows/HelloFlow (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x1042d5460>: Failed to establish a new connection: [Errno 61] Connection refused'))
1
No I’m not longer interested in the UI just metaflow working well locally
a
If you just want metaflow to work locally, you can set the metadata to local instead of service
1