Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'tiptop.__about__' #9

Closed
RobiMez opened this issue Nov 14, 2021 · 3 comments
Closed

ModuleNotFoundError: No module named 'tiptop.__about__' #9

RobiMez opened this issue Nov 14, 2021 · 3 comments

Comments

@RobiMez
Copy link

RobiMez commented Nov 14, 2021

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__'
@nschloe
Copy link
Owner

nschloe commented Nov 14, 2021

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

@nschloe nschloe closed this as completed Nov 14, 2021
@RobiMez
Copy link
Author

RobiMez commented Nov 14, 2021

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 ?

@nschloe
Copy link
Owner

nschloe commented Nov 14, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants