PyGaze
PyGaze copied to clipboard
Can not install pylink
Hello! I've registered in SR Research and downloaded installable pylink (with setup.py). But I can not install it. When I try to run python setup.py build
I get error can not open eyelink_core64.lib
.
Due to the absence of pylink
I can not run any of examples. What should I do? Thanks.
Is there any other ways to install it?
It sounds like you need to install pylink separately. In your favorite terminal:
pip install PyLink
Assuming you have pip. If not, see the pip project page for installation instructions.
@TSampley if I install pylink
by pip install PyLink
and then try to run some of the PyGaze examples, there are errors about lacking classes.
For example, by running example.py
in webcam-eyetracker
project I get error AttributeError: module 'pylink' has no attribute 'EyeLinkCustomDisplay'
webcam-eyetracker
is found here: http://www.pygaze.org/2015/06/webcam-eye-tracker/
seems like pip install PyLink installs another pylink, which is not of SR Research. This pylink is giving me a headache and I'll post here if I can find how to import it