telegram-message-forwarder-bot icon indicating copy to clipboard operation
telegram-message-forwarder-bot copied to clipboard

Docker Image doesn't run

Open theniwo opened this issue 8 months ago • 0 comments

output

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/runpy.py", line 187, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/local/lib/python3.10/runpy.py", line 146, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "/usr/local/lib/python3.10/runpy.py", line 110, in _get_module_details
    __import__(pkg_name)
  File "/usr/src/app/bot/__init__.py", line 8, in <module>
    from .helper.validator import validate_config
  File "/usr/src/app/bot/helper/validator.py", line 1, in <module>
    from jsonschema import validate
ModuleNotFoundError: No module named 'jsonschema'

theniwo avatar Jun 02 '24 17:06 theniwo