Running an experiment stops here: ModuleNotFoundError: No module named 'numpy._core'

Hi everyone,

So when running standalone PsychoPy in windows, I keep on getting this error. I tried installing
and reinstalling numpy, but it doesn’t seem to be working.

I got the same error when running my script on Linux Mint on a separate computer.

This hasn’t happened before and last week it was working perfectly fine. I’m not sure what I did
differently. Anyone have any ideas? :slight_smile:

trial_data_list = pickle.load(open(src_dir + 'fmri_trial_data_list_visual_full_LATEST.pkl', 'rb'))

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'numpy._core'