Skip to content
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

Can not install pylink #134

Open
FelixFox opened this issue Sep 10, 2019 · 3 comments
Open

Can not install pylink #134

FelixFox opened this issue Sep 10, 2019 · 3 comments

Comments

@FelixFox
Copy link

FelixFox commented Sep 10, 2019

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?

@TSampley
Copy link

TSampley commented Sep 12, 2019

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
Copy link
Author

@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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants