python-humanfriendly icon indicating copy to clipboard operation
python-humanfriendly copied to clipboard

ModuleNotFoundError: No module named 'humanfriendly'

Open rnxm opened this issue 3 years ago • 0 comments

I installed humanfriendly so that my discord bot's mute command is usable as a tempmute command too. However, for some reason, even tho if I type humanfriendly into the console and it actually shows the help message

root@vmi476883:~/dom/JixBot# humanfriendly
Usage: humanfriendly [OPTIONS]

Human friendly input/output (text formatting) on the command
line based on the Python package with the same name.

it gives me this error: ModuleNotFoundError: No module named 'humanfriendly'. what should I do?

rnxm avatar Feb 19 '22 11:02 rnxm