-
Notifications
You must be signed in to change notification settings - Fork 2k
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
(Error in Window 11 Pro) OSError: cannot load library 'gobject-2.0-0': error 0x7e. #314
Comments
Any one have solution for this issue? Let me know about it. |
I encountered the same problem. I'm using Mac, M1 |
I tried a couple of solutions and it seems the problem is related to some dependencies:
resolved the issue for me. |
Thanks for updating with resolution @sadiuysal !! |
OSError: cannot load library 'gobject-2.0-0': error 0x7e.The error in Windows 11 Pro has been addressed through the information provided in the mentioned 'Issue.' Kindly follow the provided details to resolve the bugs.
|
sudo ln -s /opt/homebrew/opt/glib/lib/libgobject-2.0.0.dylib /usr/local/lib/gobject-2.0 refer to https://stackoverflow.com/questions/63449770/oserror-cannot-load-library-gobject-2-0-error-0x7e |
This works for me in Windows 10 Pro! |
@leafy1980 Thanks a lot buddy. This worked for me on Mac mini M1. |
Fixed in recent versions. |
OSError: cannot load library 'gobject-2.0-0': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'gobject-2.0-0'
The text was updated successfully, but these errors were encountered: