Chris Ho
Chris Ho
same issue, however, if you log with ansi color, the message is displaying color correctly sample code: ``` #after coloredlogs.install logging.warning("\033[38;2;255;178;4mtest") ``` after this, all the logging becomes yellow, it...
UPDATE & WORKAROUND the root cause of this problem is the `sys.stderr.isatty()` which is used in humanfriendly (to check if the stream is connected to a terminal) returns False in...
I changed the version to 1.24.0 for both grpcio and grpcio-tools in ui/requirement.txt and successfully installed grpcio==1.24.0 grpcio-tools==1.24.0