Up to date opensesame on debian stretch?
Hi, when I try to install using sudo apt-get install opensesame, I get version 0.27.4-2.1. However, I need to work with a .osexp file, and this version cannot do that. Wondering is it possible to get a newer version of opensesame on my OS? I cannot find a way.
Comments
Hi,
You can get the latest version of OpenSesame through pip:
This is slightly inconvenient, in that it will not install a desktop entry. So you have to manually find where the main script is installed (probably in
~/.local/bin) and execute it.Unfortunately, it's unlikely that the version in the debian repository will be updated. It was just too much of a hassle to deal with this.
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Great, thanks, I will give that a go!
Hello,
Just wanted to pop this thread up because I also struggled a while installing opensesame on my Debian Stretch distribution (which constrained me to keep an ubuntu dual-boot) but finally found a solution. Here are the 4 steps I used with my two laptops (all ran in root) to get a fresh Kafkaesque Koffka:
Actually not sure it's the smartest way, just followed them by reading the error messages.
Hope this will help, have a good one
sounds like pygame is also missing, which can be fixed with a:
cheers