Pyqrcode import error

Hi,
I am trying to generate a qr code using the python library ‘pyqrcode’.
i getting a lookup error for shift jis.
Could you help.!

code:
import pyqrcode
from pyqrcode import QRCode
s = “QR Code from ignition”
url = pyqrcode.create(s)

Is there a reason to not use the built in components In Perspective / Vision?

image

Initially we tried the perspective component, but could not figure out how to print it as a label.
So we decided to use external python library to create the code and print it.

What printer? For example, we use Zebra printers for labels, as they can generate the codes on their own.