Can't install bpython on Windows 10 via pip
问题 I've tried to setup windwos-curses as first step and it completes fine. python -m pip install windows-curses Also the following python -m pip install bpython does not show any problems. Unfortunately running bpython results in a ModuleNotFoundError: No module named 'fcntl' Does it mean that bpython is not running on Windows 10 or is there another option for the installation here? 回答1: Found the solution on their github. According to #509 Blessings doesn't work on Windows even with the custom