Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Arnoh007 opened this issue Oct 13, 2023 · 1 comment

Comments

@Arnoh007
Copy link

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

@glassmansam
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants