ImportError: cannot import name json from itsdangerous flask

64

ImportError: cannot import name ‘json’ from itsdangerous -

pip install Flask==1.1.4
pip install markupsafe==2.0.1

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

pip install itsdangerous==2.0.1 #This will solve the error

Comments

Submit
0 Comments