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'
output