Azure-Samples / ms-identity-python-webapp

A Python web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
291 stars 138 forks source link

ModuleNotFoundError: No module named 'werkzeug.contrib' #25

Closed geolectric closed 4 years ago

geolectric commented 4 years ago

When I run the sample I get this error:

ModuleNotFoundError: No module named 'werkzeug.contrib'

geolectric commented 4 years ago

Sorry, I didn't realize I needed a lesser version.

rayluo commented 4 years ago

@ianbroad Were you hinting your "lesser version" workaround as the first message here? But we had a better workaround mentioned as the last message here. Does it not work for you?