BF: Fixed missing references needed for Gazepoint eyetracker plugin#6424
Conversation
|
After the latest update, the Gazepoint tracker stopped working. I am not familiar with the structure of the pyschopy projects. In Instead of eyetracker.gazepoint.gp3.EyeTracker: Essentially reverting this commit Reverted Commit |
|
Thanks @krishna-raj-sr |
|
@peircej [Ignore the previous response there I was messing up with an existing installation try to get it work] Latest update Solution was to go to Psychopy C:\Program Files\PsychoPy\Lib\site-packages\psychopy\iohub\devices\eyetracker\hw\gazepoint\ init.py and add GazepointSampleEvent to the file and it worked Then it worked. I think if I remove the plugin and try installing via pip the eyetracker package then the yaml file needs correction as mentioned in my previous comment. Hope this helps |
|
@krishna-raj-sr could you try again in version 2024.2.1? We've substantially changed ioHub imports in 2024.2 - I'm wary of just reverting as it may fix it in 2024.1 but break it in 2024.2 |
|
Oh, I think I see the problem! This is embarrassing - the code fixing the plugin is pulled in and ready to go, we just needed to push it to PyPi 🤦 I've just published a release so you should be able to just uninstall and reinstall the plugin. |
|
I had to change two things to get it started. |


Fixes provided by @krishna-raj-sr for the Gazepoint eyetracker plugin.