Python backend with import json failure
blckassassin opened this issue · 2 comments
blckassassin commented
Issue: While starting the server after installing the requirements list, an error occurs while importing packages and modules. The following error is provided: ImportError: cannot import name json from itsdangerous
Expected: After running the start.sh bash file I would expect the server to successfully startup.
Possible solution: Adding itsdangerous==2.0.1
to the requirements.txt file fixes the error.
brianmacdonald commented
Created #335 with fix
blckassassin commented
Closing since pull request is completed.