plane-notify
plane-notify copied to clipboard
ModuleNotFoundError: No module named 'colorama'
Traceback (most recent call last):
File "/mnt/k/SIT/Megaprojects/dev-envoirnment/plane-notify/main.py", line 4, in
Have you ran pip install -r requirements.txt ?
If it says no module you just download it using https://pypi.org/project/colorama/ this link for Colorama but for the reset you like the search bar And find it.
Have you ran
pip install -r requirements.txt?
There’s no requirement.txt so that command will not work
I have installed that package already, but it is saying the same again.
use pipenv as defined in the Readme