I'm relatively new to Python (and programming in general) so go easy on me. I've been aiming to install the pyautogui module which is dependant on having PyObjC installed:
pip install -U pyobjc-core
pip install -U pyobjc
I successfully installed 'pyobjc-core'. I have also successfully installed 'xcode-select --install'. When I try to install 'pyobjc' I get the error:
3 errors generated.
error: command 'gcc' failed with exit status 1
I am using Python 2.7. Please ask for any more information that could help. Help me out, thanks in advance.