#1 by sergio_sapina
I got this by installing oTree on Render: You have oTree 6.0.0a9. The newest version is 5.10.3. I just changed the requirements.txt to: otree>=5.0.0a21,<5.11 This way it forced back the version 5.10.3. But this will prevent me to get newest version in the future. Is this expected? Or am I doing something wrong with the installation? Maybe wrong python version?
#2 by gmdcastillo
Bump—also see the same. For me it's 6.0.0b4. But I don't think it's causing issues.
#3
by
Chris_oTree
otree>=5.0.0a21 means you have an alpha release. the 'a' means 'alpha', 'b' means 'beta'. if you uninstall that and install the latest stable release, you won't see that kind of message.