i am using pyzbar 0.1.9 for a barcode reader but when i try to import pyzbar.pyzbar i get this error:
FileNotFoundError: Could not find module 'C:\Users\galax\AppData\Local\Programs\Python\Python310\lib\site-packages\pyzbar\libzbar-64.dll' (or one of its dependencies). Try using the full path with constructor syntax.
i am using python version 3.10.6, is there any way to solve this problem?
this is how im trying to import pyzbar:
from pyzbar.pyzbar import decode # <-- error in this line
Is there something I'm missing? or is the package corrupted?
i tried uninstalling and installing but it didnt work tho...
any help would be appreciated
Taken from the pyzbar README:
So, you need to:
For more info, see also the discussion on pyzbar Issue 93