-
Notifications
You must be signed in to change notification settings - Fork 181
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
FileNotFoundError: Could not find module 'libzbar-64.dll' (or one of its dependencies). Try using the full path with constructor syntax. #93
Comments
I had the same issue, till I read all the README and then I found:
Installing vcredist_x64.exe solved the issue for me. |
For others finding this the link (for me at the moment) for the redistributables is https://www.microsoft.com/en-gb/download/details.aspx?id=40784 |
It was already installed on my system. I was getting the same error when installing from conda ( Since using pip inside a conda env is not recommended, I grabbed the DLL files ( That said, how can those DLL files be included in the conda-forge installation? |
Thanks mate, it solved me. |
This doesn't seem to be the case always. What I mean it is kind of bizzare to see pypi version work and the conda one not (usually it is the other way around). |
This help me a lot |
thats work |
I spent hours to solving the problem and this worked. Thanks a lot. However, the interesting thing is why these files were not downloaded when installation with conda |
vcredist_x64.exe method worked for me |
if you've already installed the pyzbr library, first uninstall (pip uninstall pyzbar) & then download the vcredist_x64.exe and install it |
метод установки файла vcredist_x64.exe сработал у меня. Спасибо |
i get this error and fix it with https://www.microsoft.com/en-gb/download/details.aspx?id=40784 but uninstall pyzbar before!! if not do uninstall, its not work |
yes its works man, thanks buddy
|
thankkkk |
downloading this solved my issue. |
Thanks bro! ♥ |
My issue is also solved by installing vcredist_x64.exe this, Thank you :) |
x64 12.0.40664 Microsoft.VCRedist.2013.x64 try to install this specific version https://gist.github.com/ChuckMichael/7366c38f27e524add3c54f710678c98b |
Thank you kind sir |
Thank you, my issue is solved. |
Try to install the AIO version of visual c++ redist AIO VERSION (like this one disponible in https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) |
完美解决,thanks |
Thanks for this wonderful tool.
I am using Python 3.8.3 (default, Jul 2 2020, 17:30:36) [MSC v.1916 64 bit (AMD64)] on Windows 10.
After pip installing pyzbar I have got the following dll import errors:
anaconda3\lib\site-packages\pyzbar\
conatins both .dll (libiconv and libzbar-64). I have tried`os.add_dll_directory(r"C:\Users\xxxxx\anaconda3\lib\site-packages\pyzbar")
`
But it does not solve the issue.
Can you help me please?
Best regards, giacomo
The text was updated successfully, but these errors were encountered: