-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'colorama' #76
Comments
Have you ran |
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 |
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 |
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'
The text was updated successfully, but these errors were encountered: