I have already tried several methods regarding to HDF5 (like using homebrew to install then change the path), but nothing worked.
Does everyone here encounter the same problem? Or does any of you have any suggestions?
Thank you very much!
Unfortunately, I followed the steps but I keep getting this error on MacOS:
AttributeError: module ‘pkgutil’ has no attribute ‘ImpImporter’. Did you mean: ‘zipimporter’?
For Mac silicon, compiling tables/hdf5 is hard (as you’ve found) and psychtoolbox is currently impossible (so you won’t get low-latency audio).
I strongly recommend for now that you stick to Standalone PsychoPy
If you need your own python that you use it in Intel mode with Rosetta translation. That would mean going into terminal, setting up a virtual env and using that virtual env while in intel architecture mode to install your dependencies. You’ll then need to switch to intel mode and activate the virtual env whenever you use psychopy
Thanks a lot for your reply. I am using the standalone originally but have been facing some issues , and I wanted to debug in an IDE, and that’s why I started this