cannot import name 'json' from 'itsdangerous' (/usr/lib/python3/dist-packages/itsdangerous/__init__.py)
darkname79 opened this issue · 1 comments
darkname79 commented
hello everyone.. i got this error message.. can someone tell me how to resolve this
cannot import name 'json' from 'itsdangerous' (/usr/lib/python3/dist-packages/itsdangerous/init.py)
rbrtjns90 commented
What versions of flask and itsdangerous are you using?
Try uninstalling your requirements.txt pip uninstall -r requirements.txt and installing my requirements.txt in the pull requests