Skip to content
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

[Bug]: No module named 'colorama' #769

Open
NoteBlockMR opened this issue Dec 3, 2024 · 3 comments
Open

[Bug]: No module named 'colorama' #769

NoteBlockMR opened this issue Dec 3, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@NoteBlockMR
Copy link

Issue

Screenshot_2

The pip install -r requirements.txt command says the module is not installed even though I entered it

Test Python Version 3.10.6

Command Line Arguments

python -m manga_translator local -i manga1 --use-gpu --config-file config.json

Console logs

Traceback (most recent call last):
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 187, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 146, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 110, in _get_module_details
    __import__(pkg_name)
  File "D:\AITranslator2\manga-image-translator2\manga_translator\__init__.py", line 1, in <module>
    import colorama
ModuleNotFoundError: No module named 'colorama'
@NoteBlockMR NoteBlockMR added the bug Something isn't working label Dec 3, 2024
@BlaskKilt
Copy link

BlaskKilt commented Dec 3, 2024

pip install colorama have you tried it?

@BlaskKilt
Copy link

BlaskKilt commented Dec 3, 2024

u can try

import colorama

print(colorama.Fore.RED + "Colorama is installed successfully!" + colorama.Style.RESET_ALL)

if u want to know if its installed correctly

@NoteBlockMR
Copy link
Author

pip install colorama have you tried it?

I installed it obviously
but it doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants