Volt icon indicating copy to clipboard operation
Volt copied to clipboard

ImportError: cannot import name 'DispatcherMiddleware' from 'werkzeug.wsgi'

Open stevevaius2015 opened this issue 2 years ago • 1 comments

I tried to replicate the example.ipny to test your work but encounter this error on Google Colab Notebook.

ImportError: cannot import name 'DispatcherMiddleware' from 'werkzeug.wsgi'

How can I solve it and test your work on Colab w/o this issue?

stevevaius2015 avatar Jul 16 '22 08:07 stevevaius2015

You probably need to install the requirements. Colab makes it harder. I used conda and committed the requirements.yaml here https://github.com/wassname/Volt/blob/main/requirements/environment.max.yaml

wassname avatar Jul 18 '22 10:07 wassname