Some of the versions of dependencies are not compatible with newer versions of Python. A quick workaround I found that seems to be working so far is simply to change the "==" in the requirements.txt to ">=" to allow for newer versions. I haven't run into any compatibility issues by doing this but I'm not sure there will be no issues.