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

shows error when try to run #27

Open
jishan99 opened this issue Aug 2, 2022 · 1 comment
Open

shows error when try to run #27

jishan99 opened this issue Aug 2, 2022 · 1 comment

Comments

@jishan99
Copy link

jishan99 commented Aug 2, 2022

python atlas.py
Traceback (most recent call last):
File "/home/user/atlas/atlas.py", line 16, in
from humanfriendly.tables import format_pretty_table as pretty
ModuleNotFoundError: No module named 'humanfriendly'

@arpeetrathii
Copy link

Hello you need to download the module humanfriendly by simply running the command :
pip3 install humanfriendly
OR
pip install humanfriendly

Note: make sure you have configured pip in your system.

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