dmitry-viskov / pylti1.3-flask-example

PyLTI1p3 Flask usage example
MIT License
19 stars 29 forks source link

ImportError: cannot import name 'json' from 'itsdangerous' #15

Open ewpreston opened 2 years ago

ewpreston commented 2 years ago

When running the app with python game/app.py I get this error:

ImportError: cannot import name 'json' from 'itsdangerous'

My googling takes me to here https://itsmycode.com/importerror-cannot-import-name-json-from-itsdangerous/

which suggests we need a Flask library upgrade which is more than I feel like taking on right now, but one of my colleagues at Blackboard my try.