chatdocs
chatdocs copied to clipboard
Error ImportError: cannot import name 'url_quote' from 'werkzeug.urls'after this command chatdocs ui
hello it's this error I haven't installed a model yet thanks help
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.