Closed markmbaum closed 3 years ago
After a successful pip install tiptop, running tiptop encoutered ModuleNotFoundError: No module named 'termios'. I tried installing termios via pip install and conda install but neither found a distribution. I'm on windows.
pip install tiptop
tiptop
ModuleNotFoundError: No module named 'termios'
termios
pip install
conda install
Dup of https://github.com/nschloe/tiptop/issues/12.
FYI, Windows is now supported.
After a successful
pip install tiptop
, runningtiptop
encouteredModuleNotFoundError: No module named 'termios'
. I tried installingtermios
viapip install
andconda install
but neither found a distribution. I'm on windows.