I tried making a virtual environment with python 3.11 and then running pip install -r requirements.txt but the version pinned to some packages such as tensorflow was too old to support 3.11. This should not be much of a problem cause people can always just use python3.9 or python3.10 instead but thought the heads up would be useful for some people.