I recently downloaded the most recent version of Psychopy via brew after updating my macOS into 10.15.6. However, I am having trouble editing the coder because it gives me the following error,.
Traceback (most recent call last):
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/jedi/cache.py”, line 109, in wrapper
KeyError: ((), frozenset())
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “parso/grammar.pyc”, line 246, in load_grammar
KeyError: ‘/Applications/PsychoPy.app/Contents/Resources/lib/python36.zip/parso/python/grammar36.txt’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/wx/core.py”, line 3383, in
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/app/coder/coder.py”, line 837, in ShowAutoCompleteList
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/jedi/api/init.py”, line 185, in init
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/jedi/inference/init.py”, line 91, in init
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/jedi/cache.py”, line 111, in wrapper
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/jedi/api/environment.py”, line 37, in get_grammar
File “parso/grammar.pyc”, line 260, in load_grammar
File “parso/grammar.pyc”, line 249, in load_grammar
NotADirectoryError: [Errno 20] Not a directory: ‘/Applications/PsychoPy.app/Contents/Resources/lib/python36.zip/parso/python/grammar36.txt’
Can anyone tell me what’s wrong? This never happened in the older version of Psychopy.