Sorry to bump. Clean installs of Psychopy 2021.2.3 and PsychoPy 2021.1.2 on a completely new computer (ASUS VivoBook running Windows 10) are now throwing the same error I detailed in my initial message:
‘’’## Running: C:\Users\willa\Downloads\willa_forcedchoice_demo-master\forcedchoice_exp_lastrun.py ##
Traceback (most recent call last):
File “C:\Users\willa\Downloads\willa_forcedchoice_demo-master\forcedchoice_exp_lastrun.py”, line 19, in
from psychopy import sound, gui, visual, core, data, event, logging, clock, colors
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\gui_init_.py”, line 45, in
from .qtgui import *
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\gui\qtgui.py”, line 35, in
from PyQt5 import QtWidgets
ImportError: DLL load failed: The specified procedure could not be found.
Experiment ended. #####’’’
There isn’t a corrupt version of Python this time around as far as I can tell, and the experiment was running fine earlier today. The problem started after I tried to upload to Pavlovia and sync the experiment. I deleted the lastrun.py file, the .gitignore file and .git folder, and everything out of the data and html folders (leaving html/resources intact).
No clue how to fix. Again, any help is much appreciated.
So sorry to ping you @jon but I feel like I’ve tried everything and I’m running out of ideas here.