Could not install bench on window

Traceback (most recent call last):
File “”, line 198, in _run_module_as_main
File “”, line 88, in run_code
File "C:\Users\MSI\AppData\Local\Programs\Python\Python312\Scripts\bench.exe_main
.py", line 4, in
File “C:\Users\MSI\AppData\Local\Programs\Python\Python312\Lib\site-packages\bench\cli.py”, line 6, in
import pwd
ModuleNotFoundError: No module named ‘pwd’.
Got this problem when I try to use “Bench init”

The error message indicates that there’s a missing module named ‘pwd’ when you’re trying to run the ‘bench init’ command. The ‘pwd’ module in Python is used for working with password-related functionality, particularly for accessing user account information.

Install that and then re-install bench