If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win10): Win10
PsychoPy version (e.g. 2024.2.4 Py 3.8): 2025.1.1. Py 3.10
Standard Standalone Installation? (y/n) If not then what?: y
Do you want it to also run online? (y/n) n
What are you trying to achieve?: I uninstalled version 2025.1.1. and installed 2024.2.4 to have the same version on my laptop as the university lab has that I am visiting now. It did not even open so after a while, I uninstalled it and reinstalled 2025.1.1.
What specifically went wrong when you tried that?:
the script (created in 2025.1.1. on the same laptop) opens but when trying to run, it does not work. I receive the following error message:
Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\builder\builder.py”, line 1398, in runFile
self.app.runner.panel.runLocal(event)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\runner\runner.py”, line 641, in runLocal
generateScript(
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 78, in generateScript
raise LegacyScriptError(
psychopy.scripts.psyexpCompile.LegacyScriptError: Error: Script compile exited with code 1. Traceback:
Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\runpy.py”, line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File “C:\Program Files\PsychoPy\lib\runpy.py”, line 86, in _run_code
exec(code, run_globals)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 229, in
compileScript(args.infile, args.version, args.outfile)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 219, in compileScript
thisExp = getExperiment(infile, version)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 146, in getExperiment
from psychopy.app.builder import experiment
File "C:\Users\fogdd\AppData\Roaming\psychopy3\versions\psychopy\app\builder_init.py", line 5, in
from .builder import BuilderFrame
File “C:\Users\fogdd\AppData\Roaming\psychopy3\versions\psychopy\app\builder\builder.py”, line 32, in
import psychopy.app.plugin_manager.dialog
File “C:\Users\fogdd\AppData\Roaming\psychopy3\versions\psychopy\app\plugin_manager_init.py”, line 4, in
from .packages import PackageManagerPanel
File “C:\Users\fogdd\AppData\Roaming\psychopy3\versions\psychopy\app\plugin_manager\packages.py”, line 7, in
from pypi_search import search as pypi
ModuleNotFoundError: No module named ‘pypi_search’
I have to check and edit things in my scrips so I need urgent help (turned out that a version of the script that used control runs smoothly on the lab PCs, so thaere was no need for this whole downgrading…)