How do I get PsychoPy working in PyCharm on mac?

Just a quick update on using PsychoPy with PyCharm as IDE with the current macOS (Sequoia 15.3.2) on a MacBook M1 Pro (2021).

Here are the steps in succession:

(1) Install Anaconda

(2) Create environment with Python 3.10.16

(3) Install package tables (3.10.1) via Anaconda

(4) Install PsychoPy 2024.2.5 via pip to the environment created in (2).

(5) Create PyCharm project and select conda environment as interpreter

Thought that might be useful for your workflows!

Best,

Malte