import sys
assert( sys.flags.utf8_mode == True )
Computing dependencies
Analyzing 5 sources with 1 local dependencies
ninja: Entering directory `/home/user/app/.pytype'
[1/2] check test00
FAILED: /home/user/app/.pytype/pyi/test00.pyi
pytype-single --imports_info /home/user/app/.pytype/imports/test00.imports --module-name test00 -V 3.7 -o /home/user/app/.pytype/pyi/test00.pyi --analyze-annotated --nofail --quick /home/user/app/test00.py
File "/home/user/app/test00.py", line 2, in <module>: No attribute 'utf8_mode' on sys._flags [attribute-error]
For more details, see https://google.github.io/pytype/errors.html#attribute-error.
[2/2] check main
ninja: build stopped: subcommand failed.