Closed bcipolli closed 5 months ago
Fix the following error on documented install and bot run:
bencipollini@kitten MoA % python bot.py pip Traceback (most recent call last): File "/Users/bencipollini/code/ref/MoA/bot.py", line 10, in <module> from rich import print ModuleNotFoundError: No module named 'rich'
After adding rich, works!
rich
Fix the following error on documented install and bot run:
After adding
rich
, works!