Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For people having issues importing DLLs when having pip == 20.0.0 or 20.0.1 #73

Closed
studioj opened this issue Jan 22, 2020 · 3 comments
Closed

Comments

@studioj
Copy link

studioj commented Jan 22, 2020

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

@Swoy
Copy link

Swoy commented Apr 20, 2020

Hello,

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.

I installed zbar before I did this.

Any ideas?

@dabure
Copy link

dabure commented Jul 4, 2020

Hi @Swoy, I experienced the same issue as you and solved it by following the instructions at #13 (comment).

@studioj
Copy link
Author

studioj commented Aug 7, 2020

Issue can be closed since it was actually a pip issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants