Hello, There's an error in Python 3 with the line (in the **init** method of PDFKit) > self.wkhtmltopdf = self.configuration.wkhtmltopdf.decode('utf-8') > 'str' object has no attribute 'decode' We had to remove the call of the decode function to make it work.