-
Notifications
You must be signed in to change notification settings - Fork 177
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
ImportError: Unable to find zbar shared library #37
Comments
I've found the problem
is OK |
Still error exists no zbar found while installing in AWS: |
Will track AWS behaviour at #40 |
https://pypi.org/project/pyzbar/ This document worked for me. Hope this helps.. |
can anyone please tell me what is the solution for mac m1? for me the below error is getting. raise ImportError('Unable to find zbar shared library') These are thing i installed. Mac OS X: brew install zbar Install this Python wrapper; use the second form to install dependencies of the command-line scripts: pip install pyzbar |
This worked for me. Try for yourself.
|
@CarlKing5019 thanks, this works for me! Very strange that |
@CarlKing5019 thanks! It works for me too! |
@CarlKing5019 Thanks man ,it works |
@CarlKing5019 thanks! it worked. even chatGPT could't solved that 😂. |
Solution : 1 : !sudo apt-get install libzbar0 2: !pip install pyzbar 3: !pip install pyzbar[scripts] it works 100% |
@tadaissee Thank You.Worked for me |
after pip install pyzbar, I've test it in python3.4 and python3.6
what's the problem?!
The text was updated successfully, but these errors were encountered: