Latest Psychopy Version?

Hi Everyone,

In order to successfully control a conditional loop, I am attempting to update my Psychopy Version on a Mac (as suggested in other posts). My old version was 2020.1.2, which I deleted (on a Mac).

I downloaded the newest version from this link (2020.1.3): Installation — PsychoPy v2021.2

The issue is that when I open up the newest version and click on “About” in the file menu, it still says: “2020.1.2”- screenshot attached.

I was wondering if the about menu has not been updated, or if there is a way to check if I have downloaded the latest version.

Hi @jon Have you been able to look into this?

What does it say in the Runner?

I get:

Welcome to PsychoPy3!
v2020.1.3
18.3278     INFO     Loaded monitor calibration from ['2019_09_13 10:28']

I believe the issue was just on the Mac and I believe it is merely reporting the wrong version number (but is actually the correct 2020.1.3 code).
If you want to verify you could check one of the fixes. e.g. there was the commit below added in 2020.1.3 where importConditions now checks a couple of different. So you could open psychopy/data/utils.py and search for _attemptImport (which didn’t exist in 2020.1.2)