Metaflow 2.0.0 executing HelloFlow Unknown user
See original GitHub issueI am trying to run metaflow-tutorials on local mac. after
pip install metaflow
metaflow
cd 00-helloworld
python 00-helloworld/helloworld.py show
It shows the error
Metaflow could not determine your user name based on environment variables ($USERNAME etc.)
Did’t I miss some step? thanks
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Metaflow/community - Gitter
Error:Metaflow 2.2.8 executing preprocessflow unknown user:Metaflow could not determine your username based on environment variables ($USERNAME etc.) 1 reply.
Read more >Inspecting Flows and Results - Metaflow Docs
Metaflow provides a client API that is used to inspect results of past runs. It is particularly well suited to being used in...
Read more >Metaflow 2.0.0 executing HelloFlow Unknown user about ...
I am trying to run metaflow-tutorials on local mac. ... Metaflow could not determine your user name based on environment variables ($USERNAME etc.)...
Read more >Metaflowを使ってみた - Re:ゼロから始めるML生活
Run this flow to validate that Metaflow is installed correctly. ... Metaflow 2.0.0 executing HelloFlow Unknown user · Issue #45 · Netflix/ ...
Read more >Metaflow 2.0.0 executing HelloFlow Unknown user - 微服务- 编程 ...
Metaflow 2.0.0 executing HelloFlow Unknown user. ... I am trying to run metaflow-tutorials on local mac. after pip install metaflow metaflow cd ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
you can export USERNAME=‘your-name’ to resolve this problem,see:https://github.com/Netflix/metaflow/blob/5c047cf6950975e5ea1b69bbc89fa1ff80cfa004/metaflow/util.py#L136
@ponggung They get resolved in the following order:
So, as to @meibenjin 's point, try exporting something to any of them.