ImportError: cannot import name 'url_decode' from 'werkzeug.urls'

I am building a webapp using Flask. I imported the flask-login library to handle user login. But it shows an ImportError. Below is my folder structure: >flask_blog1 >flaskblog >