amanusk / s-tui

Terminal-based CPU stress and monitoring utility
https://amanusk.github.io/s-tui/
GNU General Public License v2.0
4.05k stars 139 forks source link

Missing details and dependencies. Can't install. #127

Closed NyLan-1 closed 4 years ago

NyLan-1 commented 5 years ago

Lot of info are missing in installation steps.

When I tried to install using I got the error importerror "No Module named Setuptools" Then I had to figureout that you app needs Setuptools. Since I don't know which one to install I tired to install the python3 version sudo apt-get install python3-setuptools still not working Then I installed the old one : sudo apt-get install python-setuptools

Now I'm getting another issue, Running setup.py bdist_wheel for s-tui ... error error: invalid command 'bdist_wheel'

=> It seems I have now to install this bdist_wheel dependency.... I will now try to install it, but I think that would be really great to add all this depencies stuff in the installation steps to avoid spending so much time searching which one are missing and how to install them one by one. Thanks

amanusk commented 5 years ago

Hi @Kyliael, and thanks for opening the issue. I haven't encountered the error you are describing. It would help a lot if you describe which OS distribution your are using, and which version of python. On new ubuntu 18.10 and newer you can install simply with sudo apt install s-tui

Otherwise, installing with pip should take care of dependencies.

amanusk commented 4 years ago

Closing this, please reopen if still relevant