Getpass() not working in Pycharm IDE, emulate terminal in output console option not working either. Any solution?
I’m trying to run some code in which I need the getpass() function to accept a password confidentially. Currently, only input(“Enter the password”) is working. When I use getpass, it does say “Enter the password”, accepts an input which isn’t hidden, and you can’t enter/submit it. The code gets stuck at that point.