Flask-And-Redis
Flask-And-Redis copied to clipboard
ImportError: cannot import name '_request_ctx_stack' from 'flask'
Issue :
File "/test/python3.11/site-packages/flask_redis.py", line 24, in
Issue while importing this module: from flask import _app_ctx_stack
Flask Version : 3.0.1
DeprecationWarning: '_request_ctx_stack' is deprecated and will be removed in Flask 2.4.
https://stackoverflow.com/questions/77240858/how-to-fix-cannot-import-name-request-ctx-stack-from-flask
Please update your code base, to support it with latest versions of Flask.