TL;DR:目前(2017 年 12 月)Windows 根本不支持此功能。
安装已损坏。您可以从项目的 GitHub 页面 here 获取 jpterm.py 并将其弹出到您的 \pythonXX\Scripts\ 文件夹中。
然后你会得到这个:
Traceback (most recent call last):
File "C:\Python36\Scripts\jpterm.py", line 239, in <module>
sys.exit(main())
File "C:\Python36\Scripts\jpterm.py", line 228, in main
screen = urwid.raw_display.Screen()
File "C:\Python36\lib\site-packages\Traceback (most recent call last):
File "C:\Python36\Scripts\jpterm.py", line 239, in <module>
sys.exit(main())
File "C:\Python36\Scripts\jpterm.py", line 228, in main
screen = urwid.raw_display.Screen()
File "C:\Python36\lib\site-packages\urwid\raw_display.py", line 85, in __init__
fcntl.fcntl(self._resize_pipe_rd, fcntl.F_SETFL, os.O_NONBLOCK)
NameError: name 'fcntl' is not defined\raw_display.py", line 85, in __init__
fcntl.fcntl(self._resize_pipe_rd, fcntl.F_SETFL, os.O_NONBLOCK)
**NameError: name 'fcntl' is not defined**
...并在urwid 项目问题中查找它(在终端中绘制“窗口”的东西),你会得到这个:
https://github.com/urwid/urwid/issues/152
基本上是说“urwid 不支持 Windows”。