chatdocs icon indicating copy to clipboard operation
chatdocs copied to clipboard

Error ImportError: cannot import name 'url_quote' from 'werkzeug.urls'after this command chatdocs ui

Open Arnoh007 opened this issue 2 years ago • 1 comments

hello it's this error I haven't installed a model yet thanks help

Arnoh007 avatar Oct 13 '23 12:10 Arnoh007

What version of werkzeug are you using? Using a version 2.3.x worked for me after encountering similar error (python 3.10) pip install --upgrade Werkzeug==2.3.7 in my environment seemed to fix the errors from werkzeug imports.

See https://stackoverflow.com/a/77307936

glassmansam avatar Oct 19 '23 01:10 glassmansam