-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BF: Fix ioHub finding eyetracker #3 #5
Conversation
@domstoppable Could you pull down this branch along with the latest |
The experiment fails to run. Log file attached |
@TEParsons - what needs to happen here? |
@TEParsons - tested this against v2024.2.1 on Mac (standalone build, py3.10), and it's still broken. To test, I cloned your fork, built a wheel, and then installed the wheel via Builder's gui. I initially ran into an error where numpy 2.x is installed and is incompatible:
To get around this, I added "numpy<2" to
|
Sorry for the delayed reply, been a busy few weeks! I think the solution we came to with other eyetrackers (see Eyelink, Tobii and Gazepoint ) was that the entry point needed to point to a module containing a class called |
In conjunction with this PR to PsychoPy, these changes allow ioHub to find the eyetracker class and its associated YAML via its entry point into PsychoPy.