常见错误

常见错误#

  1. ModuleNotFoundError: No module named ‘_curses’

pip install windows-curses
  1. ModuleNotFoundError: No module named ‘fcntl’

使用 blessed 替代 blessings

pip uninstall blessings
pip install blessed
  1. You indicated pty=True, but your platform doesn’t support the ‘pty’ module!

conda install pywinpty