OS: Mac OS 2026.5.1
PsychoPy version: Studio 2026.1.3
Standard Standalone Installation? (y/n) No, PsychoPy Studio
Do you want it to also run online? (y/n) No
What are you trying to achieve?:
I am developing a new local PsychoPy task and wanted to do it in the newest PsychoPy version. I have never used PsychoPy Studio before but was curious so I downloaded it and opened it. I allowed it to go through the process of uv installing Python and psychopy/other libraries. It appeared to finish normally.
However, psychopy-lib or something else failed to install or isn’t being discovered?
When I try to open an older PsychoPy task that was made in PsychoPy Standalone, I can see the the components already set up and save modifications to them, but I can’t add new components–it says “Failed to load Components” in the sidebar with red error text.
Then, when I try to run said local task in the Runner, I get a whole suite of error messages but this block pops up first:
Traceback (most recent call last):
, File "/Users/svc-shclassrooms/Library/Application Support/psychopy4/.python/2026.1.3/lib/python3.10/site-packages/liaison/websocket/websocket.py", line 74, in process_messages
'response': self.process_command(message['command']),
, File "/Users/svc-shclassrooms/Library/Application Support/psychopy4/.python/2026.1.3/lib/python3.10/site-packages/liaison/base.py", line 36, in process_command
return command(*args, **kwargs)
, File "/Users/svc-shclassrooms/Library/Application Support/psychopy4/.python/2026.1.3/lib/python3.10/site-packages/liaison/companion/companion.py", line 166, in call
return self.resolve(fcn)(
, File "/Users/svc-shclassrooms/Library/Application Support/psychopy4/.python/2026.1.3/lib/python3.10/site-packages/liaison/companion/companion.py", line 97, in resolve
return self.resolve_import(target)
, File "/Users/svc-shclassrooms/Library/Application Support/psychopy4/.python/2026.1.3/lib/python3.10/site-packages/liaison/companion/companion.py", line 62, in resolve_import
module = importlib.import_module(modstr)
, File "/Users/svc-shclassrooms/.local/share/uv/python/cpython-3.10.18-macos-x86_64-none/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
, File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
, File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
, File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
, File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
, File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
, File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
, File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
,ModuleNotFoundError: No module named 'psychopy'
The paths into the uv python install do exist, so it’s not that that was installed in an unexpected location.
I get the same suite of error messages upon opening PsychoPy Studio Builder at all, maybe the error throws when the components fail to load?
What did you try to make it work?:
I have now reproduced this problem on 2 separate Macs (both running the same OS). The second machine I reproduced this on has never had any version of PsychoPy installed before this, but it has had uv installed previously. The first machine has had PsychoPy Standalone 2025.1.1 installed, but never uv.
Link to the most relevant existing thread you have found:
I could not find any existing threads describing this issue.