You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/naim2point0/SocialFish/SocialFish.py", line 19, in
import flask_login
File "/usr/local/lib/python3.11/dist-packages/flask_login/init.py", line 15, in
from .login_manager import LoginManager
File "/usr/local/lib/python3.11/dist-packages/flask_login/login_manager.py", line 12, in
from flask import (_request_ctx_stack, abort, current_app, flash, redirect,
ImportError: cannot import name '_request_ctx_stack' from 'flask' (/usr/local/lib/python3.11/dist-packages/flask/init.py)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/naim2point0/SocialFish/SocialFish.py", line 19, in
import flask_login
File "/usr/local/lib/python3.11/dist-packages/flask_login/init.py", line 15, in
from .login_manager import LoginManager
File "/usr/local/lib/python3.11/dist-packages/flask_login/login_manager.py", line 12, in
from flask import (_request_ctx_stack, abort, current_app, flash, redirect,
ImportError: cannot import name '_request_ctx_stack' from 'flask' (/usr/local/lib/python3.11/dist-packages/flask/init.py)
The text was updated successfully, but these errors were encountered: