Working python version is python 3.7.10
Setup steps:
-
Follow this tutorial to install python 3.7.10 using pyenv and set your Global python version to 3.7.10: https://realpython.com/intro-to-pyenv/
-
Navigate to your working directory for the git and activate with "source bin/activate" or the equivalent for your OS.
-
Run upon first pull/clone: "pip install -r requirements.txt"
Note: that you can deactivate the venv at anytime using the command "deactivate" to return to normal bash/zsh status.