kevinjosethomas/py-mon

ModuleNotFoundError: No module named 'colorama'

bergpb opened this issue · 0 comments

Hello, after install the latest version using poetry, the error bellow are showed when I try to run: pymon main.py

Traceback (most recent call last):
  File "/home/user/.cache/pypoetry/virtualenvs/someproject-Gh1HaAQO-py3.10/bin/pymon", line 5, in <module>
    from pymon.main import main
  File "/home/user/.cache/pypoetry/virtualenvs/someproject-Gh1HaAQO-py3.10/lib/python3.10/site-packages/pymon/main.py", line 6, in <module>
    from colorama import Fore, Style, init
ModuleNotFoundError: No module named 'colorama'

Also the same error is showed for watchdog package:
ModuleNotFoundError: No module named 'watchdog'

This can easily be fixed just installing the packages with poetry, but I think, adding these two packages as a dependency for the py-mon` application can help new users a lot with these errors.