I am running MacOX 10.15.7 python 3.6.12
after installing with pip ie
pip install -e .
from the root directory. This did not work at first, I had to run
pip install pyobjc==6.2.2
6.2.2 is the version current when I last had this running (the current version (7.0.?) would not pip install due to compilation error)
After I install pyobjc==6.2.2 then
pip install -e .
ran and reported that PsychoPy had been successfully installed
When I run
PsychoPy
or
python psychopy/app/psychpyApp.py
I get the following
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSApplication transformToForegroundApplication]: unrecognized selector sent to instance 0x7fda87ae4410'
terminating with uncaught exception of type NSException
abort() called