marella / chatdocs

Chat with your documents offline using AI.
MIT License
683 stars 97 forks source link

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

Open Arnoh007 opened 10 months ago

Arnoh007 commented 10 months ago

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

glassmansam commented 10 months ago

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