DEV Community

enjamajo
enjamajo

Posted on

What to do

After i got the error

ImportError: cannot import name 'Container' from 'collections' (C:\Users\JosVries\AppData\Local\Programs\Python\Python311\Lib\collections_init_.py)

I updatet Werkzeug and got stuck on the next error.

ImportError: cannot import name 'soft_unicode' from 'markupsafe' (C:\Software maken\FLASK\Versiebeheer\flasky\venv\Lib\site-packages\markupsafe_init_.py)

I got the first error after I gave the command : "flask db upgrade"

What has to be done?

Top comments (0)