esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
670 stars 211 forks source link

Can not install pylink #134

Open FelixFox opened 4 years ago

FelixFox commented 4 years ago

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 pylinkI can not run any of examples. What should I do? Thanks.

Is there any other ways to install it?

TSampley commented 4 years ago

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.

FelixFox commented 4 years ago

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

onurbarut commented 3 years ago

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