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' #94

Open vmirea opened 10 months ago

vmirea commented 10 months ago

After installation when I wanted to start the chatdocs ui I got an error: ImportError: cannot import name 'url_quote' from 'werkzeug.urls'

I fixed the error by changing the Werkzeug package version from 3.0.1 to 2.3.7: pip install Werkzeug==2.3.7

zono50 commented 9 months ago

Thank you for this, just got this error myself!