Couldn't find image error message

I keep trying to run my experiment and this error message keeps coming up:
OSError: Couldn’t find image image/testimage5; check path? (tried: /Users/lucadicorrado/Desktop/Final Project PSYC 352 (3)/image/testimage5)

Experiment ended.

Hello Idicorr1,

well, do you have any idea where you stored testimage5? PsychoPy expects the image in “/Users/lucadicorrado/Desktop/Final Project PSYC 352 (3)/image/” but it is apparently not there.

Best wishes Jens

File extension missing from file path perhaps?

I figured it out, the issue was that the images were not in a folder named “image”. Once I did this, the issue was resolved, thanks everyone