Traceback (most recent call last):
File "main.py", line 12, in
import modules.GUI.GUI
File "/Users/jeringeorgemathew/Desktop/smartRPA/modules/GUI/init.py", line 1, in
from modules.GUI import GUI, GUIThread, choicesDialog, filenameDialog, decisionDialog
File "/Users/jeringeorgemathew/Desktop/smartRPA/modules/GUI/GUI.py", line 19, in
import main
File "/Users/jeringeorgemathew/Desktop/smartRPA/main.py", line 16, in
from modules.events import systemEvents, officeEvents, clipboardEvents, standardEvents
File "/Users/jeringeorgemathew/Desktop/smartRPA/modules/events/init.py", line 1, in
from modules.events import clipboardEvents, mouseEvents, officeEvents, systemEvents
File "/Users/jeringeorgemathew/Desktop/smartRPA/modules/events/mouseEvents.py", line 3, in
from pynput import mouse
File "/Users/jeringeorgemathew/opt/miniconda3/envs/smartrpa2/lib/python3.8/site-packages/pynput/init.py", line 40, in
from . import keyboard
File "/Users/jeringeorgemathew/opt/miniconda3/envs/smartrpa2/lib/python3.8/site-packages/pynput/keyboard/init.py", line 43, in
from ._darwin import KeyCode, Key, Controller, Listener
File "/Users/jeringeorgemathew/opt/miniconda3/envs/smartrpa2/lib/python3.8/site-packages/pynput/keyboard/_darwin.py", line 31, in
from pynput._util.darwin import (
File "/Users/jeringeorgemathew/opt/miniconda3/envs/smartrpa2/lib/python3.8/site-packages/pynput/_util/darwin.py", line 40, in
OBJC.PyObjCObject_New.restype = ctypes.py_object
File "/Users/jeringeorgemathew/opt/miniconda3/envs/smartrpa2/lib/python3.8/ctypes/_init.py", line 386, in getattr_
func = self.getitem(name)
File "/Users/jeringeorgemathew/opt/miniconda3/envs/smartrpa2/lib/python3.8/ctypes/_init.py", line 391, in getitem_
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(0x8b1fea40, PyObjCObject_New): symbol not found
Updated pynput to 1.7.6