The __main__.py searches for a subfolder papercheck which is not present in the zip file:
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "./paperchecker/__main__.py", line 67, in <module>
ModuleNotFoundError: No module named 'papercheck
__main__.py:67 states from papercheck.checker.grammar import checkGrammar
The
__main__.py
searches for a subfolderpapercheck
which is not present in the zip file:__main__.py:67
statesfrom papercheck.checker.grammar import checkGrammar