-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[BUG] ImportError: cannot import name 'url_quote' from 'werkzeug.urls' #389
Comments
I also have same problem |
If the file name uses "lama-cleaner.bat", the program cannot run, but it can run with other file names. |
I don't know how to solve the problem that happened later. However, I found out how to solve the first problem you wrote. This problem arises when a library called werkzeug with dependencies was recently updated to 3.0.0. Therefore, clone the repository and add And running |
Thank you. When I install werkzeug==2.2.2, the program can run normally. |
@Kiminjo Thank you very much, I have fixed this issue in version 1.2.4. |
how do you fix this problem for azure? even if i change the requirements file it still fails on azure (it works on local computer though) |
Sorry, I haven't deployed it on the azure server, so I can't answer your question. |
Same problem, if you ever resolved it, please let me know |
Was having the same issue on my azure VM trying to run mitmproxy. This fixed it: |
Updating |
The text was updated successfully, but these errors were encountered: