How to fix BrokenPipeError: [Errno 32] (Python, Windows 10)

Hi,
Actually, all I needed was an if statement (if __name__ == '__main__':) right before executing the multiprocessing library, as shown here: https://github.com/rantonels/starless/issues/17. I’ll leave this here in case someone needs it. Thanks, though.