Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install python package tobii_research?

I am trying to install tobii_research for a project and I was following the instructions on http://developer.tobiipro.com/python/python-getting-started.html

I already have python 3.7.6 and pip 21.1.2 installed on my Mac.

When I run pip install tobii-research I get:

ERROR: Could not find a version that satisfies the requirement tobii_research (from versions: none)
ERROR: No matching distribution found for tobii-research

Was there something I forgot to install?

I can not for the life of me figure out how to install this manually either. Help with pip, or installing manually would be greatly appreciated, but you might have to explain it to me like I am stupid.

Thanks in advance.

like image 215
Amanda Erdmann Avatar asked Mar 29 '26 01:03

Amanda Erdmann


1 Answers

It appears that you are not running the correct python version for the versions of the package that are available. If you look at the wheel files available on the tobii-research Downloads page, the software is packaged for either python 2.7 or 3.6.

When trying to install this package myself, I get the same error message as you when trying to install it for python 3.8, but the package installs successfully with my python 2.7 installation.

I would recommend installing a compatible version of python and then running pip through that version using the following command:

[specific_python_installation] -m pip install tobii-research

like image 94
b.morledge-hampton Avatar answered Apr 01 '26 11:04

b.morledge-hampton



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!