marcus-nystrom / Titta

Python and PsychoPy interface to Tobii eye trackers using Tobii Pro SDK
Other
64 stars 27 forks source link

"AttributeError: module 'tobii_research' has no attribute 'CAPABILITY_HAS_EYE_OPENNESS_DATA'" #26

Closed RebeccaHirst closed 1 year ago

RebeccaHirst commented 1 year ago

After following the installation instructions, the following error always occurs when running the readme.py in PsychoPy 2022.2.5

"AttributeError: module 'tobii_research' has no attribute 'CAPABILITY_HAS_EYE_OPENNESS_DATA'"

marcus-nystrom commented 1 year ago

Probably because PsychoPy does not include the most recent version of tobii_research. Try updating tobii_research to the latest version (1.10.1): pip install tobii_research --upgrade

On Wed, Jan 4, 2023 at 5:28 PM Rebecca Hirst @.***> wrote:

After following the installation instructions, the following error always occurs when running the readme.py in PsychoPy 2022.2.5 https://github.com/psychopy/psychopy/releases/tag/2022.2.5

"AttributeError: module 'tobii_research' has no attribute 'CAPABILITY_HAS_EYE_OPENNESS_DATA'"

— Reply to this email directly, view it on GitHub https://github.com/marcus-nystrom/Titta/issues/26, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD57FBY745ELQMGR6ZZ6FPTWQWQL3ANCNFSM6AAAAAATQ7KQKM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

marcus-nystrom commented 1 year ago

Accepted pull request that allows older versions of tobii_research to be used.