We are trying to connect our Tobii Eye Tracker to our Ubuntu OS 16.04.6 LTS Nvidia Jetson TX2 module. However, when we want to pip install tobii_research we keep getting an error that says that there are not matching distributions found for it. Has anyone had any success doing this? We are using a virtual environment for python 3.5 and we are trying to install psychopy but it keeps saying that it is failing with error code 1 in /tmp/pip-install-cdg_if0d/psychopy. Do we need psychopy inorder to do the pip install tobii_research?
We also have a library that is called "tobiiresearch" and it has a .py file with the function we need which is fr = find_all_eyetrackers()
, but when calling that in python it says that it cannot be found.
Thank you so much.