
"Pip install psychopy" -> "Getting requirements to build ... error" in ...
Oct 3, 2023 · As you'll see recommended on the PsychoPy Downloads page the PsychoPy team provides a Standalone package designed to avoid the problems of installing dependencies …
python - Exiting PsychoPy Window - Stack Overflow
from psychopy import visual w = visual.Window() Putting core.quit() somewhere in the code will have the same effect as the script ending at the end (i.e., the window will close down fine). If …
python - Getting keyboard response in Psychopy - Stack Overflow
Please note that the community forum at https://discourse.psychopy.org is probably a better place to get support like this. StackOverflow is more oriented towards code-based questions and …
eye tracking - Psychopy and pylink example - Stack Overflow
Feb 1, 2016 · 8 rather than PyLink, you might want to look into using the ioHub system within PsychoPy. This is a more general-purpose eye tracking system that also allows for saving …
python - How to make sound read by PsychoPy - Stack Overflow
Dec 9, 2021 · How to make sound read by PsychoPy Asked 4 years ago Modified 2 years, 5 months ago Viewed 693 times
How to add a break in a trial loop in PsychoPy - Stack Overflow
Apr 17, 2022 · When the experiment resumes, PsychoPy runs through the twenty sentences of ListB.xlsx in a loop. For the block break, I'm using the following code: if blocks.thisTrialN not in …
python - Variable Trial Conditions in PsychoPy - Stack Overflow
Aug 27, 2015 · I am using PsychoPy version 1.82.01 in the Builder View. My knowledge of Python is still very limited. I've run into a roadblock with a task and would appreciate any advice from …
Using the local pip version of a installed software (PsychoPy) to ...
Dec 30, 2022 · I am working with a software called PsychoPy, which runs on python and it brings it's own version of python and pip with it. I want to install a python package, so that it can be …
psychopy - How to display stimulus accurately using frames
May 31, 2016 · I have a bit of code attached below that display a stimulus for a certain number of frames. from psychopy import visual, logging, event, core #create a window to draw in myWin …
How to send a code to the parallel port in exact sync with a visual ...
Mar 11, 2015 · PsychoPy is usually perfect at this, so I still suspect that something in your code causes this. Have you tried the minimal example where you simply present a white stimulus on …