If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win10): MacOS High Sierra, versión 10.13.3 PsychoPy version (e.g. 1.84.x): 1.90.dev1 Standard Standalone? (y/n) y
**What are you trying to achieve?: build an experiment to show words that subject has to repeat while i tape the response
**What did you try to make it work?: Installed the recommended libraries and psychopy and did a basic experiment to first try to record the response using the microphone.
Installed:
Python itself:python.org/download/ (version 3.x is not supported yet )
wxPython:wxpython.org/download.php
pyo audio: PYO – AJAX SOUND STUDIO
pip install pyobjc-core pyobjc-framework-Quartz
pip install seaborn # nice graphing
pip install psychopy_ext # common workflows made easy
pip install python-bidi # for left-right language formatting
Hi, your message refers to installing lots of dependencies into your own Python installation, but the error message shows that you are running the standalone distribution of PsychoPy (which contains its own Python and dependencies, and has no interaction with any other Python installation you might have).
We run SychoPy standalone version, with out Python dependencies, but we have the problem as you can see in output message box, about error 20 audio.dylib.
I should mention, that as Gustavo was saying, we first ran psychpy standalone version, and it did not work. Then we thought we had to install the other dependencies to explore if there were missing components after the initial instalation but still nothing. We have tried in both, windows and mac systems. I wonder if we are missing a fundamental step somewhere.