We only support running renderers in English so there’s only so far we can go in fixing this.
However for your issue we’ve seen this before in this thread
Assuming what worked there will work here; write # -*- encoding: utf-8 -*-
after #!/usr/bin/env python3
and it should be happier.