You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2022. It is now read-only.
Also, remember to use Python 3.5.x or Python 3.6.x(use pyenv) for your vagrant environment as the playbooks only support them for now, and do not work on Python 3.7 or higher.
In requirements/dev.txt, requirements/base.txt and requirements/test.txt we have:
So the docs shouldn't suggest Python 3.5.x but at least Python >=3.5.3. I'd even suggest a specific version, just to save time and simplify setting up a dev environment.
I'm suggesting this because my installation failed with 3.5.2.
EDIT: Maybe I'm also at fault for not doing vagrant provision after vagrant up but then shouldn't this go on the docs too?