我正在使用Python 3.7,我需要import termios
来屏蔽密码输入,但是我无法在https://pypi.org/上找到它
import sys, tty, termios
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import sys, tty, termios
File "C:\Python37\lib\tty.py", line 5, in <module>
from termios import *
ModuleNotFoundError: No module named 'termios'
答案 0 :(得分:0)