-
Notifications
You must be signed in to change notification settings - Fork 96
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
Application crashes and refuse to start #128
Comments
Thanks for reporting this, @1lgatto. The issue is clearly related to the packaging for MacOS: I wonder, if you just have a different version of
If it's just a different version, I'll try to link against that, too. Otherwise I'd have to include this |
|
Definitely. |
On a clean MacOS installation,
Yes please, my |
Thanks for the infos, @1lgatto and @GrpeApple . I'll try to include (Some background: Theoretically, all dependencies should be discovered by the packaging tool |
All dependencies related problems on MacOS now should be fixed with #140, which I published right now as NormCap v.0.2.6. Feel free to reopen, in case you still have this issue :-) |
Application has crashed!
<Traceback (most recent call last): File "NormCap.app/Contents/Resources/app/normcap/__main__.py", line 3, in <module> from normcap.app import main File "NormCap.app/Contents/Resources/app/normcap/app.py", line 13, in <module> from normcap import __version__, utils File "NormCap.app/Contents/Resources/app_packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) File "NormCap.app/Contents/Resources/app/normcap/utils.py", line 14, in <module> import tesserocr # type: ignore # pylint: disable=wrong-import-order File "NormCap.app/Contents/Resources/app_packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) ImportError: dlopen(/Applications/NormCap.app/Contents/Resources/app_packages/tesserocr.cpython-39-darwin.so, 2): Library not loaded: /usr/local/opt/libpng/lib/libpng16.16.dylib Referenced from: /Applications/NormCap.app/Contents/Resources/app_packages/liblept.5.dylib Reason: image not found>
NormCap version - v0.2.3
OS - macOS Catalina
The text was updated successfully, but these errors were encountered: