Opensesame + Pygaze + tobii-research environment
in OpenSesame
Does anyone know the current best practice for using tobii-research with Opensesame. It seems that the latest version of tobii-research is for Python 3.5, does that mean that I have to use a virtual environment with that version of Python? And compatible versions of Pygaze and Opensesame?
Comments
Hi mattm.
You can always run OpenSesame from source. You can install it either with pip or using anaconda. See
For more info on this.
If you have an Anaconda or Miniconda distribution running, you can also install OpenSesame by executing these commands:
I don't know whether a python 3.5 version is available. The supported version of OpenSesame is 2.7 and soon 3.7. Python 3.5 is already a bit dated again, so I would ask the Tobii devs if there is a newer version of their software. In fact, a quick search on pypi shows that there are versions for Python 2.7 and Python 3.6
so you should be able to install it simply with
if you use a compatible python version.
Thanks for your reply Daniel!
I must admit that I am not particularly knowledgeable about Python environments.
I'm trying to install into a 3.6.10 environment (maybe that's the wrong thing to do)
I have managed to solve it by using pip to install pysoundfile.
I am however still slightly stuck, how do I run the version of Opensesame that I just installed?
If you have activated the environment in which you have installed OpenSesame, then you can simply type
opensesameat the anaconda prompt to start OpenSesame. See also:Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Thanks!