amanusk / s-tui

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

Latest arch update (Antergos) breaks s-tui #69

Closed gerega closed 6 years ago

gerega commented 6 years ago

Step 1: Describe your environment

Step 2: Describe the problem:

Observed Results:

s-tui doesnt start anymore after latest update oft Arch where many Python packages has Been updated through "pacman -Syyu"

Step 3: Reproduce the problem:

Steps to reproduce:

Simply start s-tui

* Replace this with relevant code to reproduce the problem *

[user@file ~]$ s-tui Traceback (most recent call last): File "/usr/bin/s-tui", line 6, in from pkg_resources import load_entry_point File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3095, in @_call_aside File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3079, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3108, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 570, in _build_master ws.require(requires) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 888, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 774, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 's-tui==0.7.5' distribution was not found and is required by the application [user@file ~]$

gerega commented 6 years ago

Okay, here is how I solved it: Delete s-tui and reinstall it with yaourt.

amanusk commented 6 years ago

Thanks for letting me know. I wonder if this has anything to do with upgrade to python3.7

Please update if this happens again.