OS : mac sierra 10.13.16
PsychoPy version (e.g. 1.84.x): PsychoPy3 Experiment Builder (v2022.1.1)
Standard Standalone? (y/n) If not then what?: yes
What are you trying to achieve?: Implement stroop task
Hello I am very new in psycopy so following the tutorial i built a simple stroop task. When i try and run the script i get the errors below
What specifically went wrong when you tried that?:
152.0170 ERROR Failed to load component package `sound`. Does it have a `__init__.py`?
152.0406 ERROR Failed to load component package `sound`. Does it have a `__init__.py`?
152.0433 INFO Loaded monitor calibration from ['2022_03_07 13:08']
152.0662 ERROR Failed to load component package `sound`. Does it have a `__init__.py`?
152.0892 ERROR Failed to load component package `sound`. Does it have a `__init__.py`?
Traceback (most recent call last):
0.9371 WARNING The 'psychtoolbox' library cannot be loaded but is required for audio capture (use `pip install psychtoolbox` to get it). Microphone recording will be unavailable this session. Note that opening a microphone stream will raise an error.
ImportError: dlopen(/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/lib-dynload/sphinxbase/_ad_openal.so, 2): Symbol not found: ____chkstk_darwin
Referenced from: /Applications/PsychoPy.app/Contents/MacOS/../Frameworks/libopenal.1.21.1.dylib (which was built for Mac OS X 11.0)
Expected in: /usr/lib/libSystem.B.dylib
in /Applications/PsychoPy.app/Contents/MacOS/../Frameworks/libopenal.1.21.1.dylib
WARNING The 'psychtoolbox' library cannot be loaded but is required for audio capture (use `pip install psychtoolbox` to get it). Microphone recording will be unavailable this session. Note that opening a microphone stream will raise an error.
Traceback (most recent call last):
when i check for psychtoolbox
pip install psychtoolbox
i see the following output
Requirement already satisfied: psychtoolbox in /opt/anaconda3/lib/python3.9/site-packages (3.0.18.2)
Requirement already satisfied: numpy>=1.7 in /opt/anaconda3/lib/python3.9/site-packages (from psychtoolbox) (1.20.3)
any help to get me started would be greatly appreciated.