Not a python programmer here. Trying to run explorer following the README and ran into this problem.
python3 -m explorer.py config.ini status
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details
__import__(pkg_name)
File "/github/multichain-explorer-2/explorer.py", line 12, in <module>
import server
File "/github/multichain-explorer-2/server.py", line 13, in <module>
from cgi import escape
ImportError: cannot import name 'escape' from 'cgi' (/usr/lib/python3.8/cgi.py)