nschloe / tiptop

:desktop_computer: Command-line system monitoring
MIT License
1.78k stars 70 forks source link

No module named 'termios' #12

Closed ghazalli closed 3 years ago

ghazalli commented 3 years ago

Hi, I really wanted to try this monitoring system but when I pip install it throw ModuleNotFoundError: No module named 'termios'.

I Installed it on virtualenv, with Windows OS, python 3.7.8.

nschloe commented 3 years ago

Textual doesn't support windows yet. https://github.com/willmcgugan/textual/issues/14

You can support @willmcgugan if you're eager!

ArneBachmannDLR commented 3 years ago

Just wanted to mention that the PyPI page says "works on all operating systems", which might be the reason people come here in the first place to complain about termios.

nschloe commented 3 years ago

Thanks the hint! Fixed that now.

nschloe commented 2 years ago

FYI, Windows is now supported.

ArneBachmannDLR commented 2 years ago

BTW starting tiptop in Python 3.9 after pip install -U tiptop now shows an empty screen with blinking white cursor at lower right corner.

nschloe commented 2 years ago

@ArneBachmannDLR If you want, you can open a new issue.