Labjack plugin not seen in Psychopy v2025.1.1

OS (e.g. Win10): Win10
PsychoPy version (e.g. 2024.2.4 Py 3.8): 2025.1.1
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’m trying to send eeg triggers via labjack U3.

What did you try to make it work?: I installed required labjack plugin. In plugin&packages I can clearly see that psychopy-labjack and LabJackPython are installed. I made sure that I start the procedure using the same python where plugins are installed. I used two different computers each time encountering the same error.

Link to the most relevant existing thread you have found:

What specifically went wrong when you tried that?:
Running: D:\opus27\ASSR 40-Hz\assr7.21 patient study\stimuli\assr40hz_lastrun.py

1909.3972 INFO Loaded monitor calibration from [‘2025_09_08 15:25’]
1909.6933 INFO Loaded monitor calibration from [‘2025_09_08 15:25’]
4.8536 WARNING psychopy.parallel has been imported but no parallel port driver found. Install either inpout32, inpoutx64 or dlportio
Traceback (most recent call last):
File “D:\opus27\ASSR 40-Hz\assr7.21 patient study\stimuli\assr40hz_lastrun.py”, line 1088, in
run(
File “D:\opus27\ASSR 40-Hz\assr7.21 patient study\stimuli\assr40hz_lastrun.py”, line 418, in run
stim_start = labjacks.U3()
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\plugins\util.py”, line 98, in init
raise PluginRequiredError((
psychopy.plugins.util.PluginRequiredError: Support for psychopy.hardware.labjacks is not available this session. Please install psychopy-labjack and restart the session to enable support.
######### Experiment ended with exit code 1 [pid:6216] #########

Hi There,

Just to check did you restart the application after installing the plugin?

Thanks,

Becca

Hello,

thank you for responding. Yeah, sure, I restarted psychopy and Windows in general.

Best,

Wiktor

Hi Wiktor,

Thanks for letting us know! Looks like an error we can replicate - so I am going to flag this to the developers as a bug to fix.

In the meantime, I do have an example experiment using a LabJack U3 which sends triggers via code component instead. Would you please be able to try the attached and let me know if it works for you or if you get any error messages?

Thanks so much,

Becca

trigger_test_trigger_labjacku3.psyexp (30.7 KB)

Hi,

thank you for the code. I’ve noticed that first: some excel file is referenced in this script. Secondly, should I install anything else before running?

Best,

Wiktor

Hi Wiktor,

Oh yes - actually if you remove reference to the prac.xlsx the task should still work (I don’t think the task should require it). But you might want to increase the number of num repeats for more trials (the task should just present a shape repeatedly.

I don’t think you should have to install anything else but please let me know if you encounter any error messages whilst testing.

Becca