-
Notifications
You must be signed in to change notification settings - Fork 0
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
ImportError cannot import name 'BaseResponse' from 'werkzeug.wrappers' #4
Comments
Temp fix in
|
Workaround for error: `from werkzeug.wrappers import BaseResponse` Thanks to: mjmeijer/donald_2021#4
i could not find any werkzeug in requirements.py |
type
|
ok thank you |
This isn't compatible with the latest version of flask, and 2.3.6 has the same issue:: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. |
I have the same problem as @jdevng |
Workaround for error: `from werkzeug.wrappers import BaseResponse` Thanks to: mjmeijer/donald_2021#4
then
|
For anyone encountering this still, I'm able to still use werkzeug 2.0.3 (on Flask 2.0.3 or 1.1.2) or werkzeug 2.2.2 (on Flask 2.2.2) but the requests library needs to be updated (e.g. 2.31.0 as of this comment) to fix the MutableMapping error from collections. |
3.0.3 same stuff, seem stable :]] |
ImportError
cannot import name 'BaseResponse' from 'werkzeug.wrappers' (/layers/google.python.pip/pip/lib/python3.9/site-packages/werkzeug/wrappers/init.py)
Service
default
Version
20220402t122141
The text was updated successfully, but these errors were encountered: