viperadnan-git / telegram-message-forwarder-bot

A telegram bot to forward messages automatically when they arrived.
GNU General Public License v3.0
336 stars 463 forks source link

Docker Image doesn't run #42

Closed theniwo closed 2 months ago

theniwo commented 5 months ago

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'