When using python under windows, an error occurred when I used from pylibdmtx.pylibdmtx import decode
the error is
FileNotFoundError: Could not find module 'libdmtx-64.dll' (or one of its dependencies). Try using the full path with constructor syntax.
I have installed vcredist_x64.exe,but it still has error.
System:
python3.8.18 64 bit
win 11 64 bit
When using python under windows, an error occurred when I used
from pylibdmtx.pylibdmtx import decodethe error is
I have installed
vcredist_x64.exe,but it still has error.System:
python
3.8.1864 bitwin 11 64 bit