Hello,
I'm seeing the following error, and I'm at a loss as to how to resolve it.
ImportError: cannot import name '_request_ctx_stack' from 'flask' (/home/kpuln/.local/lib/python3.10/site-packages/flask/__init__.py)
As I'd like to use Sessions with my Flask app, I did a "pip install Flask-Session" in the bash console, and then a "pip unistall Flask-Session" after receiving the above error.
Any suggestions?
Thanks in advance...
kpuln