PyGaze icon indicating copy to clipboard operation
PyGaze copied to clipboard

Can not install pylink

Open FelixFox opened this issue 5 years ago • 3 comments

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?

FelixFox avatar Sep 10 '19 07:09 FelixFox

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 avatar Sep 12 '19 00:09 TSampley

@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/

FelixFox avatar Sep 17 '19 16:09 FelixFox

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

onurbarut avatar Oct 11 '20 02:10 onurbarut