-
Notifications
You must be signed in to change notification settings - Fork 114
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
Can't get past 'no such file' on MAC #785
Comments
Support for macOS is spotty at best, sorry. And I have no way of testing or debugging it. If you find a solution, I'd be happy to review a pull request. |
Could you even suggest what dependency i might be missing based on the stack trace? |
Maybe this helps? https://www.phind.com/search?cache=nvk8nfqfc42dtclzzast6wf4 |
What do you make of this error? Adding /opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages to sys.path During handling of the above exception, another exception occurred: Traceback (most recent call last): |
That error (Gtk.Settings.get_default() returning None) is most commonly seen when there's no screen, i.e., in a headless environment such as a remote server. |
Moved from Ubuntu to Mac
I have reams of work history but i cant get past this error...
** (process:37370): WARNING **: 14:13:18.623: Failed to load shared library '/private/tmp/glib-20241113-71834-rcv893/glib-2.82.2/staging/lib/libgobject-2.0.0.dylib' referenced by the typelib: dlopen(/private/tmp/glib-20241113-71834-rcv893/glib-2.82.2/staging/lib/libgobject-2.0.0.dylib, 0x0009): tried: '/private/tmp/glib-20241113-71834-rcv893/glib-2.82.2/staging/lib/libgobject-2.0.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/private/tmp/glib-20241113-71834-rcv893/glib-2.82.2/staging/lib/libgobject-2.0.0.dylib' (no such file), '/private/tmp/glib-20241113-71834-rcv893/glib-2.82.2/staging/lib/libgobject-2.0.0.dylib' (no such file)
Traceback (most recent call last):
File "/Users/me/Downloads/rednotebook-2.24/rednotebook/journal.py", line 105, in
from rednotebook.util import utils
File "/Users/me/Downloads/rednotebook-2.24/rednotebook/util/utils.py", line 29, in
from gi.repository import GObject, Gtk
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 666, in _load_unlocked
File "", line 565, in module_from_spec
File "/Users/me/Library/Python/3.9/lib/python/site-packages/gi/importer.py", line 146, in create_module
importlib.import_module('gi.repository.' + dep.split("-")[0])
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 666, in _load_unlocked
File "", line 565, in module_from_spec
File "/Users/me/Library/Python/3.9/lib/python/site-packages/gi/importer.py", line 147, in create_module
dynamic_module = load_overrides(introspection_module)
File "/Users/me/Library/Python/3.9/lib/python/site-packages/gi/overrides/init.py", line 118, in load_overrides
override_mod = importlib.import_module(override_package_name)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "/Users/me/Library/Python/3.9/lib/python/site-packages/gi/overrides/GLib.py", line 500, in
MainLoop = override(MainLoop)
File "/Users/me/Library/Python/3.9/lib/python/site-packages/gi/overrides/init.py", line 195, in override
assert g_type != TYPE_NONE
AssertionError
The text was updated successfully, but these errors were encountered: