plane-notify icon indicating copy to clipboard operation
plane-notify copied to clipboard

ModuleNotFoundError: No module named 'colorama'

Open bhushangitfull opened this issue 2 years ago • 5 comments

Traceback (most recent call last): File "/mnt/k/SIT/Megaprojects/dev-envoirnment/plane-notify/main.py", line 4, in from colorama import Fore, Back, Style ModuleNotFoundError: No module named 'colorama'

bhushangitfull avatar Oct 30 '22 13:10 bhushangitfull

Have you ran pip install -r requirements.txt ?

hDmtP avatar Oct 30 '22 14:10 hDmtP

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.

cws82us313 avatar Oct 30 '22 17:10 cws82us313

Have you ran pip install -r requirements.txt ?

There’s no requirement.txt so that command will not work

cws82us313 avatar Oct 30 '22 17:10 cws82us313

I have installed that package already, but it is saying the same again.

bhushangitfull avatar Oct 31 '22 13:10 bhushangitfull

use pipenv as defined in the Readme

makrsmark avatar Nov 11 '22 19:11 makrsmark