You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed your instruction, but I still get
FileNotFoundError: Could not find module 'libiconv.dll' (or one of its dependencies). Try using the full path with constructor syntax.
and
FileNotFoundError: Could not find module 'MY\PATH.venv\lib\site-packages\pyzbar\libzbar-64.dll' (or one of its dependencies). Try using the full path with constructor syntax.
Its not a pyzbar issue but this was the best location i could think of posting this debug information.
PIP version 20.0.1 and version 20.0.0 have this issue
see this issue
pypa/pip#7636
pip is not installing the right wheels
to resolve do
python -m pip install pip==19.3.1
edit:
the issue now has been fixed in pip
so you can also do
python -m pip install pip --upgrade
and then
python -m pip uninstall pyzbar
python -m pip install pyzbar
The text was updated successfully, but these errors were encountered: