You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a pip module called AppKit that has no relation to PyObjC that, if installed, would cause this issue. If you haven't solved it already (or for others who come across this issue in the future), uninstall AppKit and force reinstall PyObjC-core, i.e.: pip uninstall AppKit
then pip install --upgrade --force-reinstall PyObjC PyObjC-core
Is there someone working to update the AppKit issues
import rumps
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rumps/init.py", line 26, in
from .rumps import (separator, debug_mode, alert, application_support, timers, quit_application, timer,
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rumps/rumps.py", line 15, in
from AppKit import NSApplication, NSStatusBar, NSMenu, NSMenuItem, NSAlert, NSTextField, NSSecureTextField, NSImage, NSSlider, NSSize, NSWorkspace, NSWorkspaceWillSleepNotification, NSWorkspaceDidWakeNotification
ImportError: cannot import name 'NSApplication' from 'AppKit' (/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/AppKit/init.py)
The text was updated successfully, but these errors were encountered: