Hi MF team .. Started using the tool and curious a...
# ask-metaflow
g
Hi MF team .. Started using the tool and curious about how it accepts input from the terminal. For example: I have
Copy code
code = input("Enter verification code: ")
When I dont have metaflow class, I can see the text on the terminal and enter the text. But when I am using the MF class, it hangs, does not show the text and when I enter the code anyways and press Enter, it continues to hang. I have to abort it eventually. Any workarounds?
1