nschloe / tiptop

:desktop_computer: Command-line system monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'tiptop.__about__'

RobiMez opened this issue · comments

commented

System : Ubuntu 18.04.6 LTS
Python version : Python 3.6.9

Steps taken :

pip3 install tiptop 
tiptop

Error :

Traceback (most recent call last):
  File "/home/robi/.local/bin/tiptop", line 7, in <module>
    from tiptop.cli import main
  File "/home/robi/.local/lib/python3.6/site-packages/tiptop/__init__.py", line 1, in <module>
    from .cli import show
  File "/home/robi/.local/lib/python3.6/site-packages/tiptop/cli.py", line 3, in <module>
    from .__about__ import __version__
ModuleNotFoundError: No module named 'tiptop.__about__'

Python 3.6 is not supported. I just yanked the version that your pip pulled in.

commented

Oh my bad i didn't see the button on the header of the readme ... could you include it as text near the installation instructions for future users ?

It's impossible to install it for python 3.6 now.