OS (e.g. Win10): Win11Pro
PsychoPy version (e.g. 2024.2.4 Py 3.8): 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?: 1) Follow this tutorial (Sending triggers via EGI NetStation — PsychoPy v2025.2.4). I am trying to install the EGI NetStation-PY plugin and then run the hardware demo experiment to see if triggers are being sent to the EGI NetStation system.
- Also, when I click on PyschoPy updates, it says that there is no internet connection despite there being one. It is not protected by firewall of any kind.
Please let me know if there is any other way to check the trigger marking other than this tutorial.
What did you try to make it work?: I am using the latest PsychoPy version (2025.2.4)
Link to the most relevant existing thread you have found: Psychopy builder plugin/packages manager problem - Builder - PsychoPy (this suggests using an older version 2024.2.4 - should i just do that?)
What specifically went wrong when you tried that?:
Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\builder\builder.py”, line 1616, in openPluginManager
dlg = psychopy.app.plugin_manager.dialog.EnvironmentManagerDlg(self)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\plugin_manager\dialog.py”, line 50, in init
self.pluginMgr = PluginManagerPanel(self.notebook, dlg=self)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\plugin_manager\plugins.py”, line 260, in init
self.pluginList = PluginBrowserList(self.splitter, stream=dlg.output)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\plugin_manager\plugins.py”, line 566, in init
self.populate()
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\plugin_manager\plugins.py”, line 574, in populate
items = getAllPluginDetails()
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\plugin_manager\plugins.py”, line 1326, in getAllPluginDetails
pluginDatabase = getPluginPackages(asList=True)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\plugin_manager\packageIndex.py”, line 211, in getPluginPackages
return list(_packageIndex[‘available’][‘plugins’][‘packages’].values())
TypeError: ‘NoneType’ object is not subscriptable
